Home
last modified time | relevance | path

Searched refs:AccountHelper (Results 1 - 15 of 15) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Daccount_helper.cpp27 int32_t AccountHelper::IsOsAccountExists(const int32_t id, bool &isOsAccountExists) in IsOsAccountExists()
38 int32_t AccountHelper::GetCurrentActiveUserId() in GetCurrentActiveUserId()
54 bool AccountHelper::IsOsAccountVerified(const int32_t userId) in IsOsAccountVerified()
70 int32_t AccountHelper::GetOsAccountLocalIdFromUid(const int32_t callingUid) in GetOsAccountLocalIdFromUid()
77 return AccountHelper::GetCurrentActiveUserId(); in GetOsAccountLocalIdFromUid()
H A Dbundle_mgr_service.cpp362 currentUserId = AccountHelper::GetCurrentActiveUserId(); in GetConnectAbility()
471 if (AccountHelper::IsOsAccountExists(userId, isExists) != ERR_OK) { in CheckAllUser()
H A Dbundle_common_event_mgr.cpp96 AccountHelper::GetCurrentActiveUserId() : bundleUserId; in NotifyBundleStatus()
H A Duser_unlocked_event_subscriber.cpp64 if (AccountHelper::IsOsAccountVerified(userId) && (userId_ != userId)) { in OnReceiveEvent()
H A Dbundle_mgr_host_impl.cpp1275 int32_t currentUserId = AccountHelper::GetCurrentActiveUserId(); in CleanBundleCacheFilesAutomatic()
2385 int32_t currentUserId = AccountHelper::GetCurrentActiveUserId(); in GetShortcutInfos()
2683 int32_t currentUserId = AccountHelper::GetCurrentActiveUserId(); in GetConnectAbilityMgrFromService()
3888 int32_t userId = AccountHelper::GetCurrentActiveUserId(); in GetRecoverableApplicationInfo()
3930 int32_t userId = AccountHelper::GetCurrentActiveUserId(); in GetUninstalledBundleInfo()
4106 int32_t currentActiveUserId = AccountHelper::GetCurrentActiveUserId(); in SwitchUninstallState()
4293 int32_t userId = AccountHelper::GetOsAccountLocalIdFromUid(uid); in GetLaunchWant()
H A Dbundle_data_mgr.cpp3491 int32_t userId = AccountHelper::GetCurrentActiveUserId(); in GetRecoverablePreInstallBundleInfos()
3606 return GetBundleSpaceSize(bundleName, AccountHelper::GetCurrentActiveUserId()); in GetBundleSpaceSize()
4283 int32_t userId = AccountHelper::GetCurrentActiveUserId(); in SetModuleRemovable()
4323 int32_t userId = AccountHelper::GetCurrentActiveUserId(); in IsModuleRemovable()
7013 int32_t userId = AccountHelper::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid()); in GetSpecifiedDistributionType()
7039 int32_t userId = AccountHelper::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid()); in GetAdditionalInfo()
7278 userId = AccountHelper::GetCurrentActiveUserId(); in GetGroupDir()
7650 int32_t userId = AccountHelper::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid()); in SetAdditionalInfo()
H A Dbundle_mgr_service_event_handler.cpp3334 if (AccountHelper::IsOsAccountVerified(Constants::START_USERID)) { in ListeningUserUnlocked()
3360 currentUserId = AccountHelper::GetCurrentActiveUserId(); in RemoveUnreservedSandbox()
H A Dbase_bundle_installer.cpp4333 return AccountHelper::GetCurrentActiveUserId(); in GetConfirmUserId()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/accounthelper_fuzzer/
H A Daccounthelper_fuzzer.cpp31 AccountHelper::IsOsAccountExists(id, isOsAccountExists); in DoSomethingInterestingWithMyAPI()
32 AccountHelper::GetCurrentActiveUserId(); in DoSomethingInterestingWithMyAPI()
33 AccountHelper::IsOsAccountVerified(id); in DoSomethingInterestingWithMyAPI()
34 AccountHelper::GetOsAccountLocalIdFromUid(id); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_callback.cpp30 int32_t currentUserId = AccountHelper::GetCurrentActiveUserId(); in OnUserIdSwitched()
75 int32_t currentUserId = AccountHelper::GetCurrentActiveUserId(); in OnSystemLanguageChange()
122 int32_t currentUserId = AccountHelper::GetCurrentActiveUserId(); in OnApplicationThemeChanged()
142 int32_t currentUserId = AccountHelper::GetCurrentActiveUserId(); in OnOverlayStatusChanged()
180 int32_t currentUserId = AccountHelper::GetCurrentActiveUserId(); in SetThemeIdForThemeChanged()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Daccount_helper.h23 class AccountHelper { class
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_exception_handler.cpp174 currentUserId = AccountHelper::GetCurrentActiveUserId(); in RemoveDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp123 int32_t userId = AccountHelper::GetCurrentActiveUserId(); in GetArkProfilePath()
173 int32_t curActiveUserId = AccountHelper::GetCurrentActiveUserId(); in BuildAOTArgs()
399 int32_t userId = AccountHelper::GetCurrentActiveUserId(); in HandleCopyAp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp331 int32_t currentUserId = AccountHelper::GetCurrentActiveUserId(); in SetAppInstallControlStatus()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp586 int32_t currentUserId = AccountHelper::GetCurrentActiveUserId(); in ResetBundleResourceIcon()

Completed in 44 milliseconds