Home
last modified time | relevance | path

Searched refs:ScheduleTask (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/base/test/unittest/
Dschedule_task_manager_test.cpp44 EXPECT_NE(scheduleTaskManager.ScheduleTask([&]() { count++; }, initalDelay, true), -1); in __anon168b8ffb0202()
64 EXPECT_NE(scheduleTaskManager.ScheduleTask(
98 taskFd = scheduleTaskManager.ScheduleTask(
/developtools/profiler/device/base/include/
Dschedule_task_manager.h47 …int32_t ScheduleTask(const std::function<void(void)>& callback, const uint64_t interval, bool once…
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
Dnative_memory_profiler_sa_service.cpp184 int32_t timerFd = scheduleTaskManager_.ScheduleTask( in StartHook()
333 int32_t timerFd = scheduleTaskManager_.ScheduleTask( in DelayedShutdown()
/developtools/profiler/device/base/src/
Dschedule_task_manager.cpp63 int32_t ScheduleTaskManager::ScheduleTask(const std::function<void(void)>& callback, const uint64_t… in ScheduleTask() function in ScheduleTaskManager
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp143 offlineScheduleTaskFd = stopExpireTask.ScheduleTask( in StartPluginSessions()
222 timeoutScheduleTaskFd = task.ScheduleTask( in StartSessionExpireTask()
/developtools/profiler/device/plugins/arkts_plugin/src/
Darkts_plugin.cpp154 …snapshotScheduleTaskFd_ = scheduleTaskManager_.ScheduleTask(callback, protoConfig_.interval() * TI… in EnableSnapshot()
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp306 … int32_t timerFd = scheduleTaskManager_.ScheduleTask(callback, config[idx].sample_interval()); in StartPluginSession()