/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
D | bundle_manager_helper.cpp | 68 bool isSystemApp = false; in IsSystemApp() local 72 isSystemApp = bundleMgr_->CheckIsSystemAppByUid(uid); in IsSystemApp() 74 return isSystemApp; in IsSystemApp()
|
/foundation/aafwk/standard/services/abilitymgr/src/ |
D | lock_mission_container.cpp | 33 const std::shared_ptr<MissionRecord> &mission, int lockerUid, bool isSystemApp) in SetLockedMission() argument 53 …isSystemApp ? LockMissionState::LOCK_MISSION_STATE_PINNED : LockMissionState::LOCK_MISSION_STATE_L… in SetLockedMission()
|
D | pending_want_manager.cpp | 43 …dingWantManager::GetWantSender(const int32_t callingUid, const int32_t uid, const bool isSystemApp, in GetWantSender() argument 49 if (callingUid != 0 && callingUid != SYSTEM_UID && !isSystemApp) { in GetWantSender() 191 …const int32_t callingUid, const int32_t uid, const bool isSystemApp, const sptr<IWantSender> &send… in CancelWantSender() argument 201 if (callingUid != 0 && callingUid != SYSTEM_UID && !isSystemApp) { in CancelWantSender()
|
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/include/ |
D | gt_bundle_manager_service.h | 35 bool isSystemApp; member 91 bool ReloadBundleInfo(const char *profileDir, const char *appId, bool isSystemApp); 97 bool isSystemApp, bool isUpdated, const char *appId);
|
D | bundle_manager_service.h | 73 …eloadBundleInfo(const char *codePath, const char *appId, const char *bundleName, bool isSystemApp);
|
/foundation/ace/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/bms_interfaces/ |
D | bundle_info.h | 30 bool isSystemApp; member
|
/foundation/appexecfwk/appexecfwk_lite/interfaces/kits/bundle_lite/ |
D | bundle_info.h | 72 bool isSystemApp; member
|
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/src/ |
D | gt_bundle_manager_service.cpp | 296 toBeInstalledApp->isSystemApp); in InstallPreBundle() 578 bool isSystemApp = (scanFlag == SYSTEM_APP_FLAG); in ReloadEntireBundleInfo() local 581 AddSystemAppPathList(nullptr, appPath, systemPathList, isSystemApp, false, appId); in ReloadEntireBundleInfo() 587 AddSystemAppPathList(codePath, appPath, systemPathList, isSystemApp, true, appId); in ReloadEntireBundleInfo() 604 bool ret = ReloadBundleInfo(codePath, appId, isSystemApp); in ReloadEntireBundleInfo() 613 List<ToBeInstalledApp *> *systemPathList, bool isSystemApp, bool isUpdated, const char *appId) in AddSystemAppPathList() argument 626 toBeInstalledApp->isSystemApp = isSystemApp; in AddSystemAppPathList() 632 bool GtManagerService::ReloadBundleInfo(const char *profileDir, const char *appId, bool isSystemApp) in ReloadBundleInfo() argument 647 bundleInfo->isSystemApp = isSystemApp; in ReloadBundleInfo() 669 … HILOG_ERROR(HILOG_MODULE_AAFWK, "[BMS] reload bundle info fail!, isSystemApp is %d", isSystemApp); in ReloadBundleInfo()
|
D | bundle_manager_service.cpp | 462 bool isSystemApp = (scanFlag == SYSTEM_APP_FLAG); in ReloadEntireBundleInfo() local 472 ReloadBundleInfo(codePath, appId, bundleName, isSystemApp); in ReloadEntireBundleInfo() 487 ReloadBundleInfo(codePath, appId, bundleName, isSystemApp); in ReloadEntireBundleInfo() 493 bool isSystemApp) in ReloadBundleInfo() argument 517 bundleInfo->isSystemApp = isSystemApp; in ReloadBundleInfo() 749 if (!(bundleInfos + index)->isSystemApp) { in ScanSharedLibPath()
|
D | gt_bundle_installer.cpp | 524 bundleInfo->isSystemApp = true; in UpdateBundleInfo() 527 bundleInfo->isSystemApp = false; in UpdateBundleInfo() 530 bundleInfo->isSystemApp = false; in UpdateBundleInfo() 538 bundleInfo->isSystemApp = oldBundleInfo->isSystemApp; in UpdateBundleInfo() 587 if (bundleInfo->isSystemApp) { in Uninstall()
|
D | bundle_map.cpp | 138 newBundleInfo.isSystemApp = bundleInfo->isSystemApp; in GetCopyBundleInfo()
|
D | bundle_installer.cpp | 407 bundleInfo->isSystemApp = (hapType == SYSTEM_APP_FLAG); in UpdateBundleInfo() 414 bundleInfo->isSystemApp = oldBundleInfo->isSystemApp; in UpdateBundleInfo() 439 if (bundleInfo->isSystemApp) { in Uninstall()
|
/foundation/aafwk/standard/services/abilitymgr/include/ |
D | lock_mission_container.h | 37 …ool SetLockedMission(const std::shared_ptr<MissionRecord> &mission, int lockUid, bool isSystemApp);
|
D | ability_util.h | 161 auto isSystemApp = bms->CheckIsSystemAppByUid(callerUid); variable 162 if (callerUid != SYSTEM_UID && !isSystemApp) {
|
D | pending_want_manager.h | 135 …ptr<IWantSender> GetWantSender(const int32_t callingUid, const int32_t uid, const bool isSystemApp, 139 …const int32_t callingUid, const int32_t uid, const bool isSystemApp, const sptr<IWantSender> &send…
|
D | ability_stack_manager.h | 421 int StartLockMission(int uid, int missionId, bool isSystemApp, int isLock); 683 …int uid, int missionId, int isLock, bool isSystemApp, std::shared_ptr<MissionRecord> &mission, int…
|
/foundation/appexecfwk/appexecfwk_lite/frameworks/bundle_lite/src/ |
D | bundle_info_utils.cpp | 59 des->isSystemApp = src.isSystemApp; in CopyBundleInfo() 103 des->isSystemApp = src.isSystemApp; in CopyBundleInfoNoReplication()
|
/foundation/appexecfwk/standard/services/bundlemgr/src/ |
D | module_profile.cpp | 1123 if (applicationInfo.isSystemApp && isPreInstallApp) { in ToApplicationInfo() 1157 if (applicationInfo.isSystemApp && isPreInstallApp) { in ToApplicationInfo() 1264 AbilityInfo &abilityInfo, bool isSystemApp, bool isPreInstallApp) in ToAbilityInfo() argument 1275 if (isSystemApp && isPreInstallApp) { in ToAbilityInfo() 1317 ExtensionAbilityInfo &extensionInfo, bool isSystemApp, bool isPreInstallApp) in ToExtensionInfo() argument 1329 if (isSystemApp && isPreInstallApp) { in ToExtensionInfo() 1352 bool isSystemApp, bool isPreInstallApp) in GetPermissions() argument 1354 if (isSystemApp && isPreInstallApp) { in GetPermissions() 1378 bool isSystemApp, bool isPreInstallApp) in ToInnerModuleInfo() argument 1416 GetPermissions(moduleJson, innerModuleInfo, isSystemApp, isPreInstallApp); in ToInnerModuleInfo() [all …]
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/adapter/auth/src/ |
D | auth_delegate.cpp | 144 bool isSystemApp = checker->IsValid(UID_CAPACITY * localUserId, appId); in CheckAccess() local 145 if (isSystemApp) { in CheckAccess()
|
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/src/ |
D | compatible_application_info.cpp | 145 applicationInfo.isSystemApp = systemApp; in ConvertToApplicationInfo()
|
D | application_info.cpp | 276 {APPLICATION_IS_SYSTEM_APP, applicationInfo.isSystemApp}, in to_json() 462 applicationInfo.isSystemApp, in from_json() 729 compatibleApplicationInfo.systemApp = isSystemApp; in ConvertToCompatibleApplicationInfo()
|
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/ |
D | application_info.h | 121 bool isSystemApp = false; member
|
/foundation/aafwk/standard/services/formmgr/src/ |
D | form_mgr_service.cpp | 471 auto isSystemApp = iBundleMgr->CheckIsSystemAppByUid(IPCSkeleton::GetCallingUid()); in CheckFormPermission() local 472 if (!isSystemApp) { in CheckFormPermission()
|
/foundation/appexecfwk/standard/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
D | bms_bundle_data_storage_database_test.cpp | 90 "isSystemApp": false, 333 "isSystemApp": true, 394 "isSystemApp": false,
|
D | bms_bundle_data_storage_test.cpp | 112 "isSystemApp": false, 141 "isSystemApp": false,
|