Home
last modified time | relevance | path

Searched refs:BASE_USER_RANGE (Results 1 - 25 of 66) sorted by relevance

123

/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Ddeferred_photo_proc_adapter.cpp40 const static int32_t BASE_USER_RANGE = 200000; in DeferredPhotoProcessingAdapter() local
47 int32_t userId = uid / BASE_USER_RANGE; in DeferredPhotoProcessingAdapter()
H A Ddeferred_video_proc_adapter.cpp40 const static int32_t BASE_USER_RANGE = 200000; in DeferredVideoProcessingAdapter() local
47 int32_t userId = uid / BASE_USER_RANGE; in DeferredVideoProcessingAdapter()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dexit_resident_process_manager.cpp28 constexpr int32_t BASE_USER_RANGE = 200000; member
110 AppExecFwk::BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, item.uid / BASE_USER_RANGE))) { in QueryExitBundleInfos()
/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/
H A Dcloud_sync_helper.cpp89 const int32_t BASE_USER_RANGE = 200000; in InitDataShareHelper() local
95 int32_t userId = uid / BASE_USER_RANGE; in InitDataShareHelper()
/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_access_token_helper.cpp32 constexpr int32_t BASE_USER_RANGE = 200000; member
122 return uid / BASE_USER_RANGE; in GetUserId()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager.h31 constexpr int32_t BASE_USER_RANGE = 200000; member
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_proxy.h28 constexpr int32_t BASE_USER_RANGE = 200000; member
86 appInfo.uid = userId * BASE_USER_RANGE; in GetApplicationInfo()
H A Dmock_bundle_manager_service.h29 constexpr int32_t BASE_USER_RANGE = 200000; member
88 appInfo.uid = userId * BASE_USER_RANGE; in GetApplicationInfo()
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp186 const static int32_t BASE_USER_RANGE = 200000; in CreateMediaLibrary() local
191 int32_t userId = uid / BASE_USER_RANGE; in CreateMediaLibrary()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnet_vpn_impl.cpp375 int32_t start = userId * AppExecFwk::Constants::BASE_USER_RANGE; in GenerateUidRangesByRefusedApps()
376 int32_t stop = userId * AppExecFwk::Constants::BASE_USER_RANGE + AppExecFwk::Constants::MAX_APP_UID; in GenerateUidRangesByRefusedApps()
439 int32_t start = userId * AppExecFwk::Constants::BASE_USER_RANGE; in GenerateUidRanges()
440 int32_t stop = userId * AppExecFwk::Constants::BASE_USER_RANGE + AppExecFwk::Constants::MAX_APP_UID; in GenerateUidRanges()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp40 constexpr int32_t BASE_USER_RANGE = 200000; member
92 auto userId = callerUid / BASE_USER_RANGE; in IsDominateScreen()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_host_impl.cpp27 int32_t userId = IPCSkeleton::GetCallingUid() / Constants::BASE_USER_RANGE; in IsDefaultApplication()
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dpermission_utils.cpp41 const int32_t BASE_USER_RANGE = 200000; member
120 int32_t userId = uid / BASE_USER_RANGE; in GetPackageNameFromCache()
151 int32_t userId = uid / BASE_USER_RANGE; in GetAppIdFromCache()
/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dmock_bundle_manager.h35 const int32_t BASE_USER_RANGE = 200000; member
/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/
H A Dmock_bundle_manager.h35 const int32_t BASE_USER_RANGE = 200000; member
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall.cpp73 if (bms->SilentInstall(want, appInfo->uid / OHOS::AppExecFwk::Constants::BASE_USER_RANGE, routerCallback)) { in SilentInstall()
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_bundle_manager.h48 const int32_t BASE_USER_RANGE = 200000; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h53 constexpr int32_t BASE_USER_RANGE = 200000; member
/foundation/arkui/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall.cpp73 if (bms->SilentInstall(want, appInfo->uid / OHOS::AppExecFwk::Constants::BASE_USER_RANGE, routerCallback)) { in SilentInstall()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/
H A Djs_default_app.cpp433 asyncCallbackInfo->userId = IPCSkeleton::GetCallingUid() / Constants::BASE_USER_RANGE; in GetDefaultApplication()
510 int32_t userId = IPCSkeleton::GetCallingUid() / Constants::BASE_USER_RANGE; in GetDefaultApplicationSync()
594 asyncCallbackInfo->userId = IPCSkeleton::GetCallingUid() / Constants::BASE_USER_RANGE; in SetDefaultApplication()
687 int32_t userId = IPCSkeleton::GetCallingUid() / Constants::BASE_USER_RANGE; in SetDefaultApplicationSync()
767 asyncCallbackInfo->userId = IPCSkeleton::GetCallingUid() / Constants::BASE_USER_RANGE; in ResetDefaultApplication()
846 int32_t userId = IPCSkeleton::GetCallingUid() / Constants::BASE_USER_RANGE; in ResetDefaultApplicationSync()
/foundation/barrierfree/accessibility/services/aams/src/
H A Dutils.cpp53 constexpr int32_t BASE_USER_RANGE = 200000; member
432 return (uid / BASE_USER_RANGE); in GetUserIdByCallingUid()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_asset_rdbstore.cpp41 constexpr uint32_t BASE_USER_RANGE = 200000; member
130 uid_t uid = getuid() / BASE_USER_RANGE; in TryGetRdbStore()
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_bundle_mgr.cpp143 appInfo.uid = userId * BASE_USER_RANGE; in GetApplicationInfo()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp165 appInfo.uid = userId * BASE_USER_RANGE; in GetApplicationInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp205 eventInfo.callingUid / Constants::BASE_USER_RANGE)) { in GetCallingEventInfo()

Completed in 12 milliseconds

123