Home
last modified time | relevance | path

Searched refs:IsOsAccountVerified (Results 1 – 25 of 27) sorted by relevance

12

/base/account/os_account/test/fuzztest/osaccount/isosaccountverified_fuzzer/
Disosaccountverified_fuzzer.cpp35 result = OsAccountManager::IsOsAccountVerified(testId, testIsVerified); in IsOsAccountVerifiedFuzzTest()
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp85 ErrCode OsAccountManager::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccountManager
87 return OsAccount::GetInstance().IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp283 ErrCode OsAccountManagerService::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccountManagerService
292 return innerManager_.IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
301 return innerManager_.IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
627 return innerManager_.IsOsAccountVerified(id, isVerified); in IsCurrentOsAccountVerified()
Dos_account_stub.cpp941 ErrCode result = IsOsAccountVerified(localId, isVerified); in ProcIsOsAccountVerified()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_manager.h163 static ErrCode IsOsAccountVerified(const int id, bool &isVerified);
/base/account/os_account/services/accountmgr/include/osaccount/
Diinner_os_account.h44 virtual ErrCode IsOsAccountVerified(const int id, bool &isVerified) = 0;
Dos_account_manager_service.h53 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
Diinner_os_account_manager.h47 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
/base/account/os_account/frameworks/osaccount/core/include/
Dos_account.h41 ErrCode IsOsAccountVerified(const int id, bool &isVerified);
Dios_account.h50 virtual ErrCode IsOsAccountVerified(const int id, bool &isVerified) = 0;
Dos_account_proxy.h44 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
/base/security/device_auth/services/frameworks/src/os_account_adapter/
Dos_account_adapter.cpp215 …OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked… in IsOsAccountUnlocked()
/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
Dos_account_manager_benchmark_test.cpp151 EXPECT_EQ(OsAccountManager::IsOsAccountVerified(LOCAL_ID, isVerified), ERR_OK); in BENCHMARK_F()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp624 EXPECT_EQ(OsAccountManager::IsOsAccountVerified(Constants::START_USER_ID, isVerified), ERR_OK);
627 EXPECT_EQ(OsAccountManager::IsOsAccountVerified(Constants::START_USER_ID, isVerified), ERR_OK);
630 EXPECT_EQ(OsAccountManager::IsOsAccountVerified(Constants::START_USER_ID, isVerified), ERR_OK);
643 … EXPECT_NE(OsAccountManager::IsOsAccountVerified(Constants::MAX_USER_ID + 1, isVerified), ERR_OK);
655 … EXPECT_NE(OsAccountManager::IsOsAccountVerified(Constants::MAX_USER_ID + 1, isVerified), ERR_OK);
1082 EXPECT_NE(OsAccountManager::IsOsAccountVerified(ERROR_LOCAL_ID, isVerified), ERR_OK);
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp216 ErrCode OsAccount::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccount
228 return proxy->IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
Dos_account_proxy.cpp292 ErrCode OsAccountProxy::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/frameworks/osaccount/core/test/unittest/
Dos_account_mock_test.cpp174 g_osAccount->IsOsAccountVerified(MAIN_ACCOUNT_ID, isVerified));
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp491 …EXPECT_EQ(osAccountManagerService_->IsOsAccountVerified(Constants::START_USER_ID, isVerified), ERR…
504 EXPECT_EQ(osAccountManagerService_->IsOsAccountVerified(Constants::MAX_USER_ID + 1, isVerified),
517 EXPECT_EQ(osAccountManagerService_->IsOsAccountVerified(Constants::MAX_USER_ID + 1, isVerified),
1727 osAccountManagerService_->IsOsAccountVerified(MAIN_ACCOUNT_ID, isVerified));
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_callback.cpp75 (void)IInnerOsAccountManager::GetInstance().IsOsAccountVerified(userId_, isAccountVerified_); in HandleAuthResult()
Dinner_account_iam_manager.cpp153 (void) IInnerOsAccountManager::GetInstance().IsOsAccountVerified(userId, isVerified); in IsNonPINAllowed()
/base/account/os_account/interfaces/kits/napi/osaccount/include/
Dnapi_os_account.h314 napi_value IsOsAccountVerified(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/test/unittest/
Daccount_osaccount_proxy_mock_test.cpp179 ErrCode errCode = OsAccountManager::IsOsAccountVerified(TEST_USER_ID, isVerified);
/base/account/os_account/frameworks/osaccount/native/
Dlibos_account_innerkits.map32 "OHOS::AccountSA::OsAccount::IsOsAccountVerified(int, bool&)";
90 "OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(int, bool&)";
/base/account/os_account/services/accountmgr/src/domain_account/
Dinner_domain_account_manager.cpp228 (void) IInnerOsAccountManager::GetInstance().IsOsAccountVerified(userId, isVerified); in AuthUser()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account.cpp83 DECLARE_NAPI_FUNCTION("isOsAccountVerified", IsOsAccountVerified),
1157 napi_value IsOsAccountVerified(napi_env env, napi_callback_info cbInfo) in IsOsAccountVerified() function

12