Home
last modified time | relevance | path

Searched refs:SetCurrentOsAccountIsVerified (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/osaccount/setcurrentosaccountisverified_fuzzer/
H A Dsetcurrentosaccountisverified_fuzzer.cpp37 result = OsAccountManager::SetCurrentOsAccountIsVerified(testIsVerified); in SetCurrentOsAccountIsVerifiedFuzzTest()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp266 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 Dos_account_manager.h455 static ErrCode SetCurrentOsAccountIsVerified(const bool isVerified);
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h83 virtual ErrCode SetCurrentOsAccountIsVerified(const bool isVerified) = 0;
H A Dos_account.h72 ErrCode SetCurrentOsAccountIsVerified(const bool isVerified);
H A Dos_account_proxy.h77 ErrCode SetCurrentOsAccountIsVerified(const bool isVerified) override;
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_manager_service.h99 ErrCode SetCurrentOsAccountIsVerified(const bool isVerified) override;
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp690 ErrCode OsAccount::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified() function in OHOS::AccountSA::OsAccount
696 return proxy->SetCurrentOsAccountIsVerified(isVerified); in SetCurrentOsAccountIsVerified()
H A Dos_account_proxy.cpp1021 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 Dos_account_mock_test.cpp510 g_osAccount->SetCurrentOsAccountIsVerified(false));
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp517 ErrCode errCode = OsAccountManager::SetCurrentOsAccountIsVerified(false);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map69 "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 Dos_account_manager_service_module_test.cpp1003 …osAccountManagerService_->SetCurrentOsAccountIsVerified(isVerified), ERR_OSACCOUNT_SERVICE_MANAGER…
1919 osAccountManagerService_->SetCurrentOsAccountIsVerified(true));
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp797 ErrCode OsAccountManagerService::SetCurrentOsAccountIsVerified(const bool isVerified) in SetCurrentOsAccountIsVerified() function in OHOS::AccountSA::OsAccountManagerService
H A Dos_account_stub.cpp1388 ErrCode result = SetCurrentOsAccountIsVerified(isVerified); in ProcSetCurrentOsAccountIsVerified()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp1911 EXPECT_NE(OsAccountManager::SetCurrentOsAccountIsVerified(true), ERR_OK);