Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.hpp923 ServiceUpdateId AllocateServiceUpdateId(void) { return mServiceUpdateId++; } in AllocateServiceUpdateId()
1006 ServiceUpdateId mServiceUpdateId; member in ot::Srp::Server
Dsrp_server.cpp83 , mServiceUpdateId(Random::NonCrypto::GetUint32()) in Server()