Home
last modified time | relevance | path

Searched defs:isVerified (Results 1 – 19 of 19) sorted by relevance

/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
Dhks_osaccount_check.cpp34 bool isVerified = false; in HksIsOsAccountVerified() local
/base/account/os_account/frameworks/osaccount/core/test/unittest/
Dos_account_mock_test.cpp172 bool isVerified; variable
483 bool isVerified; variable
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp505 bool isVerified = false; variable
518 bool isVerified = true; variable
531 bool isVerified = true; variable
973 bool isVerified = true; variable
998 bool isVerified = true; variable
1010 bool isVerified = true; variable
Dos_account_manager_service_no_permission_module_test.cpp244 bool isVerified; variable
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp86 ErrCode OsAccountManager::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified()
256 ErrCode OsAccountManager::IsCurrentOsAccountVerified(bool &isVerified) in IsCurrentOsAccountVerified()
266 ErrCode OsAccountManager::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified()
271 ErrCode OsAccountManager::SetOsAccountIsVerified(const int id, const bool isVerified) in SetOsAccountIsVerified()
Dos_account_info.cpp118 void OsAccountInfo::SetIsVerified(bool isVerified) in SetIsVerified()
/base/account/os_account/frameworks/test/unittest/
Daccount_osaccount_proxy_mock_test.cpp178 bool isVerified = true; variable
491 bool isVerified = true; variable
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp743 bool isVerified = false; variable
762 bool isVerified = true; variable
774 bool isVerified = true; variable
1232 bool isVerified = false; variable
1854 bool isVerified = false; variable
1893 bool isVerified = false; variable
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp337 ErrCode OsAccountManagerService::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified()
784 ErrCode OsAccountManagerService::IsCurrentOsAccountVerified(bool &isVerified) in IsCurrentOsAccountVerified()
795 ErrCode OsAccountManagerService::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified()
816 ErrCode OsAccountManagerService::SetOsAccountIsVerified(const int id, const bool isVerified) in SetOsAccountIsVerified()
Dos_account_stub.cpp1193 bool isVerified = false; in ProcIsOsAccountVerified() local
1380 bool isVerified = false; in ProcIsCurrentOsAccountVerified() local
1409 bool isVerified = data.ReadBool(); in ProcSetCurrentOsAccountIsVerified() local
1425 bool isVerified = data.ReadBool(); in ProcSetOsAccountIsVerified() local
Dinner_os_account_manager.cpp195 bool isVerified = false; in RetryToGetAccount() local
1080 ErrCode IInnerOsAccountManager::IsOsAccountVerified(const int id, bool &isVerified) in RetryToGetAccount()
1953 ErrCode IInnerOsAccountManager::SetOsAccountIsVerified(const int id, const bool isVerified) in RetryToGetAccount()
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp246 ErrCode OsAccount::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified()
666 ErrCode OsAccount::IsCurrentOsAccountVerified(bool &isVerified) in IsCurrentOsAccountVerified()
690 ErrCode OsAccount::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified()
699 ErrCode OsAccount::SetOsAccountIsVerified(const int id, const bool isVerified) in SetOsAccountIsVerified()
Dos_account_proxy.cpp303 ErrCode OsAccountProxy::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified()
981 ErrCode OsAccountProxy::IsCurrentOsAccountVerified(bool &isVerified) in IsCurrentOsAccountVerified()
1021 ErrCode OsAccountProxy::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified()
1049 ErrCode OsAccountProxy::SetOsAccountIsVerified(const int id, const bool isVerified) in SetOsAccountIsVerified()
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp257 bool isVerified = BOOL_IS_OS_ACCOUNT_VERIFIED; variable
/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
Dos_account_manager_benchmark_test.cpp149 bool isVerified = true; in BENCHMARK_F() local
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_callback.cpp72 bool isVerified = false; in UnlockAccount() local
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_inner_account_mgr_mock.cpp1541 bool isVerified = false; variable
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account.cpp1242 auto isVerified = std::make_unique<IsVerifiedAsyncContext>(); in InnerIsOsAccountVerified() local
/base/account/os_account/services/accountmgr/src/domain_account/
Dinner_domain_account_manager.cpp883 bool isVerified = false; in AuthUser() local