Home
last modified time | relevance | path

Searched refs:DEFAULT_EVENT_POLLING_INTERVAL (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp33 constexpr int DEFAULT_EVENT_POLLING_INTERVAL = 5000; member
229 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.cpp33 constexpr int DEFAULT_EVENT_POLLING_INTERVAL = 5000; member
238 ctx->eventPoller = std::make_unique<EpollEventPoller>(DEFAULT_EVENT_POLLING_INTERVAL); in HandleNetworkProfilerContext()
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp34 const int DEFAULT_EVENT_POLLING_INTERVAL = 5000; member
50 eventPoller_ = std::make_unique<EpollEventPoller>(DEFAULT_EVENT_POLLING_INTERVAL); in PluginService()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_manager.cpp40 constexpr int DEFAULT_EVENT_POLLING_INTERVAL = 5000; member
268 ctx->eventPoller = std::make_unique<EpollEventPoller>(DEFAULT_EVENT_POLLING_INTERVAL); in HandleHookContext()

Completed in 4 milliseconds