Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.cpp55 , mDetachingGracefully(false) in Mle()
237 if (mDetachingGracefully) in Stop()
239 mDetachingGracefully = false; in Stop()
1446 if (mDetachingGracefully) in HandleAttachTimer()
3575 if (timeout == 0 && mDetachingGracefully) in HandleChildUpdateResponseOnChild()
4457 VerifyOrExit(!mDetachingGracefully, error = kErrorBusy); in DetachGracefully()
4490 mDetachingGracefully = true; in DetachGracefully()
Dmle.hpp1461 bool mDetachingGracefully : 1; member in ot::Mle::Mle