Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Dmock_domain_so_plugin.cpp27 static int32_t g_authTime = 0; variable
71 g_authTime = authTime; in Auth()
72 ACCOUNT_LOGI("Mock Auth time: %{public}d.", g_authTime); in Auth()
146 int32_t calTime = static_cast<int32_t>(curTime - g_authTime); in IsAuthenticationExpired()