Home
last modified time | relevance | path

Searched refs:GetOsAccountLocalIdFromUid (Results 1 - 25 of 28) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Daccount_helper.cpp70 int32_t AccountHelper::GetOsAccountLocalIdFromUid(const int32_t callingUid) in GetOsAccountLocalIdFromUid() function in OHOS::AppExecFwk::AccountHelper
74 ErrCode err = AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(callingUid, localId); in GetOsAccountLocalIdFromUid()
76 APP_LOGW_NOFUNC("GetOsAccountLocalIdFromUid fail uid:%{public}d req from active userid", callingUid); in GetOsAccountLocalIdFromUid()
H A Dbundle_data_mgr.cpp7013 int32_t userId = AccountHelper::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid()); in GetSpecifiedDistributionType()
7039 int32_t userId = AccountHelper::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid()); in GetAdditionalInfo()
7650 int32_t userId = AccountHelper::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid()); in SetAdditionalInfo()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_exit_reason_helper.cpp79 GetOsAccountLocalIdFromUid(uid, userId) != ERR_OK) { in RecordAppExitReason()
80 TAG_LOGE(AAFwkTag::ABILITYMGR, "get GetOsAccountLocalIdFromUid failed"); in RecordAppExitReason()
112 GetOsAccountLocalIdFromUid(uid, userId) != ERR_OK) { in RecordAppExitReason()
113 TAG_LOGE(AAFwkTag::ABILITYMGR, "get GetOsAccountLocalIdFromUid failed"); in RecordAppExitReason()
130 GetOsAccountLocalIdFromUid(uid, targetUserId) != ERR_OK) { in RecordProcessExitReason()
131 TAG_LOGE(AAFwkTag::ABILITYMGR, "get GetOsAccountLocalIdFromUid failed"); in RecordProcessExitReason()
193 GetOsAccountLocalIdFromUid(uid, targetUserId) != ERR_OK) { in GetActiveAbilityList()
194 TAG_LOGE(AAFwkTag::ABILITYMGR, "get GetOsAccountLocalIdFromUid failed"); in GetActiveAbilityList()
222 GetOsAccountLocalIdFromUid(uid, targetUserId) != ERR_OK) { in GetActiveAbilityListFromUIAbilityManager()
223 TAG_LOGE(AAFwkTag::ABILITYMGR, "get GetOsAccountLocalIdFromUid faile in GetActiveAbilityListFromUIAbilityManager()
[all...]
H A Dsub_managers_helper.cpp321 if (DelayedSingleton<AppExecFwk::OsAccountManagerWrapper>::GetInstance()->GetOsAccountLocalIdFromUid( in GetMissionListManagerByUid()
358 if (DelayedSingleton<AppExecFwk::OsAccountManagerWrapper>::GetInstance()->GetOsAccountLocalIdFromUid( in GetUIAbilityManagerByUid()
372 if (DelayedSingleton<AppExecFwk::OsAccountManagerWrapper>::GetInstance()->GetOsAccountLocalIdFromUid( in UninstallApp()
H A Dapp_exit_reason_data_manager.cpp125 GetOsAccountLocalIdFromUid(uid, userId) != ERR_OK) { in DeleteAppExitReason()
126 TAG_LOGE(AAFwkTag::ABILITYMGR, "get GetOsAccountLocalIdFromUid failed"); in DeleteAppExitReason()
H A Dability_manager_service.cpp4659 GetOsAccountLocalIdFromUid(callerUid, userId) != 0) { in GetWantSender()
4735 GetOsAccountLocalIdFromUid(callerUid, userId) != 0) { in CancelWantSender()
10039 DelayedSingleton<AppExecFwk::OsAccountManagerWrapper>::GetInstance()->GetOsAccountLocalIdFromUid(uid, account); in VerifyPermission()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Daccount_helper.h31 static int32_t GetOsAccountLocalIdFromUid(const int32_t callingUid);
/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/src/
H A Dos_account_manager_wrapper.cpp45 ErrCode OsAccountManagerWrapper::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id) in GetOsAccountLocalIdFromUid() function in OHOS::AppExecFwk::OsAccountManagerWrapper
53 return AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, id); in GetOsAccountLocalIdFromUid()
/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/include/
H A Dos_account_manager_wrapper.h46 ErrCode GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id);
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_account_helper.cpp26 ErrCode ret = OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in GetUserId()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/accounthelper_fuzzer/
H A Daccounthelper_fuzzer.cpp34 AccountHelper::GetOsAccountLocalIdFromUid(id); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/os_account_manager_wrapper_test/
H A Dos_account_manager_wrapper_test.cpp60 int ret = DelayedSingleton<OsAccountManagerWrapper>::GetInstance()->GetOsAccountLocalIdFromUid(UID, account); in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_deferred_unittest.cpp93 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(g_uid_, g_userId_); in NativeAuthorization()
H A Dcamera_deferred_video_unittest.cpp99 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(g_uid_, g_userId_); in NativeAuthorization()
/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/src/
H A Daudio_safe_volume_notification_impl.cpp259 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(AUDIO_UID, userId); in PublishSafeVolumeNotification()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp598 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in StartBackgroundRunningForInner()
636 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(callingUid, userId); in StartBackgroundRunning()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp467 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in CreateDeferredPhotoProcessingSession()
484 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in CreateDeferredVideoProcessingSession()
H A Dhcamera_device.cpp366 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, clientUserId_); in OpenDevice()
H A Dhcamera_host_manager.cpp489 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in CheckUserHasChanged()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp316 GetOsAccountLocalIdFromUid(appRecord->GetUid(), id) == 0) && (id == userId)) { in GetPidsByUserId()
H A Dapp_mgr_service_inner.cpp7058 int errCode = osAccountMgr->GetOsAccountLocalIdFromUid(appRecord->GetUid(), userId); in NotifyAppFaultBySA()
7060 TAG_LOGE(AAFwkTag::APPMGR, "GetOsAccountLocalIdFromUid failed,errcode=%{public}d", errCode); in NotifyAppFaultBySA()
8168 if (osAccountMgr->GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid(), callderUserId) != 0) { in NotifyAppFaultBySA()
8179 osAccountMgr->GetOsAccountLocalIdFromUid(appRecord->GetUid(), procUserId) == 0 && in NotifyAppFaultBySA()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp1460 OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in GetApiversion()
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp104 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(appUid_, userId); in Init()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp994 if (AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId) != ERR_OK) { in CheckCurrentAccountType()
995 NETMGR_EXT_LOG_E("GetOsAccountLocalIdFromUid error, uid: %{public}d.", uid); in CheckCurrentAccountType()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp2861 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(callingUid, userId); in GetCurrentUserId()

Completed in 121 milliseconds

12