/base/account/os_account/test/fuzztest/osaccount/isosaccountverified_fuzzer/ |
D | isosaccountverified_fuzzer.cpp | 35 result = OsAccountManager::IsOsAccountVerified(testId, testIsVerified); in IsOsAccountVerifiedFuzzTest()
|
/base/account/os_account/frameworks/osaccount/native/src/ |
D | os_account_manager.cpp | 85 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/ |
D | os_account_manager_service.cpp | 283 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()
|
D | os_account_stub.cpp | 941 ErrCode result = IsOsAccountVerified(localId, isVerified); in ProcIsOsAccountVerified()
|
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
D | os_account_manager.h | 163 static ErrCode IsOsAccountVerified(const int id, bool &isVerified);
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
D | iinner_os_account.h | 44 virtual ErrCode IsOsAccountVerified(const int id, bool &isVerified) = 0;
|
D | os_account_manager_service.h | 53 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
|
D | iinner_os_account_manager.h | 47 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
|
/base/account/os_account/frameworks/osaccount/core/include/ |
D | os_account.h | 41 ErrCode IsOsAccountVerified(const int id, bool &isVerified);
|
D | ios_account.h | 50 virtual ErrCode IsOsAccountVerified(const int id, bool &isVerified) = 0;
|
D | os_account_proxy.h | 44 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
|
/base/security/device_auth/services/frameworks/src/os_account_adapter/ |
D | os_account_adapter.cpp | 215 …OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked… in IsOsAccountUnlocked()
|
/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/ |
D | os_account_manager_benchmark_test.cpp | 151 EXPECT_EQ(OsAccountManager::IsOsAccountVerified(LOCAL_ID, isVerified), ERR_OK); in BENCHMARK_F()
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
D | os_account_manager_module_test.cpp | 624 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/ |
D | os_account.cpp | 216 ErrCode OsAccount::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccount 228 return proxy->IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
|
D | os_account_proxy.cpp | 292 ErrCode OsAccountProxy::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccountProxy
|
/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
D | os_account_mock_test.cpp | 174 g_osAccount->IsOsAccountVerified(MAIN_ACCOUNT_ID, isVerified));
|
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
D | os_account_manager_service_module_test.cpp | 491 …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/ |
D | account_iam_callback.cpp | 75 (void)IInnerOsAccountManager::GetInstance().IsOsAccountVerified(userId_, isAccountVerified_); in HandleAuthResult()
|
D | inner_account_iam_manager.cpp | 153 (void) IInnerOsAccountManager::GetInstance().IsOsAccountVerified(userId, isVerified); in IsNonPINAllowed()
|
/base/account/os_account/interfaces/kits/napi/osaccount/include/ |
D | napi_os_account.h | 314 napi_value IsOsAccountVerified(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/frameworks/test/unittest/ |
D | account_osaccount_proxy_mock_test.cpp | 179 ErrCode errCode = OsAccountManager::IsOsAccountVerified(TEST_USER_ID, isVerified);
|
/base/account/os_account/frameworks/osaccount/native/ |
D | libos_account_innerkits.map | 32 "OHOS::AccountSA::OsAccount::IsOsAccountVerified(int, bool&)"; 90 "OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(int, bool&)";
|
/base/account/os_account/services/accountmgr/src/domain_account/ |
D | inner_domain_account_manager.cpp | 228 (void) IInnerOsAccountManager::GetInstance().IsOsAccountVerified(userId, isVerified); in AuthUser()
|
/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
D | napi_os_account.cpp | 83 DECLARE_NAPI_FUNCTION("isOsAccountVerified", IsOsAccountVerified), 1157 napi_value IsOsAccountVerified(napi_env env, napi_callback_info cbInfo) in IsOsAccountVerified() function
|