Searched defs:IsPending (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/common/ | ||
D | notifier.hpp | 243 bool IsPending(void) const { return !mEventsToSignal.IsEmpty(); } in IsPending() function in ot::Notifier |
/openthread-latest/src/core/thread/ | ||
D | mle_router.hpp | 557 bool IsPending(void) const { return (mTimeout != 0); } in IsPending() function in ot::Mle::MleRouter::RouterRoleTransition |
/openthread-latest/src/core/mac/ | ||
D | mac.hpp | 837 … bool IsPending(Operation aOperation) const { return mPendingOperations & (1U << aOperation); } in IsPending() function in ot::Mac::Mac |