/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ability_jump_interceptor.cpp | 178 want.SetParam(JUMP_DIALOG_CALLER_MODULE_NAME, callerAppInfo.labelResource.moduleName); in LoadAppLabelInfo() 180 want.SetParam(JUMP_DIALOG_TARGET_MODULE_NAME, targetAppInfo.labelResource.moduleName); in LoadAppLabelInfo()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 104 Resource labelResource; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 316 resourceInfo.labelId_ = appInfo.labelResource.id; in ConvertToBundleResourceInfo() 318 const auto &moduleName = appInfo.labelResource.moduleName; in ConvertToBundleResourceInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 79 CResource labelResource; member
|
H A D | bundle_manager_convert.cpp | 244 appInfo.labelResource = ConvertResource(cAppInfo.labelResource); in ConvertApplicationInfo() 604 appInfo.labelResource = {nullptr, nullptr, 0}; in InitApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 212 Resource labelResource; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 96 const std::string APPLICATION_LABEL_RESOURCE = "labelResource"; 221 {APPLICATION_LABEL_RESOURCE, applicationInfo.labelResource}, in to_json() 750 applicationInfo.labelResource, in from_json()
|
H A D | module_profile.cpp | 1471 applicationInfo.labelResource = GetResource(app.bundleName, moduleJson.module.name, app.labelId); in ToApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 450 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in SavePreInstallInfo() 452 preInstallBundleInfo.SetModuleName(applicationInfo.labelResource.moduleName); in SavePreInstallInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 104 const char* APPLICATION_LABEL_RESOURCE = "labelResource"; 387 labelResource = *labelResourcePtr; in ReadFromParcel() 624 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Parcelable, parcel, &labelResource); in Marshalling() 982 {APPLICATION_LABEL_RESOURCE, applicationInfo.labelResource}, in to_json() 1155 applicationInfo.labelResource, JsonType::OBJECT, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 358 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in SavePreInstallBundleInfo() 360 preInstallBundleInfo.SetModuleName(applicationInfo.labelResource.moduleName); in SavePreInstallBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 1264 preInstallBundleInfo.SetLabelId(bundleInfo.applicationInfo.labelResource.id); in InnerProcessCheckPreinstallData() 1265 preInstallBundleInfo.SetModuleName(bundleInfo.applicationInfo.labelResource.moduleName); in InnerProcessCheckPreinstallData() 1277 preInstallBundleInfo.SetLabelId(resultBundleInfo.applicationInfo.labelResource.id); in InnerProcessCheckPreinstallData() 1279 preInstallBundleInfo.SetModuleName(resultBundleInfo.applicationInfo.labelResource.moduleName); in InnerProcessCheckPreinstallData() 3749 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in UpdatePreinstallDBForUninstalledBundle() 3751 preInstallBundleInfo.SetModuleName(applicationInfo.labelResource.moduleName); in UpdatePreinstallDBForUninstalledBundle()
|
H A D | inner_bundle_info.cpp | 1734 baseApplicationInfo_->labelResource = applicationInfo.labelResource; in UpdateBaseApplicationInfo() 4616 applicationInfo.labelResource.id = mainAbilityInfo.labelId; in AdaptMainLauncherResourceInfo() 4617 applicationInfo.labelResource.moduleName = mainAbilityInfo.moduleName; in AdaptMainLauncherResourceInfo() 4618 applicationInfo.labelResource.bundleName = mainAbilityInfo.bundleName; in AdaptMainLauncherResourceInfo()
|
H A D | bundle_profile.cpp | 2034 applicationInfo.labelResource = BundleUtil::GetResource( in ToApplicationInfo() 2402 applicationInfo.labelResource = BundleUtil::GetResource( in ToInnerBundleInfo()
|
H A D | module_profile.cpp | 1891 applicationInfo.labelResource = in ToApplicationInfo()
|
H A D | base_bundle_installer.cpp | 785 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in InnerProcessBundleInstall() 787 preInstallBundleInfo.SetModuleName(applicationInfo.labelResource.moduleName); in InnerProcessBundleInstall()
|
H A D | bundle_data_mgr.cpp | 2146 appDetailAbility.labelId = applicationInfo.labelResource.id; in AddAppDetailAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 164 "labelResource":{ 377 "labelResource":{ 497 "labelResource":{ 1082 "labelResource": {
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | common_func.cpp | 637 ConvertResource(env, appInfo.labelResource, nLabelResource); in ConvertApplicationInfo() 638 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "labelResource", nLabelResource)); in ConvertApplicationInfo()
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 2265 auto &resource = appInfo.labelResource; in GetAppLabel()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 1466 ConvertResource(env, appInfo.labelResource, nLabelResource); in ConvertApplicationInfo() 1467 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "labelResource", nLabelResource)); in ConvertApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 433 ConvertResource(env, nLabelResource, appInfo.labelResource); in ConvertApplicationInfo() 434 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "labelResource", nLabelResource)); in ConvertApplicationInfo()
|