Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h125 bool osAccountVerifiedState_ = false; variable
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp1410 if (osAccountVerifiedState_ == false) { in GetAndUpateOsAccountVerifiedState()
1411 osAccountVerifiedState_ = IpcCommon::IsOsAccountVerified(userId); in GetAndUpateOsAccountVerifiedState()
1414 return osAccountVerifiedState_; in GetAndUpateOsAccountVerifiedState()