Home
last modified time | relevance | path

Searched defs:userId (Results 626 - 650 of 1120) sorted by relevance

1...<<21222324252627282930>>...45

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h52 int32_t userId = Constants::UNSPECIFIED_USERID; member
155 int32_t userId = Constants::UNSPECIFIED_USERID; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_host.cpp119 int32_t userId = data.ReadInt32(); in HandleAddAppInstallControlRule() local
140 int32_t userId = data.ReadInt32(); in HandleDeleteAppInstallControlRule() local
151 int32_t userId = data.ReadInt32(); in HandleCleanAppInstallControlRule() local
162 int32_t userId = data.ReadInt32(); in HandleGetAppInstallControlRule() local
184 int32_t userId = data.ReadInt32(); in HandleAddAppRunningControlRule() local
196 int32_t userId = data.ReadInt32(); HandleDeleteAppRunningControlRule() local
202 int32_t userId = data.ReadInt32(); HandleCleanAppRunningControlRule() local
212 int32_t userId = data.ReadInt32(); HandleGetAppRunningControlRule() local
229 int32_t userId = data.ReadInt32(); HandleGetAppRunningControlRuleResult() local
250 int32_t userId = data.ReadInt32(); HandleConfirmAppJumpControlRule() local
266 int32_t userId = data.ReadInt32(); HandleAddAppJumpControlRule() local
278 int32_t userId = data.ReadInt32(); HandleDeleteAppJumpControlRule() local
285 int32_t userId = data.ReadInt32(); HandleDeleteRuleByCallerBundleName() local
296 int32_t userId = data.ReadInt32(); HandleDeleteRuleByTargetBundleName() local
308 int32_t userId = data.ReadInt32(); HandleGetAppJumpControlRule() local
329 int32_t userId = data.ReadInt32(); HandleSetDisposedStatus() local
345 int32_t userId = data.ReadInt32(); HandleDeleteDisposedStatus() local
357 int32_t userId = data.ReadInt32(); HandleGetDisposedStatus() local
376 int32_t userId = data.ReadInt32(); HandleGetDisposedRule() local
396 int32_t userId = data.ReadInt32(); HandleSetDisposedRule() local
412 int32_t userId = data.ReadInt32(); HandleGetAbilityRunningControlRule() local
432 int32_t userId = data.ReadInt32(); HandleGetDisposedRuleForCloneApp() local
453 int32_t userId = data.ReadInt32(); HandleSetDisposedRuleForCloneApp() local
470 int32_t userId = data.ReadInt32(); HandleDeleteDisposedRuleForCloneApp() local
[all...]
H A Dapp_control_proxy.cpp37 AddAppInstallControlRule(const std::vector<std::string> &appIds, const AppInstallControlRuleType controlRuleType, int32_t userId) AddAppInstallControlRule() argument
67 DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, const std::vector<std::string> &appIds, int32_t userId) DeleteAppInstallControlRule() argument
97 DeleteAppInstallControlRule( const AppInstallControlRuleType controlRuleType, int32_t userId) DeleteAppInstallControlRule() argument
119 GetAppInstallControlRule( const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) GetAppInstallControlRule() argument
139 AddAppRunningControlRule( const std::vector<AppRunningControlRule> &controlRules, int32_t userId) AddAppRunningControlRule() argument
163 DeleteAppRunningControlRule( const std::vector<AppRunningControlRule> &controlRules, int32_t userId) DeleteAppRunningControlRule() argument
189 DeleteAppRunningControlRule(int32_t userId) DeleteAppRunningControlRule() argument
206 GetAppRunningControlRule(int32_t userId, std::vector<std::string> &appIds) GetAppRunningControlRule() argument
221 GetAppRunningControlRule( const std::string &bundleName, int32_t userId, AppRunningControlRuleResult &controlRuleResult) GetAppRunningControlRule() argument
242 ConfirmAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId) ConfirmAppJumpControlRule() argument
270 AddAppJumpControlRule(const std::vector<AppJumpControlRule> &controlRules, int32_t userId) AddAppJumpControlRule() argument
294 DeleteAppJumpControlRule(const std::vector<AppJumpControlRule> &controlRules, int32_t userId) DeleteAppJumpControlRule() argument
313 DeleteRuleByCallerBundleName(const std::string &callerBundleName, int32_t userId) DeleteRuleByCallerBundleName() argument
332 DeleteRuleByTargetBundleName(const std::string &targetBundleName, int32_t userId) DeleteRuleByTargetBundleName() argument
352 GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) GetAppJumpControlRule() argument
376 SetDisposedStatus( const std::string &appId, const Want &want, int32_t userId) SetDisposedStatus() argument
411 DeleteDisposedStatus(const std::string &appId, int32_t userId) DeleteDisposedStatus() argument
441 GetDisposedStatus(const std::string &appId, Want &want, int32_t userId) GetDisposedStatus() argument
465 SetDisposedRule( const std::string &appId, DisposedRule &disposedRule, int32_t userId) SetDisposedRule() argument
500 GetDisposedRule(const std::string &appId, DisposedRule &rule, int32_t userId) GetDisposedRule() argument
524 GetAbilityRunningControlRule( const std::string &bundleName, int32_t userId, std::vector<DisposedRule> &rules, int32_t appIndex) GetAbilityRunningControlRule() argument
548 SetDisposedRuleForCloneApp( const std::string &appId, DisposedRule &disposedRule, int32_t appIndex, int32_t userId) SetDisposedRuleForCloneApp() argument
587 GetDisposedRuleForCloneApp(const std::string &appId, DisposedRule &rule, int32_t appIndex, int32_t userId) GetDisposedRuleForCloneApp() argument
617 DeleteDisposedRuleForCloneApp(const std::string &appId, int32_t appIndex, int32_t userId) DeleteDisposedRuleForCloneApp() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp154 int32_t userId = data.ReadInt32(); in HandleAddResourceInfoByBundleName() local
169 int32_t userId = data.ReadInt32(); in HandleAddResourceInfoByAbility() local
H A Dbundle_resource_proxy.cpp163 ErrCode BundleResourceProxy::AddResourceInfoByBundleName(const std::string &bundleName, const int32_t userId) in AddResourceInfoByBundleName() argument
193 AddResourceInfoByAbility(const std::string &bundleName, const std::string &moduleName, const std::string &abilityName, const int32_t userId) AddResourceInfoByAbility() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dlauncher_service.cpp190 bool LauncherService::GetAllLauncherAbilityInfos(int32_t userId, std::vector<LauncherAbilityInfo> &launcherAbilityInfos) in GetAllLauncherAbilityInfos() argument
140 GetAbilityList( const std::string &bundleName, const int userId, std::vector<LauncherAbilityInfo> &launcherAbilityInfos) GetAbilityList() argument
292 ConvertAbilityToLauncherAbility(const AbilityInfo &ability, LauncherAbilityInfo &launcherAbility, const int32_t userId) ConvertAbilityToLauncherAbility() argument
308 GetLauncherAbilityByBundleName(const std::string &bundleName, const int32_t userId, std::vector<LauncherAbilityInfo> &launcherAbilityInfos) GetLauncherAbilityByBundleName() argument
342 GetAllLauncherAbility(const int32_t userId, std::vector<LauncherAbilityInfo> &launcherAbilityInfos) GetAllLauncherAbility() argument
371 GetShortcutInfoV9( const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos, int32_t userId) GetShortcutInfoV9() argument
[all...]
H A Dbundle_installer_proxy.cpp193 ErrCode BundleInstallerProxy::InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId, in InstallSandboxApp() argument
232 ErrCode BundleInstallerProxy::UninstallSandboxApp(const std::string &bundleName, int32_t appIndex, int32_t userId) in UninstallSandboxApp() argument
692 ErrCode BundleInstallerProxy::InstallCloneApp(const std::string &bundleName, int32_t userId, int32_t& appIndex) in InstallCloneApp() argument
730 ErrCode BundleInstallerProxy::UninstallCloneApp(const std::string &bundleName, int32_t userId, int32_ argument
763 InstallExisted(const std::string &bundleName, int32_t userId) InstallExisted() argument
[all...]
H A Dbundle_mgr_client.cpp67 ErrCode BundleMgrClient::CreateBundleDataDir(int32_t userId) in CreateBundleDataDir() argument
146 ErrCode BundleMgrClient::InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId, in InstallSandboxApp() argument
156 ErrCode BundleMgrClient::UninstallSandboxApp(const std::string &bundleName, int32_t appIndex, int32_t userId) in UninstallSandboxApp() argument
47 GetBundleInfo(const std::string &bundleName, const BundleFlag flag, BundleInfo &bundleInfo, int32_t userId) GetBundleInfo() argument
57 GetBundlePackInfo( const std::string &bundleName, const BundlePackFlag flag, BundlePackInfo &bundlePackInfo, int32_t userId) GetBundlePackInfo() argument
165 GetSandboxBundleInfo( const std::string &bundleName, int32_t appIndex, int32_t userId, BundleInfo &info) GetSandboxBundleInfo() argument
175 GetSandboxAbilityInfo(const Want &want, int32_t appIndex, int32_t flags, int32_t userId, AbilityInfo &abilityInfo) GetSandboxAbilityInfo() argument
185 GetSandboxExtAbilityInfos(const Want &want, int32_t appIndex, int32_t flags, int32_t userId, std::vector<ExtensionAbilityInfo> &extensionInfos) GetSandboxExtAbilityInfos() argument
195 GetSandboxHapModuleInfo(const AbilityInfo &abilityInfo, int32_t appIndex, int32_t userId, HapModuleInfo &hapModuleInfo) GetSandboxHapModuleInfo() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/
H A Dlauncher_bundle_manager.cpp59 static ErrCode InnerGetLauncherAbilityInfo(const std::string &bundleName, int32_t userId, in InnerGetLauncherAbilityInfo() argument
155 int32_t userId = Constants::UNSPECIFIED_USERID; in GetLauncherAbilityInfoSync() local
190 InnerGetAllLauncherAbilityInfo(int32_t userId, std::vector<OHOS::AppExecFwk::LauncherAbilityInfo>& launcherAbilityInfos) InnerGetAllLauncherAbilityInfo() argument
273 InnerGetShortcutInfo(std::string &bundleName, std::vector<OHOS::AppExecFwk::ShortcutInfo> &shortcutInfos, int32_t userId) InnerGetShortcutInfo() argument
369 int32_t userId = Constants::UNSPECIFIED_USERID; GetShortcutInfoSync() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp154 ErrCode BundleCommonEventMgr::NotifySandboxAppStatus(const InnerBundleInfo &info, int32_t uid, int32_t userId, in NotifySandboxAppStatus() argument
234 void BundleCommonEventMgr::NotifyDeleteDiposedRule(const std::string &appId, int32_t userId, int32_t appIndex) in NotifyDeleteDiposedRule() argument
185 NotifyOverlayModuleStateStatus(const std::string &bundleName, const std::string &moduleName, bool isEnabled, int32_t userId, int32_t uid) NotifyOverlayModuleStateStatus() argument
216 NotifySetDiposedRule( const std::string &appId, int32_t userId, const std::string &data, int32_t appIndex) NotifySetDiposedRule() argument
268 NotifyBundleResourcesChanged(const int32_t userId, const uint32_t type) NotifyBundleResourcesChanged() argument
[all...]
H A Devent_report.cpp81 void EventReport::SendUserSysEvent(UserEventType userEventType, int32_t userId) in SendUserSysEvent() argument
90 SendComponentStateSysEventForException(const std::string &bundleName, const std::string &abilityName, int32_t userId, bool isEnable, int32_t appIndex) SendComponentStateSysEventForException() argument
104 SendComponentStateSysEvent(const std::string &bundleName, const std::string &abilityName, int32_t userId, bool isEnable, int32_t appIndex) SendComponentStateSysEvent() argument
118 SendCleanCacheSysEvent( const std::string &bundleName, int32_t userId, bool isCleanCache, bool exception) SendCleanCacheSysEvent() argument
135 SendCleanCacheSysEventWithIndex( const std::string &bundleName, int32_t userId, int32_t appIndex, bool isCleanCache, bool exception) SendCleanCacheSysEventWithIndex() argument
153 SendQueryAbilityInfoByContinueTypeSysEvent(const std::string &bundleName, const std::string &abilityName, ErrCode errCode, int32_t userId, const std::string &continueType) SendQueryAbilityInfoByContinueTypeSysEvent() argument
[all...]
H A Duser_unlocked_event_subscriber.cpp48 int32_t userId = data.GetCode(); in OnReceiveEvent() local
61 int32_t userId = data.GetCode(); in OnReceiveEvent() local
107 CreateBundleDataDir( const BundleInfo &bundleInfo, int32_t userId, const std::string &elDir) CreateBundleDataDir() argument
154 CreateDataGroupDir(const BundleInfo &bundleInfo, int32_t userId) CreateDataGroupDir() argument
187 UpdateAppDataDirSelinuxLabel(int32_t userId) UpdateAppDataDirSelinuxLabel() argument
214 ProcessUpdateAppDataDir( int32_t userId, const std::vector<BundleInfo> &bundleInfos, const std::string &elDir) ProcessUpdateAppDataDir() argument
267 ProcessUpdateAppLogDir(const std::vector<BundleInfo> &bundleInfos, int32_t userId) ProcessUpdateAppLogDir() argument
279 ProcessNewBackupDir(const std::vector<BundleInfo> &bundleInfos, int32_t userId) ProcessNewBackupDir() argument
299 CreateNewBackupDir(const BundleInfo &bundleInfo, int32_t userId) CreateNewBackupDir() argument
339 CreateBundleLogDir(const BundleInfo &bundleInfo, int32_t userId) CreateBundleLogDir() argument
365 ProcessFileManagerDir(const std::vector<BundleInfo> &bundleInfos, int32_t userId) ProcessFileManagerDir() argument
375 CreateBundleCloudDir(const BundleInfo &bundleInfo, int32_t userId) CreateBundleCloudDir() argument
[all...]
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_bundle_manager.cpp133 GetBundleInfo( const std::string& bundleName, const BundleFlag flag, BundleInfo& bundleInfo, int32_t userId) GetBundleInfo() argument
184 GetApplicationInfo( const std::string& appName, const ApplicationFlag flag, const int userId, ApplicationInfo& appInfo) GetApplicationInfo() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_interface.h60 virtual ErrCode DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, int32_t userId) in DeleteAppInstallControlRule() argument
79 virtual ErrCode DeleteAppRunningControlRule(int32_t userId) in DeleteAppRunningControlRule() argument
83 virtual ErrCode GetAppRunningControlRule(int32_t userId, std::vector<std::string> &appIds) in GetAppRunningControlRule() argument
50 AddAppInstallControlRule(const std::vector<std::string> &appIds, const AppInstallControlRuleType controlRuleType, int32_t userId) AddAppInstallControlRule() argument
55 DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, const std::vector<std::string> &appIds, int32_t userId) DeleteAppInstallControlRule() argument
64 GetAppInstallControlRule( const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) GetAppInstallControlRule() argument
69 AddAppRunningControlRule( const std::vector<AppRunningControlRule> &controlRules, int32_t userId) AddAppRunningControlRule() argument
74 DeleteAppRunningControlRule( const std::vector<AppRunningControlRule> &controlRules, int32_t userId) DeleteAppRunningControlRule() argument
87 GetAppRunningControlRule( const std::string &bundleName, int32_t userId, AppRunningControlRuleResult &controlRuleResult) GetAppRunningControlRule() argument
92 ConfirmAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId) ConfirmAppJumpControlRule() argument
97 AddAppJumpControlRule(const std::vector<AppJumpControlRule> &controlRules, int32_t userId) AddAppJumpControlRule() argument
101 DeleteAppJumpControlRule(const std::vector<AppJumpControlRule> &controlRules, int32_t userId) DeleteAppJumpControlRule() argument
105 DeleteRuleByCallerBundleName(const std::string &callerBundleName, int32_t userId) DeleteRuleByCallerBundleName() argument
109 DeleteRuleByTargetBundleName(const std::string &targetBundleName, int32_t userId) DeleteRuleByTargetBundleName() argument
113 GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) GetAppJumpControlRule() argument
142 GetAbilityRunningControlRule(const std::string &bundleName, int32_t userId, std::vector<DisposedRule>& disposedRules, int32_t appIndex = Constants::MAIN_APP_INDEX) GetAbilityRunningControlRule() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/
H A Dbms_extension_client.cpp30 ErrCode BmsExtensionClient::QueryLauncherAbility(const Want &want, int32_t userId, in QueryLauncherAbility() argument
72 ErrCode BmsExtensionClient::QueryAbilityInfos(const Want &want, int32_t flags, int32_t userId, in QueryAbilityInfos() argument
113 ErrCode BmsExtensionClient::BatchQueryAbilityInfos(const std::vector<Want> &wants, int32_t flags, int32_t userId, in BatchQueryAbilityInfos() argument
160 QueryAbilityInfo(const Want &want, int32_t flags, int32_t userId, AbilityInfo &abilityInfo, bool isNewVersion) const QueryAbilityInfo() argument
180 GetBundleInfos( int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId, bool isNewVersion) const GetBundleInfos() argument
209 GetBundleInfo(const std::string &bundleName, int32_t flags, BundleInfo &bundleInfo, int32_t userId, bool isNewVersion) const GetBundleInfo() argument
245 BatchGetBundleInfo(const std::vector<std::string> &bundleNames, int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId, bool isNewVersion) const BatchGetBundleInfo() argument
280 ImplicitQueryAbilityInfos( const Want &want, int32_t flags, int32_t userId, std::vector<AbilityInfo> &abilityInfos, bool isNewVersion) const ImplicitQueryAbilityInfos() argument
319 GetBundleStats( const std::string &bundleName, int32_t userId, std::vector<int64_t> &bundleStats) GetBundleStats() argument
329 ClearData(const std::string &bundleName, int32_t userId) ClearData() argument
338 ClearCache(const std::string &bundleName, sptr<IRemoteObject> callback, int32_t userId) ClearCache() argument
347 GetUidByBundleName(const std::string &bundleName, int32_t userId, int32_t &uid) GetUidByBundleName() argument
366 AddResourceInfoByBundleName(const std::string &bundleName, const int32_t userId) AddResourceInfoByBundleName() argument
376 AddResourceInfoByAbility(const std::string &bundleName, const std::string &moduleName, const std::string &abilityName, const int32_t userId) AddResourceInfoByAbility() argument
397 OptimizeDisposedPredicates(const std::string &callingName, const std::string &appId, int32_t userId, int32_t appIndex, NativeRdb::AbsRdbPredicates &absRdbPredicates) OptimizeDisposedPredicates() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbundle_mgr_ext.h42 virtual ErrCode QueryAbilityInfos(const Want &want, int32_t userId, in QueryAbilityInfos() argument
47 virtual ErrCode QueryAbilityInfosWithFlag(const Want &want, int32_t flags, int32_t userId, in QueryAbilityInfosWithFlag() argument
52 virtual ErrCode GetBundleInfo(const std::string &bundleName, int32_t flags, int32_t userId, in GetBundleInfo() argument
57 virtual ErrCode GetBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId, in GetBundleInfos() argument
66 virtual ErrCode GetBundleStats(const std::string &bundleName, int32_t userId, std::vector<int64_t> &bundleStats) in GetBundleStats() argument
70 virtual ErrCode ClearData(const std::string &bundleName, int32_t userId) in ClearData() argument
74 virtual ErrCode ClearCache(const std::string &bundleName, sptr<IRemoteObject> callback, int32_t userId) in ClearCache() argument
78 virtual ErrCode GetUidByBundleName(const std::string &bundleName, int32_t userId, int32_t &uid) in GetUidByBundleName() argument
90 virtual ErrCode GetBackupUninstallList(int32_t userId, std::set<std::string> &uninstallBundles) in GetBackupUninstallList() argument
94 virtual ErrCode ClearBackupUninstallFile(int32_t userId) in ClearBackupUninstallFile() argument
98 AddResourceInfoByBundleName(const std::string &bundleName, const int32_t userId) AddResourceInfoByBundleName() argument
102 AddResourceInfoByAbility(const std::string &bundleName, const std::string &moduleName, const std::string &abilityName, const int32_t userId) AddResourceInfoByAbility() argument
111 OptimizeDisposedPredicates(const std::string &callingName, const std::string &appId, int32_t userId, int32_t appIndex, NativeRdb::AbsRdbPredicates &absRdbPredicates) OptimizeDisposedPredicates() argument
116 IsAppInBlocklist(const std::string &bundleName, const int32_t userId) IsAppInBlocklist() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager_host_impl.cpp51 AddAppInstallControlRule(const std::vector<std::string> &appIds, const AppInstallControlRuleType controlRuleType, int32_t userId) AddAppInstallControlRule() argument
80 DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, const std::vector<std::string> &appIds, int32_t userId) DeleteAppInstallControlRule() argument
109 DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, int32_t userId) DeleteAppInstallControlRule() argument
138 GetAppInstallControlRule( const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) GetAppInstallControlRule() argument
159 AddAppRunningControlRule( const std::vector<AppRunningControlRule> &controlRules, int32_t userId) AddAppRunningControlRule() argument
174 DeleteAppRunningControlRule( const std::vector<AppRunningControlRule> &controlRules, int32_t userId) DeleteAppRunningControlRule() argument
185 DeleteAppRunningControlRule(int32_t userId) DeleteAppRunningControlRule() argument
199 GetAppRunningControlRule(int32_t userId, std::vector<std::string> &appIds) GetAppRunningControlRule() argument
209 GetAppRunningControlRule( const std::string &bundleName, int32_t userId, AppRunningControlRuleResult &controlRuleResult) GetAppRunningControlRule() argument
225 ConfirmAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId) ConfirmAppJumpControlRule() argument
236 AddAppJumpControlRule(const std::vector<AppJumpControlRule> &controlRules, int32_t userId) AddAppJumpControlRule() argument
251 DeleteAppJumpControlRule(const std::vector<AppJumpControlRule> &controlRules, int32_t userId) DeleteAppJumpControlRule() argument
266 DeleteRuleByCallerBundleName(const std::string &callerBundleName, int32_t userId) DeleteRuleByCallerBundleName() argument
280 DeleteRuleByTargetBundleName(const std::string &targetBundleName, int32_t userId) DeleteRuleByTargetBundleName() argument
290 GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) GetAppJumpControlRule() argument
331 SetDisposedStatus(const std::string &appId, const Want &want, int32_t userId) SetDisposedStatus() argument
356 DeleteDisposedStatus(const std::string &appId, int32_t userId) DeleteDisposedStatus() argument
389 GetDisposedStatus(const std::string &appId, Want &want, int32_t userId) GetDisposedStatus() argument
457 GetDisposedRule(const std::string &appId, DisposedRule &rule, int32_t userId) GetDisposedRule() argument
487 SetDisposedRule(const std::string &appId, DisposedRule &rule, int32_t userId) SetDisposedRule() argument
519 GetAbilityRunningControlRule(const std::string &bundleName, int32_t userId, std::vector<DisposedRule>& disposedRules, int32_t appIndex) GetAbilityRunningControlRule() argument
535 GetDisposedRuleForCloneApp(const std::string &appId, DisposedRule &rule, int32_t appIndex, int32_t userId) GetDisposedRuleForCloneApp() argument
569 SetDisposedRuleForCloneApp(const std::string &appId, DisposedRule &rule, int32_t appIndex, int32_t userId) SetDisposedRuleForCloneApp() argument
604 DeleteDisposedRuleForCloneApp(const std::string &appId, int32_t appIndex, int32_t userId) DeleteDisposedRuleForCloneApp() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp28 GetBundleResourceInfo(const InnerBundleInfo &innerBundleInfo, const int32_t userId, ResourceInfo &resourceInfo) GetBundleResourceInfo() argument
46 GetAllResourceInfo( const int32_t userId, std::map<std::string, std::vector<ResourceInfo>> &resourceInfosMap) GetAllResourceInfo() argument
86 GetResourceInfoByBundleName( const std::string &bundleName, const int32_t userId, std::vector<ResourceInfo> &resourceInfo) GetResourceInfoByBundleName() argument
110 GetLauncherResourceInfoByAbilityName( const std::string &bundleName, const std::string &moduleName, const std::string &abilityName, const int32_t userId, ResourceInfo &resourceInfo) GetLauncherResourceInfoByAbilityName() argument
148 GetResourceInfoByColorModeChanged( const std::vector<std::string> &resourceNames, const int32_t userId, std::vector<ResourceInfo> &resourceInfos) GetResourceInfoByColorModeChanged() argument
230 InnerGetResourceInfo( const InnerBundleInfo &innerBundleInfo, const int32_t userId, std::vector<ResourceInfo> &resourceInfos) InnerGetResourceInfo() argument
271 OnGetResourceInfo( const InnerBundleInfo &innerBundleInfo, const int32_t userId, std::vector<ResourceInfo> &resourceInfos) OnGetResourceInfo() argument
331 GetLauncherAbilityResourceInfos( const InnerBundleInfo &innerBundleInfo, const int32_t userId, std::vector<ResourceInfo> &resourceInfos) GetLauncherAbilityResourceInfos() argument
399 GetOverlayModuleHapPaths( const InnerBundleInfo &innerBundleInfo, const std::string &moduleName, int32_t userId, std::vector<std::string> &overlayHapPaths) GetOverlayModuleHapPaths() argument
444 GetExternalOverlayHapState(const std::string &bundleName, const std::string &moduleName, const int32_t userId, int32_t &state) GetExternalOverlayHapState() argument
466 GetAbilityResourceInfos( const InnerBundleInfo &innerBundleInfo, const int32_t userId, std::vector<ResourceInfo> &resourceInfos) GetAbilityResourceInfos() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp99 ErrCode BundleCloneInstaller::UninstallAllCloneApps(const std::string &bundleName, int32_t userId) in UninstallAllCloneApps() argument
47 InstallCloneApp(const std::string &bundleName, const int32_t userId, int32_t &appIndex) InstallCloneApp() argument
73 UninstallCloneApp( const std::string &bundleName, const int32_t userId, const int32_t appIndex) UninstallCloneApp() argument
137 ProcessCloneBundleInstall(const std::string &bundleName, const int32_t userId, int32_t &appIndex) ProcessCloneBundleInstall() argument
242 ProcessCloneBundleUninstall(const std::string &bundleName, int32_t userId, int32_t appIndex) ProcessCloneBundleUninstall() argument
316 AddKeyOperation( const std::string &bundleName, int32_t appIndex, int32_t userId, int32_t uid) AddKeyOperation() argument
350 DeleteKeyOperation(const std::string &bundleName, int32_t appIndex, int32_t userId, int32_t uid) DeleteKeyOperation() argument
387 CreateCloneDataDir(InnerBundleInfo &info, const int32_t userId, const int32_t &uid, const int32_t &appIndex) const CreateCloneDataDir() argument
409 RemoveCloneDataDir(const std::string bundleName, int32_t userId, int32_t appIndex) RemoveCloneDataDir() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_installer_test/
H A Dbms_bundle_clone_installer_test.cpp163 void BmsBundleCloneInstallerTest::SetUserIdToDataMgr(const std::int32_t userId) in SetUserIdToDataMgr() argument
286 int32_t userId = 101; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/
H A Dbundle_distributed_manager.cpp119 CheckAbilityEnableInstall( const Want &want, int32_t missionId, int32_t userId, const sptr<IRemoteObject> &callback) CheckAbilityEnableInstall() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_rdb.cpp48 bool DefaultAppRdb::GetDefaultApplicationInfos(int32_t userId, std::map<std::string, Element>& infos) in GetDefaultApplicationInfos() argument
61 bool DefaultAppRdb::GetDefaultApplicationInfo(int32_t userId, const std::string& type, Element& element) in GetDefaultApplicationInfo() argument
82 bool DefaultAppRdb::SetDefaultApplicationInfos(int32_t userId, const std::map<std::string, Element>& infos) in SetDefaultApplicationInfos() argument
95 SetDefaultApplicationInfo(int32_t userId, const std::string& type, const Element& element) SetDefaultApplicationInfo() argument
118 DeleteDefaultApplicationInfos(int32_t userId) DeleteDefaultApplicationInfos() argument
131 DeleteDefaultApplicationInfo(int32_t userId, const std::string& type) DeleteDefaultApplicationInfo() argument
265 GetDataFromDb(int32_t userId, std::map<std::string, Element>& infos) GetDataFromDb() argument
292 SaveDataToDb(int32_t userId, const std::map<std::string, Element>& infos) SaveDataToDb() argument
304 DeleteDataFromDb(int32_t userId) DeleteDataFromDb() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_data_mgr.cpp211 ErrCode BundleSandboxDataMgr::GetSandboxHapModuleInfo(const AbilityInfo &abilityInfo, int32_t appIndex, int32_t userId, in GetSandboxHapModuleInfo() argument
71 GetSandboxAppInfo( const std::string &bundleName, const int32_t &appIndex, int32_t &userId, InnerBundleInfo &info) const GetSandboxAppInfo() argument
110 GetSandboxAppBundleInfo( const std::string &bundleName, const int32_t &appIndex, const int32_t &userId, BundleInfo &info) const GetSandboxAppBundleInfo() argument
246 int32_t userId = BundleUtil::GetUserIdByUid(uid); GetInnerBundleInfoByUid() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_mock_app_control.cpp311 int32_t userId = 100; in HWTEST_F() local
527 int32_t userId = 100; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp825 int32_t userId = 100; in HWTEST_F() local
842 int32_t userId = 100; in HWTEST_F() local
858 int userId = 100; in HWTEST_F() local
1132 int32_t userId = 100; in HWTEST_F() local
1149 int32_t userId = 100; HWTEST_F() local
[all...]

Completed in 19 milliseconds

1...<<21222324252627282930>>...45