Home
last modified time | relevance | path

Searched refs:eventPoller_ (Results 1 - 3 of 3) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dplugin_service_stubs.cpp118 eventPoller_ = std::make_unique<EpollEventPoller>(pollingInterval); in PluginService()
119 eventPoller_->Init(); in PluginService()
124 if (eventPoller_) { in ~PluginService()
125 eventPoller_->Stop(); in ~PluginService()
126 eventPoller_->Finalize(); in ~PluginService()
203 eventPoller_->RemoveFileDescriptor(pluginCtx->eventNotifier->GetFd()); in DestroyPluginSession()
325 if (eventPoller_) { in StartEpollThread()
326 return eventPoller_->Start(); in StartEpollThread()
333 if (eventPoller_) { in StopEpollThread()
334 return eventPoller_ in StopEpollThread()
[all...]
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp50 eventPoller_ = std::make_unique<EpollEventPoller>(DEFAULT_EVENT_POLLING_INTERVAL); in PluginService()
51 CHECK_NOTNULL(eventPoller_, NO_RETVAL, "create event poller FAILED!"); in PluginService()
53 eventPoller_->Init(); in PluginService()
58 if (eventPoller_) { in ~PluginService()
59 eventPoller_->Stop(); in ~PluginService()
60 eventPoller_->Finalize(); in ~PluginService()
66 if (eventPoller_) { in StartEpollThread()
67 return eventPoller_->Start(); in StartEpollThread()
74 if (eventPoller_) { in StopEpollThread()
75 return eventPoller_ in StopEpollThread()
[all...]
/developtools/profiler/device/services/plugin_service/include/
H A Dplugin_service.h131 std::unique_ptr<EpollEventPoller> eventPoller_; member in PluginService

Completed in 2 milliseconds