Home
last modified time | relevance | path

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

/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()
60 APP_LOGE("IsOsAccountVerified failed ret:%{public}d", ret); in IsOsAccountVerified()
H A Duser_unlocked_event_subscriber.cpp64 if (AccountHelper::IsOsAccountVerified(userId) && (userId_ != userId)) { in OnReceiveEvent()
H A Dbundle_mgr_service_event_handler.cpp3334 if (AccountHelper::IsOsAccountVerified(Constants::START_USERID)) { in ListeningUserUnlocked()
/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Dlnn_ohos_account_adapter_mock.h60 virtual OHOS::ErrCode IsOsAccountVerified(const int32_t id, bool &isVerified);
68 MOCK_METHOD2(IsOsAccountVerified, OHOS::ErrCode(const int32_t id, bool &isVerified));
H A Dlnn_ohos_account_adapter_mock.cpp77 OHOS::ErrCode OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(const int32_t id, bool &isVerified) in IsOsAccountVerified() function in OHOS::AccountSA::OsAccountManager
83 return mock->IsOsAccountVerified(id, isVerified); in IsOsAccountVerified()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Daccount_helper.h29 static bool IsOsAccountVerified(const int32_t userId);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/accounthelper_fuzzer/
H A Daccounthelper_fuzzer.cpp33 AccountHelper::IsOsAccountVerified(id); in DoSomethingInterestingWithMyAPI()
/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_ohos_account_adapter.cpp129 OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked); in IsActiveOsAccountUnlocked()
/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()
/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp55 AccountSA::OsAccountManager::IsOsAccountVerified(FormUtil::GetCurrentAccountId(), isVerified); in GetFormRenderState()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedia_datashare_ext_ability.cpp113 ErrCode err = AccountSA::OsAccountManager::IsOsAccountVerified(activeUserId, isAccountVerified); in IsStartBeforeUserUnlock()

Completed in 16 milliseconds