/ohos5.0/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()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-applicationInfo.md | 18 …应用的名称,使用示例:"label": "$string: mainability_description"。关于label的详细信息可参见labelResource字段说明。<br/>**原子化… 31 | labelResource | [Resource](../apis-localization-kit/js-apis-resource-manager.md#resou…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_convert.cpp | 177 appInfo.labelResource = ConvertResource(cAppInfo.labelResource); in ConvertApplicationInfo() 450 appInfo.labelResource = {nullptr, nullptr, 0}; in InitApplicationInfo()
|
H A D | bundle_manager_utils.h | 75 CResource labelResource; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 104 Resource labelResource; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 315 resourceInfo.labelId_ = appInfo.labelResource.id; in ConvertToBundleResourceInfo() 317 const auto &moduleName = appInfo.labelResource.moduleName; in ConvertToBundleResourceInfo()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-applicationInfo.md | 19 …: mainability_description". For details, see the description of the **labelResource** field below.… 32 | labelResource | [Resource](../apis-localization-kit/js-apis-resource-manager.md#resou…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 211 Resource labelResource; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 389 labelResource = *labelResourcePtr; in ReadFromParcel() 625 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Parcelable, parcel, &labelResource); in Marshalling() 991 {APPLICATION_LABEL_RESOURCE, applicationInfo.labelResource}, in to_json() 1163 applicationInfo.labelResource, JsonType::OBJECT, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 447 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in SavePreInstallInfo() 449 preInstallBundleInfo.SetModuleName(applicationInfo.labelResource.moduleName); in SavePreInstallInfo()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-ability.md | 20 | applicationInfo | ApplicationInfo | readonly labelResource: Resource; | 新增 |
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 1246 preInstallBundleInfo.SetLabelId(bundleInfo.applicationInfo.labelResource.id); in InnerProcessCheckPreinstallData() 1247 preInstallBundleInfo.SetModuleName(bundleInfo.applicationInfo.labelResource.moduleName); in InnerProcessCheckPreinstallData() 1259 preInstallBundleInfo.SetLabelId(resultBundleInfo.applicationInfo.labelResource.id); in InnerProcessCheckPreinstallData() 1261 … preInstallBundleInfo.SetModuleName(resultBundleInfo.applicationInfo.labelResource.moduleName); in InnerProcessCheckPreinstallData() 3179 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in UpdatePreinstallDBForNotUpdatedBundle() 3181 preInstallBundleInfo.SetModuleName(applicationInfo.labelResource.moduleName); in UpdatePreinstallDBForNotUpdatedBundle()
|
H A D | inner_bundle_info.cpp | 1854 baseApplicationInfo_->labelResource = applicationInfo.labelResource; in UpdateBaseApplicationInfo() 4701 applicationInfo.labelResource.id = mainAbilityInfo.labelId; in AdaptMainLauncherResourceInfo() 4702 applicationInfo.labelResource.moduleName = mainAbilityInfo.moduleName; in AdaptMainLauncherResourceInfo() 4703 applicationInfo.labelResource.bundleName = mainAbilityInfo.bundleName; in AdaptMainLauncherResourceInfo()
|
H A D | bundle_profile.cpp | 2216 applicationInfo.labelResource = BundleUtil::GetResource( in ToApplicationInfo() 2573 applicationInfo.labelResource = BundleUtil::GetResource( in ToInnerBundleInfo()
|
H A D | module_profile.cpp | 2064 applicationInfo.labelResource = in ToApplicationInfo()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-ability.md | 20 | applicationInfo | ApplicationInfo | readonly labelResource: Resource; | Added|
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 277 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in SavePreInstallBundleInfo() 279 preInstallBundleInfo.SetModuleName(applicationInfo.labelResource.moduleName); in SavePreInstallBundleInfo()
|
/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 | 162 "labelResource":{ 375 "labelResource":{ 495 "labelResource":{ 1081 "labelResource": {
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | ime_info_inquirer.cpp | 1185 … return GetStringById(extension.bundleName, extension.applicationInfo.labelResource.moduleName, in GetTargetString() 1186 extension.applicationInfo.labelResource.id, userId); in GetTargetString()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-bundle.md | 72 |新增|NA|模块名: ApplicationInfo<br>类名: ApplicationInfo<br>方法 or 属性: readonly labelResource: Resource;|A… 253 |删除|模块名: applicationInfo<br>类名: ApplicationInfo<br>方法 or 属性:readonly labelResource: Resource;|NA|ap…
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | common_func.cpp | 637 ConvertResource(env, appInfo.labelResource, nLabelResource); in ConvertApplicationInfo()
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-bundle.md | 72 …<br>Class name: ApplicationInfo<br>Method or attribute name: readonly labelResource: Resource;|App… 253 …<br>Class name: ApplicationInfo<br>Method or attribute name: readonly labelResource: Resource;|NA|…
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 2340 auto &resource = appInfo.labelResource; in GetAppLabel()
|