Home
last modified time | relevance | path

Searched refs:appPrivilegeLevel (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_ota_update_test.cpp431 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 Duser_unlocked_event_subscriber.cpp125 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 Dbundle_mgr_service_event_handler.cpp1772 UpdateAppDataSelinuxLabel(bundleName, hasInstalledInfo.applicationInfo.appPrivilegeLevel, in InnerProcessRebootBundleInstall()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h144 std::string appPrivilegeLevel = AVAILABLELEVEL_NORMAL; member
/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",
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h254 std::string appPrivilegeLevel = AVAILABLELEVEL_NORMAL; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_checker.cpp223 if (bundleInfo.applicationInfo.appPrivilegeLevel != provisionInfo.bundleInfo.apl) { in CheckSignatureInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1043 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 Dapplication_info.cpp72 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 Dapplication_info.cpp77 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 Dbms_bundle_data_storage_database_test.cpp94 "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 Dbms_bundle_quick_fix_test.cpp1943 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 Dapp_mgr_service_inner.cpp3250 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 Dacts_bms_kit_system_test.cpp7542 EXPECT_EQ(bundleInfo.applicationInfo.appPrivilegeLevel, "system_core"); in HWTEST_F()

Completed in 58 milliseconds