Home
last modified time | relevance | path

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

/base/msdp/device_status/services/timer_manager/include/
Dtimer_manager.h60 bool OnIsExist(int32_t timerId) const;
/base/msdp/device_status/services/timer_manager/src/
Dtimer_manager.cpp106 …std::packaged_task<bool(int32_t)> task { std::bind(&TimerManager::OnIsExist, this, std::placeholde… in IsExist()
118 bool TimerManager::OnIsExist(int32_t timerId) const in OnIsExist() function in OHOS::Msdp::DeviceStatus::TimerManager