Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/include/
H A Devloop.h29 typedef struct EventLoop EventLoop; typedef
30 struct EventLoop { struct
43 * @return EventLoop* - pointer to the event loop object or NULL if failed argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Dievent_loop.cpp21 using EventLoop = DistributedDB::EventLoopEpoll; typedef
24 using EventLoop = DistributedDB::EventLoopSelect; typedef
/ohos5.0/base/startup/init/services/loopevent/loop/
H A Dle_loop.h50 } EventLoop; typedef
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_timer_callback.cpp95 void HRilTimerCallback::EventLoop() in EventLoop() function in OHOS::Telephony::HRilTimerCallback
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp53 EventLoop::EventLoop(const std::string &name) : name_(name), nextWakeupTime_(0), currentProcessingE… in EventLoop() function in OHOS::HiviewDFX::EventLoop
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp459 std::unique_ptr<IOEventReactor> EventLoop(std::shared_ptr<TimerFdHandler>& handler, benchmark::Stat… in EventLoop() function