Home
last modified time | relevance | path

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

/developtools/profiler/device/base/test/unittest/
H A Dschedule_task_manager_test.cpp43 EXPECT_NE(scheduleTaskManager.ScheduleTask([&]() { count++; }, initalDelay, true), -1); in HWTEST_F()
63 EXPECT_NE(scheduleTaskManager.ScheduleTask( in HWTEST_F()
97 taskFd = scheduleTaskManager.ScheduleTask( in HWTEST_F()
/developtools/profiler/device/base/include/
H A Dschedule_task_manager.h47 int32_t ScheduleTask(const std::function<void(void)>& callback, const uint64_t interval, bool once = false,
51 * @param timerFd The return value of interface ScheduleTask().
/developtools/profiler/device/base/src/
H A Dschedule_task_manager.cpp63 int32_t ScheduleTaskManager::ScheduleTask(const std::function<void(void)>& callback, const uint64_t interval, bool once, in ScheduleTask() function in ScheduleTaskManager
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H A Dnative_memory_profiler_sa_service.cpp222 int32_t timerFd = scheduleTaskManager_.ScheduleTask( in StartHook()
379 int32_t timerFd = scheduleTaskManager_.ScheduleTask( in DelayedShutdown()
/developtools/profiler/device/services/profiler_service/src/
H A Dprofiler_service.cpp147 offlineScheduleTaskFd = stopExpireTask.ScheduleTask( in StartPluginSessions()
225 timeoutScheduleTaskFd = task.ScheduleTask( in StartSessionExpireTask()
/developtools/profiler/device/plugins/api/src/
H A Dplugin_manager.cpp305 int32_t timerFd = scheduleTaskManager_.ScheduleTask(callback, config[idx].sample_interval()); in StartPluginSession()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp181 int32_t timerFd = scheduleTaskManager_.ScheduleTask( in StopTakeResults()
184 PROFILER_LOG_ERROR(LOG_CORE, "StopTakeResults ScheduleTask failed!"); in StopTakeResults()

Completed in 7 milliseconds