Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/utils/include/timer/
H A Ddm_timer.h34 constexpr const char* INPUT_TIMEOUT_TASK = "deviceManagerTimer:input"; member
/foundation/distributedhardware/device_manager/utils/include/timer/lite/
H A Ddm_timer.h33 constexpr const char* INPUT_TIMEOUT_TASK = "deviceManagerTimer:input"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp84 { std::string(INPUT_TIMEOUT_TASK), CLONE_INPUT_TIMEOUT },
669 timer_->StartTimer(std::string(INPUT_TIMEOUT_TASK), in MemberJoinAuthRequest()
670 GetTaskTimeout(INPUT_TIMEOUT_TASK, INPUT_TIMEOUT), [this] (std::string name) { in MemberJoinAuthRequest()
1096 timer_->StartTimer(std::string(INPUT_TIMEOUT_TASK), in StartRespAuthProcess()
1097 GetTaskTimeout(INPUT_TIMEOUT_TASK, INPUT_TIMEOUT), [this] (std::string name) { in StartRespAuthProcess()
1137 timer_->DeleteTimer(std::string(INPUT_TIMEOUT_TASK)); in AddMember()
1487 timer_->DeleteTimer(std::string(INPUT_TIMEOUT_TASK)); in ProcessPincode()
2035 timer_->StartTimer(std::string(INPUT_TIMEOUT_TASK), in AuthDeviceError()
2036 GetTaskTimeout(INPUT_TIMEOUT_TASK, INPUT_TIMEOUT), [this] (std::string name) { in AuthDeviceError()

Completed in 5 milliseconds