Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/base/threading/
Dpoll.h55 bool IsPending() const { in IsPending() function
119 bool IsPending() const { in IsPending() function
/external/pigweed/pw_async2/public/pw_async2/
Dpoll.h128 constexpr bool IsPending() const noexcept { return !value_.has_value(); } in IsPending() function
/external/openthread/src/core/common/
Dnotifier.hpp243 bool IsPending(void) const { return !mEventsToSignal.IsEmpty(); } in IsPending() function in ot::Notifier
/external/cronet/tot/net/dns/
Ddns_transaction.cc256 bool IsPending() const override { return next_state_ != STATE_NONE; } in IsPending() function in net::__anon4d5297af0111::DnsUDPAttempt
627 bool IsPending() const override { return !callback_.is_null(); } in DnsHTTPAttempt() function in net::__anon4d5297af0111::DnsHTTPAttempt
753 bool IsPending() const override { return next_state_ != STATE_NONE; } in DnsHTTPAttempt() function in net::__anon4d5297af0111::DnsTCPAttempt
/external/cronet/stable/net/dns/
Ddns_transaction.cc256 bool IsPending() const override { return next_state_ != STATE_NONE; } in IsPending() function in net::__anon1f3484130111::DnsUDPAttempt
627 bool IsPending() const override { return !callback_.is_null(); } in DnsHTTPAttempt() function in net::__anon1f3484130111::DnsHTTPAttempt
753 bool IsPending() const override { return next_state_ != STATE_NONE; } in DnsHTTPAttempt() function in net::__anon1f3484130111::DnsTCPAttempt
/external/openthread/src/core/thread/
Dmle_router.hpp558 bool IsPending(void) const { return (mTimeout != 0); } in IsPending() function in ot::Mle::MleRouter::RouterRoleTransition
/external/openthread/src/core/mac/
Dmac.hpp837 … bool IsPending(Operation aOperation) const { return mPendingOperations & (1U << aOperation); } in IsPending() function in ot::Mac::Mac