Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/utils/include/timer/
H A Ddm_timer.h34 constexpr const char* INPUT_TIMEOUT_TASK = "deviceManagerTimer:input"; variable
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/timer/lite/
H A Ddm_timer.h33 constexpr const char* INPUT_TIMEOUT_TASK = "deviceManagerTimer:input"; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp618 timer_->StartTimer(std::string(INPUT_TIMEOUT_TASK), in OnMemberJoin()
619 GetTaskTimeout(INPUT_TIMEOUT_TASK, INPUT_TIMEOUT), [this] (std::string name) { in OnMemberJoin()
1089 timer_->StartTimer(std::string(INPUT_TIMEOUT_TASK), in StartRespAuthProcess()
1090 GetTaskTimeout(INPUT_TIMEOUT_TASK, INPUT_TIMEOUT), [this] (std::string name) { in StartRespAuthProcess()
1132 timer_->DeleteTimer(std::string(INPUT_TIMEOUT_TASK)); in AddMember()
1492 timer_->DeleteTimer(std::string(INPUT_TIMEOUT_TASK)); in ProcessPincode()
1518 timer_->DeleteTimer(std::string(INPUT_TIMEOUT_TASK)); in AuthDevice()
2167 timer_->StartTimer(std::string(INPUT_TIMEOUT_TASK), in AuthDeviceError()
2168 GetTaskTimeout(INPUT_TIMEOUT_TASK, INPUT_TIMEOUT), [this] (std::string name) { in AuthDeviceError()