Home
last modified time | relevance | path

Searched defs:IsInProgress (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Danycast_locator.hpp98 bool IsInProgress(void) const { return mCallback.IsSet(); } in IsInProgress() function in ot::AnycastLocator
H A Ddiscover_scanner.hpp141 bool IsInProgress(void) const { return (mState != kStateIdle); } in IsInProgress() function in ot::Mle::DiscoverScanner
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dframe_parts_collector.h36 bool IsInProgress() const { return current_frame_ != nullptr; } in IsInProgress() function
H A Dhpack_string_collector.cc52 bool HpackStringCollector::IsInProgress() const { return state == kStarted; } in IsInProgress() function in http2::test::HpackStringCollector
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dpcscan.h197 PA_ALWAYS_INLINE bool PCScan::IsInProgress() { in IsInProgress() function
/aosp_15_r20/external/openthread/src/core/border_router/
H A Drouting_manager.hpp1469 bool IsInProgress(void) const { return mTimer.IsRunning(); } in IsInProgress() function in ot::BorderRouter::RoutingManager::RsSender