Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueueinsert_fuzzer/
H A Deventqueueinsert_fuzzer.cpp29 AppExecFwk::EventQueueBase eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/
H A Deventqueue_fuzzer.cpp45 AppExecFwk::EventQueueBase eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
H A Deventqueueannex_fuzzer.cpp55 AppExecFwk::EventQueueBase eventQueue(ioWaiter); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.h235 std::vector<PalayControlEventItem> eventQueue; variable
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_thread.cpp123 std::shared_ptr<ffrt::queue> eventQueue = nullptr; member in OHOS::DHCP::DhcpThread::DhcpThreadImpl
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_event_handler.cpp201 std::shared_ptr<ffrt::queue> eventQueue = nullptr; member in OHOS::Wifi::WifiEventHandler::WifiEventHandlerImpl
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c39 struct DListHead eventQueue; member