/foundation/ace/ace_engine/frameworks/core/components/container_modal/ |
D | render_container_modal.cpp | 54 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/ |
D | bundle_res_transform.cpp | 63 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()
|
D | gt_bundle_installer.cpp | 257 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()
|
D | gt_bundle_parser.cpp | 287 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/ |
D | compatible_application_info.cpp | 51 labelId = parcel.ReadInt32(); in ReadFromParcel() 117 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId); in Marshalling() 148 applicationInfo.labelId = labelId; in ConvertToApplicationInfo()
|
D | permission_def.cpp | 37 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()
|
D | shortcut_info.cpp | 64 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()
|
D | module_usage_record.cpp | 32 labelId = static_cast<uint32_t>(parcel.ReadInt32()); in ReadFromParcel() 61 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId); in Marshalling()
|
D | compatible_ability_info.cpp | 133 labelId = parcel.ReadInt32(); in ReadFromParcel() 212 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId); in Marshalling() 266 abilityInfo.labelId = labelId; in ConvertToAbilityInfo()
|
D | extension_ability_info.cpp | 62 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/ |
D | shortcut_info.h | 35 int32_t labelId = 0; member 53 int32_t labelId; member
|
D | launcher_ability_info.h | 30 int32_t labelId; member
|
D | permission_def.h | 35 int32_t labelId = 0; member
|
D | module_usage_record.h | 39 uint32_t labelId = 0; member
|
D | application_info.h | 78 int32_t labelId = 0; member 111 int32_t labelId = 0; member
|
D | extension_ability_info.h | 54 int32_t labelId = 0; member
|
D | hap_module_info.h | 50 int32_t labelId = 0; member
|
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/src/bundlemgr/ |
D | launcher_service.cpp | 148 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/ |
D | bundle_res_transform.h | 35 …static bool ConvertLableResToBundleInfo(const std::string &path, uint32_t labelId, BundleInfo *bun…
|
D | gt_bundle_installer.h | 48 …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/ |
D | module_profile.cpp | 143 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/ |
D | bms_bundle_data_storage_database_test.cpp | 93 "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/ |
D | dsoftbus_app_dfile.cpp | 91 .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/ |
D | data_share_common.h | 83 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/ |
D | access_token.h | 85 int labelId; variable
|