/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_ota_update_test.cpp | 428 EXPECT_EQ(applicationInfo.appPrivilegeLevel, APL_BASIC); 436 EXPECT_EQ(applicationInfo.appPrivilegeLevel, APL_CORE); 466 EXPECT_EQ(applicationInfo.appPrivilegeLevel, APL_BASIC); 474 EXPECT_EQ(applicationInfo.appPrivilegeLevel, APL_NORMAL);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 140 createDirParam.apl = bundleInfo.applicationInfo.appPrivilegeLevel; in CreateBundleDataDir() 296 bundleInfo.applicationInfo.appPrivilegeLevel, bundleInfo.isPreInstallApp, in ProcessUpdateAppDataDir() 303 bundleInfo.applicationInfo.appPrivilegeLevel, bundleInfo.isPreInstallApp, in ProcessUpdateAppDataDir()
|
H A D | base_bundle_installer.cpp | 2708 const std::string &appPrivilegeLevel, bool isPreInstallApp, const std::string &appProvisionType) in SetDirApl() argument 2735 baseDataDir, bundleName, appPrivilegeLevel, isPreInstallApp, in SetDirApl() 2742 databaseDataDir, bundleName, appPrivilegeLevel, isPreInstallApp, in SetDirApl()
|
H A D | bundle_mgr_service_event_handler.cpp | 1757 … UpdateAppDataSelinuxLabel(bundleName, hasInstalledInfo.applicationInfo.appPrivilegeLevel, in InnerProcessRebootBundleInstall()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 144 std::string appPrivilegeLevel = AVAILABLELEVEL_NORMAL; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 168 "appPrivilegeLevel":"system_core", 196 "appPrivilegeLevel":"normal",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 1063 void SetAppPrivilegeLevel(const std::string &appPrivilegeLevel) in SetAppPrivilegeLevel() argument 1065 if (appPrivilegeLevel.empty()) { in SetAppPrivilegeLevel() 1068 baseApplicationInfo_->appPrivilegeLevel = appPrivilegeLevel; in SetAppPrivilegeLevel() 1073 return baseApplicationInfo_->appPrivilegeLevel; in GetAppPrivilegeLevel()
|
H A D | base_bundle_installer.h | 527 … const std::string &appPrivilegeLevel, bool isPreInstallApp, const std::string &appProvisionType);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 254 std::string appPrivilegeLevel = AVAILABLELEVEL_NORMAL; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 197 {APPLICATION_PRIVILEGE_LEVEL, applicationInfo.appPrivilegeLevel}, in to_json() 558 applicationInfo.appPrivilegeLevel, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_checker.cpp | 223 if (bundleInfo.applicationInfo.appPrivilegeLevel != provisionInfo.bundleInfo.apl) { in CheckSignatureInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 435 appPrivilegeLevel = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 665 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appPrivilegeLevel)); in Marshalling() 966 {APPLICATION_PRIVILEGE_LEVEL, applicationInfo.appPrivilegeLevel}, in to_json() 1110 … applicationInfo.appPrivilegeLevel, JsonType::STRING, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 92 "appPrivilegeLevel":"normal", 305 "appPrivilegeLevel":"system_core", 425 "appPrivilegeLevel":"normal", 1014 "appPrivilegeLevel": "normal",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 1943 bundleInfo.applicationInfo.appPrivilegeLevel = "normal"; 3369 bundleInfo.applicationInfo.appPrivilegeLevel = provisionInfo.bundleInfo.apl; 3461 bundleInfo.applicationInfo.appPrivilegeLevel = provisionInfo.bundleInfo.apl;
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 3249 startMsg.apl = bundleInfo.applicationInfo.appPrivilegeLevel; in SetAppInfo() 5053 auto apl = applicationInfo->appPrivilegeLevel; in VerifyAPL()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 7490 EXPECT_EQ(bundleInfo.applicationInfo.appPrivilegeLevel, "system_core");
|