Home
last modified time | relevance | path

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

/external/openthread/src/core/utils/
Djam_detector.cpp258 void JamDetector::SetJamState(bool aNewState) in SetJamState() argument
260 bool shouldInvokeHandler = aNewState; in SetJamState()
262 if (aNewState != mJamState) in SetJamState()
264 mJamState = aNewState; in SetJamState()
Djam_detector.hpp189 void SetJamState(bool aNewState);
/external/ot-br-posix/src/border_agent/
Dborder_agent.cpp101 …er(Mdns::Publisher::Create([this](Mdns::Publisher::State aNewState) { HandleMdnsState(aNewState); … in BorderAgent() argument
/external/ot-br-posix/src/mdns/
Dmdns.hpp155 using StateCallback = std::function<void(State aNewState)>;
/external/openthread/src/core/net/
Dtcp6.cpp1108 void tcplp_sys_on_state_change(struct tcpcb *aTcb, int aNewState) in tcplp_sys_on_state_change() argument
1110 if (aNewState == TCP6S_CLOSED) in tcplp_sys_on_state_change()