Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_osaccount_check.cpp34 bool isVerified = false; in HksIsOsAccountVerified() local
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_mock_test.cpp172 bool isVerified; variable
483 bool isVerified; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_group.cpp62 bool isVerified = want.GetBoolParam(FORM_RENDER_STATE, false); in AddForm() local
303 bool isVerified = currentComp.want.GetBoolParam(FORM_RENDER_STATE, false); in RecoverRenderer() local
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp502 bool isVerified = false; variable
515 bool isVerified = true; variable
528 bool isVerified = true; variable
970 bool isVerified = true; variable
989 bool isVerified = true; variable
1001 bool isVerified = true; variable
1711 bool isVerified; variable
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A 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()
H A Dos_account_info.cpp118 void OsAccountInfo::SetIsVerified(bool isVerified) in SetIsVerified()
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp178 bool isVerified = true; variable
491 bool isVerified = true; variable
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp760 bool isVerified = false; variable
779 bool isVerified = true; variable
791 bool isVerified = true; variable
1249 bool isVerified = false; variable
1871 bool isVerified = false; variable
1910 bool isVerified = false; variable
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp336 ErrCode OsAccountManagerService::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified()
786 ErrCode OsAccountManagerService::IsCurrentOsAccountVerified(bool &isVerified) in IsCurrentOsAccountVerified()
797 ErrCode OsAccountManagerService::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified()
818 ErrCode OsAccountManagerService::SetOsAccountIsVerified(const int id, const bool isVerified) in SetOsAccountIsVerified()
H A Dos_account_stub.cpp1177 bool isVerified = false; in ProcIsOsAccountVerified() local
1358 bool isVerified = false; in ProcIsCurrentOsAccountVerified() local
1387 bool isVerified = data.ReadBool(); in ProcSetCurrentOsAccountIsVerified() local
1403 bool isVerified = data.ReadBool(); in ProcSetOsAccountIsVerified() local
H A Dinner_os_account_manager.cpp195 bool isVerified = false; in RetryToGetAccount() local
1075 ErrCode IInnerOsAccountManager::IsOsAccountVerified(const int id, bool &isVerified) in RetryToGetAccount()
1948 ErrCode IInnerOsAccountManager::SetOsAccountIsVerified(const int id, const bool isVerified) in RetryToGetAccount()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A 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()
H A 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()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp254 bool isVerified = BOOL_IS_OS_ACCOUNT_VERIFIED; variable
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
H A Dos_account_manager_benchmark_test.cpp149 bool isVerified = true; in BENCHMARK_F() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp54 bool isVerified = false; in GetFormRenderState() local
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp72 bool isVerified = false; in UnlockAccount() local
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dfms_form_render_mgr_inner_test.cpp107 bool isVerified = false; variable
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp1535 bool isVerified = false; variable
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1241 auto isVerified = std::make_unique<IsVerifiedAsyncContext>(); in InnerIsOsAccountVerified() local
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp883 bool isVerified = false; in AuthUser() local