Home
last modified time | relevance | path

Searched defs:IsOsAccountVerified (Results 1 – 12 of 12) sorted by relevance

/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
/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
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
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.cpp161 bool IpcCommon::IsOsAccountVerified(int32_t userId) in IsOsAccountVerified() function in OHOS::UserIam::UserAuth::IpcCommon
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
H A Dconfig.json30 "IsOsAccountVerified": [], array
/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
/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
/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
H A Dinner_os_account_manager.cpp1075 ErrCode IInnerOsAccountManager::IsOsAccountVerified(const int id, bool &isVerified) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/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
H A Dos_account_proxy.cpp303 ErrCode OsAccountProxy::IsOsAccountVerified(const int id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccountProxy
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1267 napi_value IsOsAccountVerified(napi_env env, napi_callback_info cbInfo) in IsOsAccountVerified() function