Home
last modified time | relevance | path

Searched refs:updateId (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_server.cpp322 uint32_t updateId = AllocateServiceUpdateId(); in RemoveHost() local
324 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() local
2133 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()