/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
H A D | hks_osaccount_check.cpp | 34 bool isVerified = false; in HksIsOsAccountVerified() local
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
H A D | os_account_mock_test.cpp | 172 bool isVerified; variable 483 bool isVerified; variable
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_group.cpp | 62 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 D | os_account_manager_service_module_test.cpp | 502 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 D | os_account_manager.cpp | 86 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 D | os_account_info.cpp | 118 void OsAccountInfo::SetIsVerified(bool isVerified) in SetIsVerified()
|
/ohos5.0/base/account/os_account/frameworks/test/unittest/ |
H A D | account_osaccount_proxy_mock_test.cpp | 178 bool isVerified = true; variable 491 bool isVerified = true; variable
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 760 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 D | os_account_manager_service.cpp | 336 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 D | os_account_stub.cpp | 1177 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 D | inner_os_account_manager.cpp | 195 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 D | os_account.cpp | 246 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 D | os_account_proxy.cpp | 303 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 D | os_account_info_test.cpp | 254 bool isVerified = BOOL_IS_OS_ACCOUNT_VERIFIED; variable
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/ |
H A D | os_account_manager_benchmark_test.cpp | 149 bool isVerified = true; in BENCHMARK_F() local
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 54 bool isVerified = false; in GetFormRenderState() local
|
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_callback.cpp | 72 bool isVerified = false; in UnlockAccount() local
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/ |
H A D | fms_form_render_mgr_inner_test.cpp | 107 bool isVerified = false; variable
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_inner_account_mgr_mock.cpp | 1535 bool isVerified = false; variable
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account.cpp | 1241 auto isVerified = std::make_unique<IsVerifiedAsyncContext>(); in InnerIsOsAccountVerified() local
|
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | inner_domain_account_manager.cpp | 883 bool isVerified = false; in AuthUser() local
|