Searched refs:updateId (Results 1 – 1 of 1) sorted by relevance
322 uint32_t updateId = AllocateServiceUpdateId(); in RemoveHost() local324 LogInfo("SRP update handler is notified (updatedId = %lu)", ToUlong(updateId)); in RemoveHost()325 …mServiceUpdateHandler.Invoke(updateId, aHost, static_cast<uint32_t>(kDefaultEventsHandlerTimeout)); in RemoveHost()2131 uint32_t updateId = server.AllocateServiceUpdateId(); in RemoveService() local2133 LogInfo("SRP update handler is notified (updatedId = %lu)", ToUlong(updateId)); in RemoveService()2134 …server.mServiceUpdateHandler.Invoke(updateId, this, static_cast<uint32_t>(kDefaultEventsHandlerTim… in RemoveService()