Home
last modified time | relevance | path

Searched refs:STATE_TIMER_PREFIX (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/utils/include/timer/
H A Ddm_timer.h38 constexpr const char* STATE_TIMER_PREFIX = "deviceManagerTimer:stateTimer_"; variable
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/timer/lite/
H A Ddm_timer.h37 constexpr const char* STATE_TIMER_PREFIX = "deviceManagerTimer:stateTimer_"; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp235 … std::string timerName = std::string(STATE_TIMER_PREFIX) + GetAnonyString(std::string(udidHash)); in RegisterOffLineTimer()