Home
last modified time | relevance | path

Searched defs:IsPending (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/common/
Dnotifier.hpp243 bool IsPending(void) const { return !mEventsToSignal.IsEmpty(); } in IsPending() function in ot::Notifier
/openthread-latest/src/core/thread/
Dmle_router.hpp557 bool IsPending(void) const { return (mTimeout != 0); } in IsPending() function in ot::Mle::MleRouter::RouterRoleTransition
/openthread-latest/src/core/mac/
Dmac.hpp837 … bool IsPending(Operation aOperation) const { return mPendingOperations & (1U << aOperation); } in IsPending() function in ot::Mac::Mac