Home
last modified time | relevance | path

Searched refs:IsQueueEmpty (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/
H A Dems_event_queue_system_test.cpp67 bool ret = queue->IsQueueEmpty();
88 bool ret = queue->IsQueueEmpty();
104 bool ret = queue->IsQueueEmpty();
/ohos5.0/foundation/communication/netstack/utils/common_utils/include/
H A Dthread_pool.h92 bool IsQueueEmpty() in IsQueueEmpty() function
153 [this] { return !needRun_ || !IsQueueEmpty(); }); in Sleep()
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/
H A Deventqueue_fuzzer.cpp49 eventQueue.IsQueueEmpty(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_notify.h84 COMPILE_HIDDEN bool IsQueueEmpty();
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h119 LOCAL_API bool IsQueueEmpty() override;
H A Devent_queue_base.h161 bool IsQueueEmpty() override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_queue.h190 bool IsQueueEmpty();
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
H A Dems_event_runner_system_test.cpp1251 bool ret = EventRunner::GetCurrentEventQueue()->IsQueueEmpty(); in __anon38b2a1f73102()
1267 bool ret = EventRunner::GetCurrentEventQueue()->IsQueueEmpty(); in __anon38b2a1f73202()
1283 bool ret = EventRunner::GetCurrentEventQueue()->IsQueueEmpty(); in __anon38b2a1f73302()
1329 bool ret = runner->GetEventQueue()->IsQueueEmpty();
1346 bool ret = runner->GetEventQueue()->IsQueueEmpty();
1363 bool ret = runner->GetEventQueue()->IsQueueEmpty();
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp1729 bool ret = runner->GetEventQueue()->IsQueueEmpty();
1752 bool ret = runner->GetEventQueue()->IsQueueEmpty();
1775 bool ret = runner->GetEventQueue()->IsQueueEmpty();
1799 bool ret = runner->GetEventQueue()->IsQueueEmpty();
1976 bool re4 = queue.IsQueueEmpty();
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h274 virtual bool IsQueueEmpty() = 0;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_notify.cpp448 bool NotifyTaskWorker::IsQueueEmpty() in IsQueueEmpty() function in OHOS::Media::NotifyTaskWorker
458 [this]() { return !IsQueueEmpty(); }); in WaitForTask()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_ffrt.cpp345 bool EventQueueFFRT::IsQueueEmpty() in IsQueueEmpty() function in OHOS::AppExecFwk::EventQueueFFRT
H A Devent_queue_base.cpp619 bool EventQueueBase::IsQueueEmpty() in IsQueueEmpty() function in OHOS::AppExecFwk::EventQueueBase
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp605 bool EventQueue::IsQueueEmpty() in IsQueueEmpty() function in OHOS::AppExecFwk::EventQueue