Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_client.hpp85 enum ItemState : uint8_t enum in ot::Srp::Client
159 ItemState GetState(void) const { return static_cast<ItemState>(mState); } in GetState()
163 bool SetState(ItemState aState);
259 ItemState GetState(void) const { return static_cast<ItemState>(mState); } in GetState()
285 bool SetState(ItemState aState);
292 bool Matches(ItemState aState) const { return GetState() == aState; } in Matches()
693 static const char *ItemStateToString(ItemState aState);
1014 …bool ChangeHostAndServiceStates(const ItemState *aNewStates, ServiceStateChangeMode aMode);
1114 DefineMapEnum(otSrpClientItemState, Srp::Client::ItemState);
Dsrp_client.cpp63 bool Client::HostInfo::SetState(ItemState aState) in SetState()
122 bool Client::Service::SetState(ItemState aState) in SetState()
444 static const ItemState kNewStateOnStop[]{ in Stop()
511 static const ItemState kNewStateOnPause[]{ in Pause()
922 bool Client::ChangeHostAndServiceStates(const ItemState *aNewStates, ServiceStateChangeMode aMode) in ChangeHostAndServiceStates()
927 ItemState oldHostState = mHostInfo.GetState(); in ChangeHostAndServiceStates()
980 static const ItemState kNewStateOnMessageTx[]{ in SendUpdate()
1763 static const ItemState kNewStateOnUpdateDone[]{ in ProcessResponse()
2554 const char *Client::ItemStateToString(ItemState aState) in ItemStateToString()