Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Daccount_helper.cpp54 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 Dos_account_adapter.cpp63 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 Daccount_helper.h29 static bool IsOsAccountVerified(const int32_t userId);
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/include/
H A Dos_account_adapter.h32 static int32_t IsOsAccountVerified(int32_t userId, bool &isUnlocked);
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/isosaccountverified_fuzzer/
H A Disosaccountverified_fuzzer.cpp37 result = OsAccountManager::IsOsAccountVerified(testId, testIsVerified); in IsOsAccountVerifiedFuzzTest()
/ohos5.0/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()
/ohos5.0/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
/ohos5.0/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
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dipc_common.h61 static bool IsOsAccountVerified(int32_t userId);
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_ohos_account_adapter.cpp128 …OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked… in IsActiveOsAccountUnlocked()
/ohos5.0/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()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp336 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 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()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_broadcast_subscriber.cpp160 AccountSA::OsAccountManager::IsOsAccountVerified(userId, isUserUnlocked); in ScreenUnlockedBroadcast()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_normal_impl.cpp98 auto status = AccountSA::OsAccountManager::IsOsAccountVerified(userId, res); in IsVerified()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dmissed_call_notification.cpp62 AccountSA::OsAccountManager::IsOsAccountVerified(userId, isUserUnlocked); in CallStateUpdated()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h164 static ErrCode IsOsAccountVerified(const int id, bool &isVerified);
/ohos5.0/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()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h51 virtual ErrCode IsOsAccountVerified(const int id, bool &isVerified) = 0;
H A Dos_account.h41 ErrCode IsOsAccountVerified(const int id, bool &isVerified);
H A Dos_account_proxy.h45 ErrCode IsOsAccountVerified(const int id, bool &isVerified) override;
/ohos5.0/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;

12