Searched defs:IsPending (Results 1 – 7 of 7) sorted by relevance
55 bool IsPending() const { in IsPending() function119 bool IsPending() const { in IsPending() function
128 constexpr bool IsPending() const noexcept { return !value_.has_value(); } in IsPending() function
243 bool IsPending(void) const { return !mEventsToSignal.IsEmpty(); } in IsPending() function in ot::Notifier
256 bool IsPending() const override { return next_state_ != STATE_NONE; } in IsPending() function in net::__anon4d5297af0111::DnsUDPAttempt627 bool IsPending() const override { return !callback_.is_null(); } in DnsHTTPAttempt() function in net::__anon4d5297af0111::DnsHTTPAttempt753 bool IsPending() const override { return next_state_ != STATE_NONE; } in DnsHTTPAttempt() function in net::__anon4d5297af0111::DnsTCPAttempt
256 bool IsPending() const override { return next_state_ != STATE_NONE; } in IsPending() function in net::__anon1f3484130111::DnsUDPAttempt627 bool IsPending() const override { return !callback_.is_null(); } in DnsHTTPAttempt() function in net::__anon1f3484130111::DnsHTTPAttempt753 bool IsPending() const override { return next_state_ != STATE_NONE; } in DnsHTTPAttempt() function in net::__anon1f3484130111::DnsTCPAttempt
558 bool IsPending(void) const { return (mTimeout != 0); } in IsPending() function in ot::Mle::MleRouter::RouterRoleTransition
837 … bool IsPending(Operation aOperation) const { return mPendingOperations & (1U << aOperation); } in IsPending() function in ot::Mac::Mac