Searched refs:ServiceUpdateId (Results 1 – 2 of 2) sorted by relevance
147 typedef otSrpServerServiceUpdateId ServiceUpdateId; typedef in ot::Srp::Server832 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;
379 void Server::HandleServiceUpdateResult(ServiceUpdateId aId, Error aError) in HandleServiceUpdateResult()