/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_ota_update_test.cpp | 431 EXPECT_EQ(applicationInfo.appPrivilegeLevel, APL_BASIC); in HWTEST_F() 439 EXPECT_EQ(applicationInfo.appPrivilegeLevel, APL_CORE); in HWTEST_F() 469 EXPECT_EQ(applicationInfo.appPrivilegeLevel, APL_BASIC); in HWTEST_F() 477 EXPECT_EQ(applicationInfo.appPrivilegeLevel, APL_NORMAL); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 125 createDirParam.apl = bundleInfo.applicationInfo.appPrivilegeLevel; in CreateBundleDataDir() 240 bundleInfo.applicationInfo.appPrivilegeLevel, bundleInfo.isPreInstallApp, in ProcessUpdateAppDataDir() 247 bundleInfo.applicationInfo.appPrivilegeLevel, bundleInfo.isPreInstallApp, in ProcessUpdateAppDataDir()
|
H A D | bundle_mgr_service_event_handler.cpp | 1772 UpdateAppDataSelinuxLabel(bundleName, hasInstalledInfo.applicationInfo.appPrivilegeLevel, in InnerProcessRebootBundleInstall()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 144 std::string appPrivilegeLevel = AVAILABLELEVEL_NORMAL; member
|
/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",
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 254 std::string appPrivilegeLevel = AVAILABLELEVEL_NORMAL; member
|
/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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 1043 void SetAppPrivilegeLevel(const std::string &appPrivilegeLevel) in SetAppPrivilegeLevel() argument 1045 if (appPrivilegeLevel.empty()) { in SetAppPrivilegeLevel() 1048 baseApplicationInfo_->appPrivilegeLevel = appPrivilegeLevel; in SetAppPrivilegeLevel() 1053 return baseApplicationInfo_->appPrivilegeLevel; in GetAppPrivilegeLevel()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 72 const std::string APPLICATION_PRIVILEGE_LEVEL = "appPrivilegeLevel"; 197 {APPLICATION_PRIVILEGE_LEVEL, applicationInfo.appPrivilegeLevel}, in to_json() 558 applicationInfo.appPrivilegeLevel, in from_json()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 77 const char* APPLICATION_PRIVILEGE_LEVEL = "appPrivilegeLevel"; 433 appPrivilegeLevel = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 664 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appPrivilegeLevel)); in Marshalling() 957 {APPLICATION_PRIVILEGE_LEVEL, applicationInfo.appPrivilegeLevel}, in to_json() 1102 applicationInfo.appPrivilegeLevel, false, parseResult); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 94 "appPrivilegeLevel":"normal", 307 "appPrivilegeLevel":"system_core", 427 "appPrivilegeLevel":"normal", 1015 "appPrivilegeLevel": "normal",
|
/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"; in HWTEST_F() 3369 bundleInfo.applicationInfo.appPrivilegeLevel = provisionInfo.bundleInfo.apl; in HWTEST_F() 3461 bundleInfo.applicationInfo.appPrivilegeLevel = provisionInfo.bundleInfo.apl; in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 3250 startMsg.apl = bundleInfo.applicationInfo.appPrivilegeLevel; in SetAppInfo() 5050 auto apl = applicationInfo->appPrivilegeLevel; in VerifyAPL()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 7542 EXPECT_EQ(bundleInfo.applicationInfo.appPrivilegeLevel, "system_core"); in HWTEST_F()
|