Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.hpp147 typedef otSrpServerServiceUpdateId ServiceUpdateId; typedef in ot::Srp::Server
832 void HandleServiceUpdateResult(ServiceUpdateId aId, Error aError);
881 ServiceUpdateId GetId(void) const { return mId; } in GetId()
889 bool Matches(ServiceUpdateId aId) const { return mId == aId; } in Matches()
897 ServiceUpdateId mId; // The ID of this service update transaction.
923 ServiceUpdateId AllocateServiceUpdateId(void) { return mServiceUpdateId++; } in AllocateServiceUpdateId()
1006 ServiceUpdateId mServiceUpdateId;
Dsrp_server.cpp379 void Server::HandleServiceUpdateResult(ServiceUpdateId aId, Error aError) in HandleServiceUpdateResult()