/ohos5.0/base/account/os_account/test/fuzztest/osaccount/setcurrentosaccountisverified_fuzzer/ |
H A D | setcurrentosaccountisverified_fuzzer.cpp | 37 result = OsAccountManager::SetCurrentOsAccountIsVerified(testIsVerified); in SetCurrentOsAccountIsVerifiedFuzzTest()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_manager.cpp | 266 ErrCode OsAccountManager::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified() function in OHOS::AccountSA::OsAccountManager 268 return OsAccount::GetInstance().SetCurrentOsAccountIsVerified(isVerified); in SetCurrentOsAccountIsVerified()
|
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_manager.h | 455 static ErrCode SetCurrentOsAccountIsVerified(const bool isVerified);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/ |
H A D | ios_account.h | 83 virtual ErrCode SetCurrentOsAccountIsVerified(const bool isVerified) = 0;
|
H A D | os_account.h | 72 ErrCode SetCurrentOsAccountIsVerified(const bool isVerified);
|
H A D | os_account_proxy.h | 77 ErrCode SetCurrentOsAccountIsVerified(const bool isVerified) override;
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | os_account_manager_service.h | 99 ErrCode SetCurrentOsAccountIsVerified(const bool isVerified) override;
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/ |
H A D | os_account.cpp | 690 ErrCode OsAccount::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified() function in OHOS::AccountSA::OsAccount 696 return proxy->SetCurrentOsAccountIsVerified(isVerified); in SetCurrentOsAccountIsVerified()
|
H A D | os_account_proxy.cpp | 1021 ErrCode OsAccountProxy::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified() function in OHOS::AccountSA::OsAccountProxy
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
H A D | os_account_mock_test.cpp | 510 g_osAccount->SetCurrentOsAccountIsVerified(false));
|
/ohos5.0/base/account/os_account/frameworks/test/unittest/ |
H A D | account_osaccount_proxy_mock_test.cpp | 517 ErrCode errCode = OsAccountManager::SetCurrentOsAccountIsVerified(false);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/ |
H A D | libos_account_innerkits.map | 69 "OHOS::AccountSA::OsAccount::SetCurrentOsAccountIsVerified(bool)"; 107 "OHOS::AccountSA::OsAccountManager::SetCurrentOsAccountIsVerified(bool)";
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 1003 …osAccountManagerService_->SetCurrentOsAccountIsVerified(isVerified), ERR_OSACCOUNT_SERVICE_MANAGER… 1919 osAccountManagerService_->SetCurrentOsAccountIsVerified(true));
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_manager_service.cpp | 797 ErrCode OsAccountManagerService::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified() function in OHOS::AccountSA::OsAccountManagerService
|
H A D | os_account_stub.cpp | 1388 ErrCode result = SetCurrentOsAccountIsVerified(isVerified); in ProcSetCurrentOsAccountIsVerified()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 1911 EXPECT_NE(OsAccountManager::SetCurrentOsAccountIsVerified(true), ERR_OK);
|