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