/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | account_helper.cpp | 54 bool AccountHelper::IsOsAccountVerified(const int32_t userId) in IsOsAccountVerified() function in OHOS::AppExecFwk::AccountHelper 58 int32_t ret = AccountSA::OsAccountManager::IsOsAccountVerified(userId, isOsAccountVerified); in IsOsAccountVerified()
|
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/src/ |
H A D | os_account_adapter.cpp | 63 int32_t OsAccountAdapter::IsOsAccountVerified(int32_t userId, bool &isUnlocked) in IsOsAccountVerified() function in OHOS::MiscServices::OsAccountAdapter 65 auto errCode = OsAccountManager::IsOsAccountVerified(userId, isUnlocked); in IsOsAccountVerified()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | account_helper.h | 29 static bool IsOsAccountVerified(const int32_t userId);
|
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/include/ |
H A D | os_account_adapter.h | 32 static int32_t IsOsAccountVerified(int32_t userId, bool &isUnlocked);
|
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/isosaccountverified_fuzzer/ |
H A D | isosaccountverified_fuzzer.cpp | 37 result = OsAccountManager::IsOsAccountVerified(testId, testIsVerified); in IsOsAccountVerifiedFuzzTest()
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
H A D | hks_osaccount_check.cpp | 37 OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(userId, isVerified); in HksIsOsAccountVerified()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | mock_ipc_common.h | 59 static bool IsOsAccountVerified(int32_t userId);
|
H A D | mock_ipc_common.cpp | 161 bool IpcCommon::IsOsAccountVerified(int32_t userId) in IsOsAccountVerified() function in OHOS::UserIam::UserAuth::IpcCommon
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_ipc_common.h | 59 static bool IsOsAccountVerified(int32_t userId);
|
H A D | mock_ipc_common.cpp | 161 bool IpcCommon::IsOsAccountVerified(int32_t userId) in IsOsAccountVerified() function in OHOS::UserIam::UserAuth::IpcCommon
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | ipc_common.h | 61 static bool IsOsAccountVerified(int32_t userId);
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
H A D | lnn_ohos_account_adapter.cpp | 128 …OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked… in IsActiveOsAccountUnlocked()
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | ipc_common.cpp | 373 bool IpcCommon::IsOsAccountVerified(int32_t userId) in IsOsAccountVerified() function in OHOS::UserIam::UserAuth::IpcCommon 377 … ErrCode queryRet = AccountSA::OsAccountManager::IsOsAccountVerified(userId, isOsAccountVerified); in IsOsAccountVerified()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_manager_service.cpp | 336 ErrCode OsAccountManagerService::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccountManagerService 345 return innerManager_.IsOsAccountVerified(id, isVerified); in IsOsAccountVerified() 354 return innerManager_.IsOsAccountVerified(id, isVerified); in IsOsAccountVerified() 789 return innerManager_.IsOsAccountVerified(id, isVerified); in IsCurrentOsAccountVerified()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_manager.cpp | 86 ErrCode OsAccountManager::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccountManager 88 return OsAccount::GetInstance().IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_broadcast_subscriber.cpp | 160 AccountSA::OsAccountManager::IsOsAccountVerified(userId, isUserUnlocked); in ScreenUnlockedBroadcast()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/ |
H A D | account_delegate_normal_impl.cpp | 98 auto status = AccountSA::OsAccountManager::IsOsAccountVerified(userId, res); in IsVerified()
|
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/ |
H A D | missed_call_notification.cpp | 62 AccountSA::OsAccountManager::IsOsAccountVerified(userId, isUserUnlocked); in CallStateUpdated()
|
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_manager.h | 164 static ErrCode IsOsAccountVerified(const int id, bool &isVerified);
|
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/ |
H A D | os_account_adapter.cpp | 215 …OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked… in IsOsAccountUnlocked()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/ |
H A D | ios_account.h | 51 virtual ErrCode IsOsAccountVerified(const int id, bool &isVerified) = 0;
|
H A D | os_account.h | 41 ErrCode IsOsAccountVerified(const int id, bool &isVerified);
|
H A D | os_account_proxy.h | 45 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | iinner_os_account.h | 45 virtual ErrCode IsOsAccountVerified(const int id, bool &isVerified) = 0;
|
H A D | os_account_manager_service.h | 54 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
|