| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
| H A D | create_dir_param.h | 36 int32_t userId; member
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/ |
| H A D | default_app_host_impl.cpp | 27 int32_t userId = IPCSkeleton::GetCallingUid() / Constants::BASE_USER_RANGE; in IsDefaultApplication() local 31 ErrCode DefaultAppHostImpl::GetDefaultApplication(int32_t userId, const std::string& type, BundleInfo& bundleInfo) in GetDefaultApplication() argument 37 ErrCode DefaultAppHostImpl::SetDefaultApplication(int32_t userId, const std::string& type, const Want& want) in SetDefaultApplication() argument 72 ResetDefaultApplication(int32_t userId, const std::string& type) ResetDefaultApplication() argument [all...] |
| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplcopyfilestotempdir_fuzzer/ |
| H A D | verifymanagerhostimplcopyfilestotempdir_fuzzer.cpp | 41 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
| H A D | bundle_overlay_manager.cpp | 42 GetAllOverlayModuleInfo(const std::string &bundleName, std::vector<OverlayModuleInfo> &overlayModuleInfo, int32_t userId) GetAllOverlayModuleInfo() argument 54 GetOverlayModuleInfo(const std::string &bundleName, const std::string &moduleName, OverlayModuleInfo &overlayModuleInfo, int32_t userId) GetOverlayModuleInfo() argument 66 GetOverlayBundleInfoForTarget(const std::string &targetBundleName, std::vector<OverlayBundleInfo> &overlayBundleInfo, int32_t userId) GetOverlayBundleInfoForTarget() argument 78 GetOverlayModuleInfoForTarget(const std::string &targetBundleName, const std::string &targetModuleName, std::vector<OverlayModuleInfo> &overlayModuleInfo, int32_t userId) GetOverlayModuleInfoForTarget() argument 91 SetOverlayEnabled(const std::string &bundleName, const std::string &moduleName, bool isEnabled, int32_t userId) SetOverlayEnabled() argument [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/ |
| H A D | utd_handler.cpp | 33 void UtdHandler::InstallUtdAsync(const std::string &bundleName, const int32_t userId) in InstallUtdAsync() argument 47 void UtdHandler::UninstallUtdAsync(const std::string &bundleName, const int32_t userId) in UninstallUtdAsync() argument 58 std::string UtdHandler::GetEntryHapPath(const std::string &bundleName, const int32_t userId) in GetEntryHapPath() argument [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
| H A D | bms_event_handler_unlocked_test.cpp | 69 bool BmsEventHandlerUnLockedTest::CreateBundleDataDir(const BundleInfo &bundleInfo, int32_t userId) in CreateBundleDataDir() argument
|
| /foundation/bundlemanager/bundle_tool/test/mock/ |
| H A D | mock_bundle_mgr_host.cpp | 48 bool MockBundleMgrHost::CleanBundleDataFiles(const std::string &bundleName, const int userId, const int appIndex) in CleanBundleDataFiles() argument 55 ErrCode MockBundleMgrHost::SetApplicationEnabled(const std::string &bundleName, bool isEnable, int32_t userId) in SetApplicationEnabled() argument 63 ErrCode MockBundleMgrHost::SetAbilityEnabled(const AbilityInfo &abilityInfo, bool isEnable, int32_t userId) in SetAbilityEnabled() argument 25 DumpInfos( const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) DumpInfos() argument 39 CleanBundleCacheFiles(const std::string &bundleName, const sptr<ICleanCacheCallback> cleanCacheCallback, int32_t userId, int32_t appIndex) CleanBundleCacheFiles() argument
|
| /foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
| H A D | storage_daemon_service_mock.h | 136 UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, const std::vector<uint8_t> &newSecret, uint64_t secureUid, uint32_t userId, std::vector<std::vector<uint8_t>> &plainText) UpdateUseAuthWithRecoveryKey() argument [all...] |
| /foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
| H A D | storage_manager_service_mock.h | 207 UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken, const std::vector<uint8_t> &newSecret, uint64_t secureUid, uint32_t userId, std::vector<std::vector<uint8_t>> &plainText) UpdateUseAuthWithRecoveryKey() argument [all...] |
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
| H A D | photo_file_utils.cpp | 28 string PhotoFileUtils::AppendUserId(const string& path, int32_t userId) in AppendUserId() argument 42 string PhotoFileUtils::GetEditDataDir(const string& photoPath, int32_t userId) in GetEditDataDir() argument 51 string PhotoFileUtils::GetEditDataPath(const string& photoPath, int32_t userId) in GetEditDataPath() argument 60 string PhotoFileUtils::GetEditDataCameraPath(const string& photoPath, int32_t userId) in GetEditDataCameraPath() argument 69 string PhotoFileUtils::GetEditDataSourcePath(const string& photoPath, int32_t userId) in GetEditDataSourcePath() argument 98 GetMetaDataRealPath(const string &photoPath, int32_t userId) GetMetaDataRealPath() argument [all...] |
| /foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/video_session/ |
| H A D | deferred_video_processing_session.cpp | 26 DeferredVideoProcessingSession::DeferredVideoProcessingSession(const int32_t userId) in DeferredVideoProcessingSession() argument
|
| /foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/ |
| H A D | scheduler_manager.cpp | 46 std::shared_ptr<DeferredPhotoProcessor> SchedulerManager::GetPhotoProcessor(const int32_t userId, in GetPhotoProcessor() argument 56 void SchedulerManager::CreatePhotoProcessor(const int32_t userId, TaskManager* taskManager, in CreatePhotoProcessor() argument 70 GetVideoProcessor(const int32_t userId) GetVideoProcessor() argument 78 GetVideoController(const int32_t userId) GetVideoController() argument 86 CreateVideoProcessor(const int32_t userId, const std::shared_ptr<IVideoProcessCallbacks>& callbacks) CreateVideoProcessor() argument [all...] |
| /foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/ |
| H A D | deferred_video_proc_adapter.cpp | 47 int32_t userId = uid / BASE_USER_RANGE;
in DeferredVideoProcessingAdapter() local
|
| /foundation/resourceschedule/device_standby/services/core/src/ |
| H A D | bundle_manager_helper.cpp | 65 bool WEAK_FUNC BundleManagerHelper::GetApplicationInfos(const AppExecFwk::ApplicationFlag flag, int userId, in GetApplicationInfos() argument 51 GetApplicationInfo(const std::string &appName, const AppExecFwk::ApplicationFlag flag, const int userId, AppExecFwk::ApplicationInfo &appInfo) GetApplicationInfo() argument
|
| /foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
| H A D | bundle_active_form_record.cpp | 31 BundleActiveFormRecord(const std::string formName, const int32_t formDimension, const int64_t formId, const int64_t timeStamp, const int32_t userId, const int32_t uid) BundleActiveFormRecord() argument
|
| H A D | app_group_callback_info.cpp | 21 AppGroupCallbackInfo::AppGroupCallbackInfo(int32_t userId, int32_t oldGroup, int32_t newGroup, in AppGroupCallbackInfo() argument
|
| /foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveobserver_fuzzer/ |
| H A D | bundleactiveobserver_fuzzer.cpp | 52 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/resourceschedule/device_usage_statistics/services/packageusage/include/ |
| H A D | bundle_active_user_service.h | 38 BundleActiveUserService(const int32_t userId, BundleActiveCore& listener, const bool debug):listener_(listener) in BundleActiveUserService() argument
|
| /foundation/resourceschedule/memmgr/test/unittest/phone/ |
| H A D | memcg_test.cpp | 200 unsigned int userId = 23456; in HWTEST_F() local 208 unsigned int userId = 23456; in HWTEST_F() local 217 unsigned int userId = 23456; in HWTEST_F() local
|
| /foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
| H A D | netfirewall_rule_native_helper_test.cpp | 55 const int32_t userId = 100; in HWTEST_F() local
|
| /foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
| H A D | netfirewall_rule_native_helper.cpp | 121 int32_t NetFirewallRuleNativeHelper::SetCurrentUserId(int32_t userId) in SetCurrentUserId() argument
|
| /foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
| H A D | vpn_database_helper_test.cpp | 153 int32_t userId = 100; in HWTEST_F() local
|
| H A D | l2tp_vpn_ctl_test.cpp | 43 int32_t userId = 0; in SetUpTestSuite() local
|
| H A D | ipsec_vpn_ctl_test.cpp | 46 int32_t userId = 0; in SetUpTestSuite() local
|
| /foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
| H A D | netfirewall_rule_native_helper_test.cpp | 58 const int32_t userId = 100;
in HWTEST_F() local
|