Home
last modified time | relevance | path

Searched refs:isSystemApp (Results 1 – 25 of 42) sorted by relevance

12

/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
Dbundle_manager_helper.cpp68 bool isSystemApp = false; in IsSystemApp() local
72 isSystemApp = bundleMgr_->CheckIsSystemAppByUid(uid); in IsSystemApp()
74 return isSystemApp; in IsSystemApp()
/foundation/aafwk/standard/services/abilitymgr/src/
Dlock_mission_container.cpp33 const std::shared_ptr<MissionRecord> &mission, int lockerUid, bool isSystemApp) in SetLockedMission() argument
53isSystemApp ? LockMissionState::LOCK_MISSION_STATE_PINNED : LockMissionState::LOCK_MISSION_STATE_L… in SetLockedMission()
Dpending_want_manager.cpp43 …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/
Dgt_bundle_manager_service.h35 bool isSystemApp; member
91 bool ReloadBundleInfo(const char *profileDir, const char *appId, bool isSystemApp);
97 bool isSystemApp, bool isUpdated, const char *appId);
Dbundle_manager_service.h73 …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/
Dbundle_info.h30 bool isSystemApp; member
/foundation/appexecfwk/appexecfwk_lite/interfaces/kits/bundle_lite/
Dbundle_info.h72 bool isSystemApp; member
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/src/
Dgt_bundle_manager_service.cpp296 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()
Dbundle_manager_service.cpp462 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()
Dgt_bundle_installer.cpp524 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()
Dbundle_map.cpp138 newBundleInfo.isSystemApp = bundleInfo->isSystemApp; in GetCopyBundleInfo()
Dbundle_installer.cpp407 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/
Dlock_mission_container.h37 …ool SetLockedMission(const std::shared_ptr<MissionRecord> &mission, int lockUid, bool isSystemApp);
Dability_util.h161 auto isSystemApp = bms->CheckIsSystemAppByUid(callerUid); variable
162 if (callerUid != SYSTEM_UID && !isSystemApp) {
Dpending_want_manager.h135 …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…
Dability_stack_manager.h421 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/
Dbundle_info_utils.cpp59 des->isSystemApp = src.isSystemApp; in CopyBundleInfo()
103 des->isSystemApp = src.isSystemApp; in CopyBundleInfoNoReplication()
/foundation/appexecfwk/standard/services/bundlemgr/src/
Dmodule_profile.cpp1123 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/
Dauth_delegate.cpp144 bool isSystemApp = checker->IsValid(UID_CAPACITY * localUserId, appId); in CheckAccess() local
145 if (isSystemApp) { in CheckAccess()
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/src/
Dcompatible_application_info.cpp145 applicationInfo.isSystemApp = systemApp; in ConvertToApplicationInfo()
Dapplication_info.cpp276 {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/
Dapplication_info.h121 bool isSystemApp = false; member
/foundation/aafwk/standard/services/formmgr/src/
Dform_mgr_service.cpp471 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/
Dbms_bundle_data_storage_database_test.cpp90 "isSystemApp": false,
333 "isSystemApp": true,
394 "isSystemApp": false,
Dbms_bundle_data_storage_test.cpp112 "isSystemApp": false,
141 "isSystemApp": false,

12