Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp1294 int32_t taskTimeOut = 0; in HWTEST_F() local
1296 EXPECT_EQ(authManager_->GetTaskTimeout("test", taskTimeOut), taskTimeOut); in HWTEST_F()
1298 taskTimeOut = 1000; in HWTEST_F()
1301 EXPECT_EQ(authManager_->GetTaskTimeout("test", taskTimeOut), taskTimeOut); in HWTEST_F()
1304 EXPECT_EQ(authManager_->GetTaskTimeout(AUTHENTICATE_TIMEOUT_TASK, taskTimeOut), CLONE_AUTHENTICATE_TIMEOUT); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h529 int32_t GetTaskTimeout(const char* taskName, int32_t taskTimeOut);
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2468 int32_t DmAuthManager::GetTaskTimeout(const char* taskName, int32_t taskTimeOut) in GetTaskTimeout() argument
2477 return taskTimeOut; in GetTaskTimeout()

Completed in 9 milliseconds