Home
last modified time | relevance | path

Searched refs:IsOsAccountVerified (Results 1 - 25 of 35) sorted by relevance

12

/base/account/os_account/test/fuzztest/osaccount/isosaccountverified_fuzzer/
H A Disosaccountverified_fuzzer.cpp37 result = OsAccountManager::IsOsAccountVerified(testId, testIsVerified); in IsOsAccountVerifiedFuzzTest()
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_osaccount_check.cpp37 OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(userId, isVerified); in HksIsOsAccountVerified()
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_ipc_common.h59 static bool IsOsAccountVerified(int32_t userId);
H A Dmock_ipc_common.cpp161 bool IpcCommon::IsOsAccountVerified(int32_t userId) in IsOsAccountVerified() function in OHOS::UserIam::UserAuth::IpcCommon
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_ipc_common.h59 static bool IsOsAccountVerified(int32_t userId);
H A Dmock_ipc_common.cpp161 bool IpcCommon::IsOsAccountVerified(int32_t userId) in IsOsAccountVerified() function in OHOS::UserIam::UserAuth::IpcCommon
/base/useriam/user_auth_framework/services/core/inc/
H A Dipc_common.h61 static bool IsOsAccountVerified(int32_t userId);
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h164 static ErrCode IsOsAccountVerified(const int id, bool &isVerified);
/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h41 ErrCode IsOsAccountVerified(const int id, bool &isVerified);
H A Dios_account.h51 virtual ErrCode IsOsAccountVerified(const int id, bool &isVerified) = 0;
H A Dos_account_proxy.h45 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h45 virtual ErrCode IsOsAccountVerified(const int id, bool &isVerified) = 0;
H A Dos_account_manager_service.h54 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
H A Diinner_os_account_manager.h50 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp215 OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked); in IsOsAccountUnlocked()
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp86 ErrCode OsAccountManager::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccountManager
88 return OsAccount::GetInstance().IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
/base/useriam/user_auth_framework/services/core/src/
H A Dipc_common.cpp373 bool IpcCommon::IsOsAccountVerified(int32_t userId) in IsOsAccountVerified() function in OHOS::UserIam::UserAuth::IpcCommon
377 ErrCode queryRet = AccountSA::OsAccountManager::IsOsAccountVerified(userId, isOsAccountVerified); in IsOsAccountVerified()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp335 ErrCode OsAccountManagerService::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccountManagerService
344 return innerManager_.IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
353 return innerManager_.IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
767 return innerManager_.IsOsAccountVerified(id, isVerified); in IsCurrentOsAccountVerified()
/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
H A Dos_account_manager_benchmark_test.cpp140 * @tc.desc: IsOsAccountVerified
151 EXPECT_EQ(OsAccountManager::IsOsAccountVerified(LOCAL_ID, isVerified), ERR_OK); in BENCHMARK_F()
/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp116 OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked); in IsOsAccountUnlocked()
/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp444 para.isOsAccountVerified = IpcCommon::IsOsAccountVerified(userId); in Auth()
552 para.isOsAccountVerified = IpcCommon::IsOsAccountVerified(authParam.userId); in AuthUser()
860 para.isOsAccountVerified = IpcCommon::IsOsAccountVerified(para.userId); in StartWidgetContext()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp246 ErrCode OsAccount::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccount
254 return proxy->IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp179 ErrCode errCode = OsAccountManager::IsOsAccountVerified(TEST_USER_ID, isVerified); in HWTEST_F()
/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_mock_test.cpp166 * @tc.desc: Test IsOsAccountVerified getosaccountproxy faild
174 g_osAccount->IsOsAccountVerified(MAIN_ACCOUNT_ID, isVerified)); in HWTEST_F()
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h341 napi_value IsOsAccountVerified(napi_env env, napi_callback_info cbInfo);

Completed in 17 milliseconds

12