Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.cpp322 uint32_t updateId = AllocateServiceUpdateId(); in RemoveHost()
2131 uint32_t updateId = server.AllocateServiceUpdateId(); in RemoveService()
2210 , mId(Get<Server>().AllocateServiceUpdateId()) in UpdateMetadata()
Dsrp_server.hpp923 ServiceUpdateId AllocateServiceUpdateId(void) { return mServiceUpdateId++; } in AllocateServiceUpdateId() function in ot::Srp::Server