/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/ |
H A D | ems_event_queue_system_test.cpp | 67 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 D | thread_pool.h | 92 bool IsQueueEmpty() in IsQueueEmpty() function 153 [this] { return !needRun_ || !IsQueueEmpty(); }); in Sleep()
|
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/ |
H A D | eventqueue_fuzzer.cpp | 49 eventQueue.IsQueueEmpty(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_notify.h | 84 COMPILE_HIDDEN bool IsQueueEmpty();
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | event_queue_ffrt.h | 119 LOCAL_API bool IsQueueEmpty() override;
|
H A D | event_queue_base.h | 161 bool IsQueueEmpty() override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
H A D | event_queue.h | 190 bool IsQueueEmpty();
|
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/ |
H A D | ems_event_runner_system_test.cpp | 1251 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 D | lib_event_handler_event_queue_test.cpp | 1729 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 D | event_queue.h | 274 virtual bool IsQueueEmpty() = 0;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_notify.cpp | 448 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 D | event_queue_ffrt.cpp | 345 bool EventQueueFFRT::IsQueueEmpty() in IsQueueEmpty() function in OHOS::AppExecFwk::EventQueueFFRT
|
H A D | event_queue_base.cpp | 619 bool EventQueueBase::IsQueueEmpty() in IsQueueEmpty() function in OHOS::AppExecFwk::EventQueueBase
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_queue.cpp | 605 bool EventQueue::IsQueueEmpty() in IsQueueEmpty() function in OHOS::AppExecFwk::EventQueue
|