Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dsrp_server.hpp149 typedef otSrpServerServiceUpdateId ServiceUpdateId; typedef in ot::Srp::Server
899 void HandleServiceUpdateResult(ServiceUpdateId aId, Error aError);
946 ServiceUpdateId GetId(void) const { return mId; } in GetId()
954 bool Matches(ServiceUpdateId aId) const { return mId == aId; } in Matches()
962 ServiceUpdateId mId; // The ID of this service update transaction.
988 ServiceUpdateId AllocateServiceUpdateId(void) { return mServiceUpdateId++; } in AllocateServiceUpdateId()
1071 ServiceUpdateId mServiceUpdateId;
H A Dsrp_server.cpp389 void Server::HandleServiceUpdateResult(ServiceUpdateId aId, Error aError) in HandleServiceUpdateResult()