Home
last modified time | relevance | path

Searched refs:monitorTaskTimer_ (Results 1 – 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
Dcomponent_manager.cpp68monitorTaskTimer_(std::make_shared<MonitorTaskTimer>(MONITOR_TASK_TIMER_ID, MONITOR_TASK_DELAY_MS)…
122 if (monitorTaskTimer_ != nullptr) { in Init()
123 monitorTaskTimer_->StartTimer(); in Init()
159 if (monitorTaskTimer_ != nullptr) { in UnInit()
160 monitorTaskTimer_->StopTimer(); in UnInit()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
Dcomponent_manager.h100 std::shared_ptr<DHTimer> monitorTaskTimer_ = nullptr; variable