Searched defs:IsSet (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/common/ | ||
D | callback.hpp | 90 bool IsSet(void) const { return (mHandler != nullptr); } in IsSet() function in ot::CallbackBase |
D | timer.hpp | 111 bool IsSet(void) const { return (mNextTime != mNow.GetDistantFuture()); } in IsSet() function in ot::NextFireTime |