Home
last modified time | relevance | path

Searched refs:EpollEventPoller (Results 1 - 12 of 12) sorted by relevance

/developtools/profiler/device/base/src/
H A Depoll_event_poller.cpp29 EpollEventPoller::EpollEventPoller(int timeOut) : timeOut_(timeOut), epollFd_(INVALID_FD), eventFd_(INVALID_FD) {} in EpollEventPoller() function in EpollEventPoller
31 EpollEventPoller::~EpollEventPoller() in ~EpollEventPoller()
43 bool EpollEventPoller::AddFileDescriptor(int fd, in AddFileDescriptor()
58 bool EpollEventPoller::RemoveFileDescriptor(int fd) in RemoveFileDescriptor()
70 bool EpollEventPoller::AddContextLocked(const EventContextPtr& ctx) in AddContextLocked()
76 bool EpollEventPoller::RemoveContextLocked(const EventContextPtr& ctx) in RemoveContextLocked()
97 bool EpollEventPoller::UpdateEvent(int op, const EventContextPtr& ctx) in UpdateEvent()
116 void EpollEventPoller
[all...]
/developtools/profiler/device/base/include/
H A Depoll_event_poller.h28 class EpollEventPoller { class
30 explicit EpollEventPoller(int timeOut);
31 ~EpollEventPoller();
81 DISALLOW_COPY_AND_MOVE(EpollEventPoller);
/developtools/profiler/device/base/test/unittest/
H A Depoll_event_poller_test.cpp40 std::unique_ptr<EpollEventPoller> eventPoller;
43 eventPoller = std::make_unique<EpollEventPoller>(DEFAULT_POLL_INTERVAL);
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_manager.h47 std::unique_ptr<EpollEventPoller> eventPoller = nullptr;
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_manager.h47 std::unique_ptr<EpollEventPoller> eventPoller = nullptr;
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_manager.h68 std::unique_ptr<EpollEventPoller> eventPoller = nullptr;
/developtools/profiler/device/services/plugin_service/include/
H A Dplugin_service.h131 std::unique_ptr<EpollEventPoller> eventPoller_;
/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dplugin_service_stubs.cpp118 eventPoller_ = std::make_unique<EpollEventPoller>(pollingInterval); in PluginService()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp229 ctx->eventPoller = std::make_unique<EpollEventPoller>(DEFAULT_EVENT_POLLING_INTERVAL); in HandleFfrtProfilerContext()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_manager.cpp238 ctx->eventPoller = std::make_unique<EpollEventPoller>(DEFAULT_EVENT_POLLING_INTERVAL); in HandleNetworkProfilerContext()
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp50 eventPoller_ = std::make_unique<EpollEventPoller>(DEFAULT_EVENT_POLLING_INTERVAL); in PluginService()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_manager.cpp268 ctx->eventPoller = std::make_unique<EpollEventPoller>(DEFAULT_EVENT_POLLING_INTERVAL); in HandleHookContext()

Completed in 8 milliseconds