Searched refs:IsOsAccountVerified (Results 1 - 11 of 11) sorted by relevance
/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() 60 APP_LOGE("IsOsAccountVerified failed ret:%{public}d", ret); in IsOsAccountVerified()
|
H A D | user_unlocked_event_subscriber.cpp | 64 if (AccountHelper::IsOsAccountVerified(userId) && (userId_ != userId)) { in OnReceiveEvent()
|
H A D | bundle_mgr_service_event_handler.cpp | 3334 if (AccountHelper::IsOsAccountVerified(Constants::START_USERID)) { in ListeningUserUnlocked()
|
/foundation/communication/dsoftbus/tests/core/adapter/unittest/ |
H A D | lnn_ohos_account_adapter_mock.h | 60 virtual OHOS::ErrCode IsOsAccountVerified(const int32_t id, bool &isVerified); 68 MOCK_METHOD2(IsOsAccountVerified, OHOS::ErrCode(const int32_t id, bool &isVerified));
|
H A D | lnn_ohos_account_adapter_mock.cpp | 77 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 D | account_helper.h | 29 static bool IsOsAccountVerified(const int32_t userId);
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/accounthelper_fuzzer/ |
H A D | accounthelper_fuzzer.cpp | 33 AccountHelper::IsOsAccountVerified(id); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
H A D | lnn_ohos_account_adapter.cpp | 129 OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::IsOsAccountVerified(osAccountId, isUnlocked); in IsActiveOsAccountUnlocked()
|
/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()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 55 AccountSA::OsAccountManager::IsOsAccountVerified(FormUtil::GetCurrentAccountId(), isVerified); in GetFormRenderState()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | media_datashare_ext_ability.cpp | 113 ErrCode err = AccountSA::OsAccountManager::IsOsAccountVerified(activeUserId, isAccountVerified); in IsStartBeforeUserUnlock()
|
Completed in 14 milliseconds