Home
last modified time | relevance | path

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

/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/
Dems_event_queue_system_test.cpp66 bool ret = queue->IsQueueEmpty();
87 bool ret = queue->IsQueueEmpty();
103 bool ret = queue->IsQueueEmpty();
/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/
Deventqueue_fuzzer.cpp48 eventQueue.IsQueueEmpty(); in DoSomethingInterestingWithMyAPI()
/base/notification/eventhandler/interfaces/inner_api/
Devent_queue.h207 bool IsQueueEmpty();
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
Dems_event_runner_system_test.cpp1251 bool ret = EventRunner::GetCurrentEventQueue()->IsQueueEmpty(); in __anonecc6ee9e3102()
1267 bool ret = EventRunner::GetCurrentEventQueue()->IsQueueEmpty(); in __anonecc6ee9e3202()
1283 bool ret = EventRunner::GetCurrentEventQueue()->IsQueueEmpty(); in __anonecc6ee9e3302()
1329 bool ret = runner->GetEventQueue()->IsQueueEmpty();
1346 bool ret = runner->GetEventQueue()->IsQueueEmpty();
1363 bool ret = runner->GetEventQueue()->IsQueueEmpty();
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_event_queue_test.cpp1664 bool ret = runner->GetEventQueue()->IsQueueEmpty();
1687 bool ret = runner->GetEventQueue()->IsQueueEmpty();
1710 bool ret = runner->GetEventQueue()->IsQueueEmpty();
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue.cpp653 bool EventQueue::IsQueueEmpty() in IsQueueEmpty() function in OHOS::AppExecFwk::EventQueue