Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/utils/
Djam_detector.cpp250 void JamDetector::SetJamState(bool aNewState) in SetJamState() argument
252 bool shouldInvokeHandler = aNewState; in SetJamState()
254 if (aNewState != mJamState) in SetJamState()
256 mJamState = aNewState; in SetJamState()
263 mCallback.Invoke(aNewState); in SetJamState()
Djam_detector.hpp190 void SetJamState(bool aNewState);
/openthread-3.7.0/third_party/tcplp/
Dtcplp.h83 void tcplp_sys_on_state_change(struct tcpcb *aTcb, int aNewState);
/openthread-3.7.0/src/core/net/
Dtcp6.cpp1103 void tcplp_sys_on_state_change(struct tcpcb *aTcb, int aNewState) in tcplp_sys_on_state_change() argument
1105 if (aNewState == TCP6S_CLOSED) in tcplp_sys_on_state_change()
/openthread-3.7.0/src/core/border_router/
Drouting_manager.cpp3092 void RoutingManager::RoutePublisher::UpdatePublishedRoute(State aNewState) in UpdatePublishedRoute() argument
3104 if (aNewState == kDoNotPublish) in UpdatePublishedRoute()
3115 DeterminePrefixFor(aNewState, routeConfig.GetPrefix()); in UpdatePublishedRoute()
3135 mState = aNewState; in UpdatePublishedRoute()
Drouting_manager.hpp1235 void UpdatePublishedRoute(State aNewState);