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