Home
last modified time | relevance | path

Searched refs:oldState (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/meshcop/
Djoiner.cpp99 State oldState = mState; in SetState() local
100 OT_UNUSED_VARIABLE(oldState); in SetState()
104 LogInfo("JoinerState: %s -> %s", StateToString(oldState), StateToString(aState)); in SetState()
Dcommissioner.cpp72 State oldState = mState; in SetState() local
74 OT_UNUSED_VARIABLE(oldState); in SetState()
78 LogInfo("State: %s -> %s", StateToString(oldState), StateToString(aState)); in SetState()
/openthread-latest/src/core/thread/
Dnetwork_data_publisher.cpp816 State oldState = GetState(); in Publish() local
822 if ((mType == aNewType) && ((oldState == kAdded) || (oldState == kRemoving))) in Publish()
/openthread-latest/src/core/utils/
Dmesh_diag.cpp444 State oldState = mState; in Finalize() local
448 switch (oldState) in Finalize()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp2880 uint16_t oldState = GetState(); in HandleExtPanIdChange() local
2887 switch (oldState) in HandleExtPanIdChange()
3915 State oldState = GetState(); in SetEnabled() local
3919 EvaluateStateChange(oldState); in SetEnabled()
3927 State oldState = GetState(); in StartStop() local
3931 EvaluateStateChange(oldState); in StartStop()
3939 State oldState = GetState(); in PauseResume() local
3943 EvaluateStateChange(oldState); in PauseResume()
/openthread-latest/src/core/net/
Dmdns.cpp1596 State oldState = GetState(); in HandleConflict() local
1599 VerifyOrExit(oldState == kRegistered); in HandleConflict()
2085 State oldState = GetState(); in HandleConflict() local
2090 VerifyOrExit(oldState == kRegistered); in HandleConflict()