Home
last modified time | relevance | path

Searched refs:labelId (Results 1 – 25 of 79) sorted by relevance

1234

/foundation/ace/ace_engine/frameworks/core/components/container_modal/
Drender_container_modal.cpp54 auto labelId = context->GetAppLabelId(); in UpdateStyle() local
56 if (appLabelComponent && labelId != 0) { in UpdateStyle()
57 auto appLabel = themeConstants->GetString(labelId); in UpdateStyle()
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/src/
Dbundle_res_transform.cpp63 if (bundleRes.abilityRes[i].labelId > 0 && in ConvertResInfoToBundleInfo()
64 !ConvertLableResToBundleInfo(resPath, bundleRes.abilityRes[i].labelId, bundleInfo, i)) { in ConvertResInfoToBundleInfo()
115 bool BundleResTransform::ConvertLableResToBundleInfo(const std::string &path, uint32_t labelId, Bun… in ConvertLableResToBundleInfo() argument
126 if (GLOBAL_GetValueById(labelId, path.c_str(), &label) != 0) { in ConvertLableResToBundleInfo()
Dgt_bundle_installer.cpp257 uint32_t labelId = (bundleRes.abilityRes != nullptr) ? bundleRes.abilityRes->labelId : 0; in ProcessBundleInstall() local
309 errorCode = UpdateBundleInfo(bundleStyle, labelId, iconId, bundleInfo, isUpdate); in ProcessBundleInstall()
507 uint8_t GtBundleInstaller::UpdateBundleInfo(uint8_t bundleStyle, uint32_t labelId, uint32_t iconId, in UpdateBundleInfo() argument
518 …uint8_t errorCode = GtBundleParser::ConvertResInfoToBundleInfo(bundleInfo->codePath, labelId, icon… in UpdateBundleInfo()
545 return AddBundleResList(bundleInfo->bundleName, labelId, iconId); in UpdateBundleInfo()
548 uint8_t GtBundleInstaller::AddBundleResList(const char *bundleName, uint32_t labelId, uint32_t icon… in AddBundleResList() argument
550 if (labelId == 0 && iconId == 0) { in AddBundleResList()
569 bundleRes->abilityRes->labelId = labelId; in AddBundleResList()
Dgt_bundle_parser.cpp287 int32_t labelId = ParseValue(firstAbilityJson, LABEL_ID, -1); in ParseAbilityInfo() local
288 if (labelId < 0) { in ParseAbilityInfo()
291 bundleRes.abilityRes->labelId = labelId; in ParseAbilityInfo()
402 …uint8_t errorCode = ConvertResInfoToBundleInfo(path, bundleRes.abilityRes->labelId, bundleRes.abil… in CreateBundleInfo()
436 uint8_t GtBundleParser::ConvertResInfoToBundleInfo(const char *path, uint32_t labelId, uint32_t ico… in ConvertResInfoToBundleInfo() argument
454 if (labelId != 0) { in ConvertResInfoToBundleInfo()
456 if (GLOBAL_GetValueById(labelId, resPath, &label) != 0) { in ConvertResInfoToBundleInfo()
658 if (bundleRes.abilityRes->labelId == 0 && bundleProfile.label != nullptr && in SetBundleInfo()
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/src/
Dcompatible_application_info.cpp51 labelId = parcel.ReadInt32(); in ReadFromParcel()
117 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId); in Marshalling()
148 applicationInfo.labelId = labelId; in ConvertToApplicationInfo()
Dpermission_def.cpp37 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId); in ReadFromParcel()
64 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId); in Marshalling()
Dshortcut_info.cpp64 labelId = parcel.ReadInt32(); in ReadFromParcel()
101 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId); in Marshalling()
137 {JSON_KEY_LABEL_ID, shortcutInfo.labelId}, in to_json()
258 shortcutInfo.labelId, in from_json()
329 shortcut.labelId, in from_json()
Dmodule_usage_record.cpp32 labelId = static_cast<uint32_t>(parcel.ReadInt32()); in ReadFromParcel()
61 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId); in Marshalling()
Dcompatible_ability_info.cpp133 labelId = parcel.ReadInt32(); in ReadFromParcel()
212 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId); in Marshalling()
266 abilityInfo.labelId = labelId; in ConvertToAbilityInfo()
Dextension_ability_info.cpp62 labelId = parcel.ReadInt32(); in ReadFromParcel()
116 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId); in Marshalling()
151 {LABEL_ID, extensionInfo.labelId}, in to_json()
232 extensionInfo.labelId, in from_json()
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/
Dshortcut_info.h35 int32_t labelId = 0; member
53 int32_t labelId; member
Dlauncher_ability_info.h30 int32_t labelId; member
Dpermission_def.h35 int32_t labelId = 0; member
Dmodule_usage_record.h39 uint32_t labelId = 0; member
Dapplication_info.h78 int32_t labelId = 0; member
111 int32_t labelId = 0; member
Dextension_ability_info.h54 int32_t labelId = 0; member
Dhap_module_info.h50 int32_t labelId = 0; member
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/src/bundlemgr/
Dlauncher_service.cpp148 info.labelId = ability.labelId; in GetAbilityList()
194 info.labelId = ability.labelId; in GetAllLauncherAbilityInfos()
251 info.labelId = abilityInfo.labelId; in GetAbilityInfo()
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/include/
Dbundle_res_transform.h35 …static bool ConvertLableResToBundleInfo(const std::string &path, uint32_t labelId, BundleInfo *bun…
Dgt_bundle_installer.h48 …uint8_t UpdateBundleInfo(uint8_t bundleStyle, uint32_t labelId, uint32_t iconId, BundleInfo *bundl…
65 uint8_t AddBundleResList(const char *bundleName, uint32_t labelId, uint32_t iconId);
/foundation/appexecfwk/standard/services/bundlemgr/src/
Dmodule_profile.cpp143 int32_t labelId = 0; member
159 int32_t labelId = 0; member
179 int32_t labelId = 0; member
326 ability.labelId, in from_json()
436 extension.labelId, in from_json()
660 app.labelId, in from_json()
1119 applicationInfo.labelId = app.labelId; in ToApplicationInfo()
1274 abilityInfo.labelId = ability.labelId; in ToAbilityInfo()
1325 extensionInfo.labelId = extension.labelId; in ToExtensionInfo()
1453 innerModuleInfo.labelId = abilityInfo.labelId; in ToInnerBundleInfo()
[all …]
/foundation/appexecfwk/standard/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
Dbms_bundle_data_storage_database_test.cpp93 "labelId": 0,
142 "labelId": 218103828,
207 "labelId": 251658242,
272 "labelId": 285212679,
336 "labelId": 218103828,
397 "labelId": 0,
539 "labelId": 218103828,
644 "labelId": 0,
699 "labelId": 0,
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
Ddsoftbus_app_dfile.cpp91 .labelId = TEST_LABEL_ID, in AddPermission()
101 .labelId = TEST_LABEL_ID, in AddPermission()
111 .labelId = TEST_LABEL_ID, in AddPermission()
/foundation/aafwk/standard/interfaces/kits/napi/aafwk/dataShare/
Ddata_share_common.h83 std::string labelId; member
110 int32_t labelId; member
192 int32_t labelId = 0; // no data member
/foundation/appexecfwk/standard/services/bundlemgr/test/mock/include/
Daccess_token.h85 int labelId; variable

1234