Home
last modified time | relevance | path

Searched refs:labelResource (Results 1 - 22 of 22) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dability_jump_interceptor.cpp178 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 Dapplication_info.h104 Resource labelResource; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp316 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 Dbundle_manager_utils.h79 CResource labelResource; member
H A Dbundle_manager_convert.cpp244 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 Dapplication_info.h212 Resource labelResource; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp96 const std::string APPLICATION_LABEL_RESOURCE = "labelResource";
221 {APPLICATION_LABEL_RESOURCE, applicationInfo.labelResource}, in to_json()
750 applicationInfo.labelResource, in from_json()
H A Dmodule_profile.cpp1471 applicationInfo.labelResource = GetResource(app.bundleName, moduleJson.module.name, app.labelId); in ToApplicationInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp450 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 Dapplication_info.cpp104 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 Dapp_service_fwk_installer.cpp358 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in SavePreInstallBundleInfo()
360 preInstallBundleInfo.SetModuleName(applicationInfo.labelResource.moduleName); in SavePreInstallBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1264 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 Dinner_bundle_info.cpp1734 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 Dbundle_profile.cpp2034 applicationInfo.labelResource = BundleUtil::GetResource( in ToApplicationInfo()
2402 applicationInfo.labelResource = BundleUtil::GetResource( in ToInnerBundleInfo()
H A Dmodule_profile.cpp1891 applicationInfo.labelResource = in ToApplicationInfo()
H A Dbase_bundle_installer.cpp785 preInstallBundleInfo.SetLabelId(applicationInfo.labelResource.id); in InnerProcessBundleInstall()
787 preInstallBundleInfo.SetModuleName(applicationInfo.labelResource.moduleName); in InnerProcessBundleInstall()
H A Dbundle_data_mgr.cpp2146 appDetailAbility.labelId = applicationInfo.labelResource.id; in AddAppDetailAbilityInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp164 "labelResource":{
377 "labelResource":{
497 "labelResource":{
1082 "labelResource": {
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp637 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 Dpasteboard_service.cpp2265 auto &resource = appInfo.labelResource; in GetAppLabel()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp1466 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 Dbundle_mgr.cpp433 ConvertResource(env, nLabelResource, appInfo.labelResource); in ConvertApplicationInfo()
434 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, "labelResource", nLabelResource)); in ConvertApplicationInfo()

Completed in 81 milliseconds