Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/utils/include/timer/
H A Ddm_timer.h37 constexpr const char* WAIT_REQUEST_TIMEOUT_TASK = "deviceManagerTimer:waitRequest"; member
/foundation/distributedhardware/device_manager/utils/include/timer/lite/
H A Ddm_timer.h36 constexpr const char* WAIT_REQUEST_TIMEOUT_TASK = "deviceManagerTimer:waitRequest"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp87 { std::string(WAIT_REQUEST_TIMEOUT_TASK), CLONE_WAIT_REQUEST_TIMEOUT },
539 timer_->DeleteTimer(std::string(WAIT_REQUEST_TIMEOUT_TASK)); in ProcessSinkMsg()
834 timer_->StartTimer(std::string(WAIT_REQUEST_TIMEOUT_TASK), in RespNegotiate()
835 GetTaskTimeout(WAIT_REQUEST_TIMEOUT_TASK, WAIT_REQUEST_TIMEOUT), [this] (std::string name) { in RespNegotiate()
841 timer_->StartTimer(std::string(WAIT_REQUEST_TIMEOUT_TASK), in RespNegotiate()
842 GetTaskTimeout(WAIT_REQUEST_TIMEOUT_TASK, WAIT_REQUEST_TIMEOUT), [this] (std::string name) { in RespNegotiate()

Completed in 5 milliseconds