Home
last modified time | relevance | path

Searched refs:appPrivilegeLevel (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_ota_update_test.cpp428 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 Duser_unlocked_event_subscriber.cpp140 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 Dbase_bundle_installer.cpp2708 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 Dbundle_mgr_service_event_handler.cpp1757 … UpdateAppDataSelinuxLabel(bundleName, hasInstalledInfo.applicationInfo.appPrivilegeLevel, in InnerProcessRebootBundleInstall()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h144 std::string appPrivilegeLevel = AVAILABLELEVEL_NORMAL; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp168 "appPrivilegeLevel":"system_core",
196 "appPrivilegeLevel":"normal",
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1063 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 Dbase_bundle_installer.h527 … const std::string &appPrivilegeLevel, bool isPreInstallApp, const std::string &appProvisionType);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h254 std::string appPrivilegeLevel = AVAILABLELEVEL_NORMAL; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp197 {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 Dquick_fix_checker.cpp223 if (bundleInfo.applicationInfo.appPrivilegeLevel != provisionInfo.bundleInfo.apl) { in CheckSignatureInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp435 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 Dbms_bundle_data_storage_database_test.cpp92 "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 Dbms_bundle_quick_fix_test.cpp1943 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 Dapp_mgr_service_inner.cpp3249 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 Dacts_bms_kit_system_test.cpp7490 EXPECT_EQ(bundleInfo.applicationInfo.appPrivilegeLevel, "system_core");