Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp542 bool isVerified = false; variable
555 bool isVerified = true; variable
568 bool isVerified = true; variable
1025 bool isVerified = true; variable
1043 bool isVerified = true; variable
1055 bool isVerified = true; variable
1765 bool isVerified; variable
/base/account/os_account/frameworks/osaccount/core/test/unittest/
Dos_account_mock_test.cpp165 bool isVerified; variable
488 bool isVerified; variable
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp63 ErrCode OsAccountManager::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified()
213 ErrCode OsAccountManager::IsCurrentOsAccountVerified(bool &isVerified) in IsCurrentOsAccountVerified()
223 ErrCode OsAccountManager::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified()
228 ErrCode OsAccountManager::SetOsAccountIsVerified(const int id, const bool isVerified) in SetOsAccountIsVerified()
Dos_account_info.cpp122 void OsAccountInfo::SetIsVerified(bool isVerified) in SetIsVerified()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp594 bool isVerified = false; variable
613 bool isVerified = true; variable
625 bool isVerified = true; variable
1058 bool isVerified = false; variable
1688 bool isVerified = false; variable
1727 bool isVerified = false; variable
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dfuzz_test_manager.cpp124 bool isVerified = GetBoolParam(); in RegisterOsAccountManager() local
254 bool isVerified = GetBoolParam(); in RegisterOsAccountManager() local
264 bool isVerified = GetBoolParam(); in RegisterOsAccountManager() local
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp179 ErrCode OsAccount::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified()
594 ErrCode OsAccount::IsCurrentOsAccountVerified(bool &isVerified) in IsCurrentOsAccountVerified()
620 ErrCode OsAccount::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified()
630 ErrCode OsAccount::SetOsAccountIsVerified(const int id, const bool isVerified) in SetOsAccountIsVerified()
Dos_account_proxy.cpp183 ErrCode OsAccountProxy::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified()
759 ErrCode OsAccountProxy::IsCurrentOsAccountVerified(bool &isVerified) in IsCurrentOsAccountVerified()
799 ErrCode OsAccountProxy::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified()
827 ErrCode OsAccountProxy::SetOsAccountIsVerified(const int id, const bool isVerified) in SetOsAccountIsVerified()
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp246 ErrCode OsAccountManagerService::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified()
545 ErrCode OsAccountManagerService::IsCurrentOsAccountVerified(bool &isVerified) in IsCurrentOsAccountVerified()
556 ErrCode OsAccountManagerService::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified()
574 ErrCode OsAccountManagerService::SetOsAccountIsVerified(const int id, const bool isVerified) in SetOsAccountIsVerified()
Dos_account_stub.cpp871 bool isVerified = false; in ProcIsOsAccountVerified() local
1000 bool isVerified = false; in ProcIsCurrentOsAccountVerified() local
1029 bool isVerified = data.ReadBool(); in ProcSetCurrentOsAccountIsVerified() local
1045 bool isVerified = data.ReadBool(); in ProcSetOsAccountIsVerified() local
Dinner_os_account_manager.cpp562 ErrCode IInnerOsAccountManager::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified()
1304 ErrCode IInnerOsAccountManager::SetOsAccountIsVerified(const int id, const bool isVerified) in SetOsAccountIsVerified()
/base/account/os_account/frameworks/test/unittest/
Daccount_osaccount_proxy_mock_test.cpp171 bool isVerified = true; variable
496 bool isVerified = true; variable
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp232 bool isVerified = BOOL_IS_OS_ACCOUNT_VERIFIED; variable
/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
Dos_account_manager_benchmark_test.cpp150 bool isVerified = true; in BENCHMARK_F() local
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_inner_account_mgr_mock.cpp900 bool isVerified = false; variable
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account.cpp1117 auto isVerified = std::make_unique<IsVerifiedAsyncContext>(); in InnerIsOsAccountVerified() local