Home
last modified time | relevance | path

Searched refs:AUTHENTICATE_TIMEOUT_TASK (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_timer.cpp53 std::string name = std::string(AUTHENTICATE_TIMEOUT_TASK); in HWTEST_F()
60 ret = timer->StartTimer(std::string(AUTHENTICATE_TIMEOUT_TASK), 400, TimeOut); in HWTEST_F()
63 ret = timer->StartTimer(std::string(AUTHENTICATE_TIMEOUT_TASK), -20, TimeOut); in HWTEST_F()
66 ret = timer->StartTimer(std::string(AUTHENTICATE_TIMEOUT_TASK), timeout, nullptr); in HWTEST_F()
78 std::string name = std::string(AUTHENTICATE_TIMEOUT_TASK); in HWTEST_F()
98 std::string name = std::string(AUTHENTICATE_TIMEOUT_TASK); in HWTEST_F()
115 std::string name = std::string(AUTHENTICATE_TIMEOUT_TASK); in HWTEST_F()
131 std::string name = std::string(AUTHENTICATE_TIMEOUT_TASK); in HWTEST_F()
H A DUTTest_dm_auth_manager_first.cpp1304 EXPECT_EQ(authManager_->GetTaskTimeout(AUTHENTICATE_TIMEOUT_TASK, taskTimeOut), CLONE_AUTHENTICATE_TIMEOUT); in HWTEST_F()
/foundation/distributedhardware/device_manager/utils/include/timer/
H A Ddm_timer.h31 constexpr const char* AUTHENTICATE_TIMEOUT_TASK = "deviceManagerTimer:authenticate"; member
/foundation/distributedhardware/device_manager/utils/include/timer/lite/
H A Ddm_timer.h30 constexpr const char* AUTHENTICATE_TIMEOUT_TASK = "deviceManagerTimer:authenticate"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp81 { std::string(AUTHENTICATE_TIMEOUT_TASK), CLONE_AUTHENTICATE_TIMEOUT },
242 timer_->StartTimer(std::string(AUTHENTICATE_TIMEOUT_TASK), in InitAuthState()
243 GetTaskTimeout(AUTHENTICATE_TIMEOUT_TASK, AUTHENTICATE_TIMEOUT), [this] (std::string name) { in InitAuthState()
445 timer_->StartTimer(std::string(AUTHENTICATE_TIMEOUT_TASK), in OnSessionOpened()
446 GetTaskTimeout(AUTHENTICATE_TIMEOUT_TASK, AUTHENTICATE_TIMEOUT), [this] (std::string name) { in OnSessionOpened()
1194 timer_->DeleteTimer(std::string(AUTHENTICATE_TIMEOUT_TASK)); in JoinNetwork()
1890 timer_->DeleteTimer(std::string(AUTHENTICATE_TIMEOUT_TASK)); in RequestCredentialDone()
1950 timer_->DeleteTimer(std::string(AUTHENTICATE_TIMEOUT_TASK)); in SrcAuthDeviceFinish()
1970 timer_->DeleteTimer(std::string(AUTHENTICATE_TIMEOUT_TASK)); in SrcAuthDeviceFinish()

Completed in 8 milliseconds