/foundation/communication/netmanager_base/test/security/ |
H A D | netmanager_base_test_security.cpp | 55 .labelId = 1, 74 .labelId = 1, 93 .labelId = 1, 112 .labelId = 1, 131 .labelId = 1, 149 .labelId = 1, 169 .labelId = 1, 197 .labelId = 1,
|
/foundation/communication/netmanager_ext/test/security/ |
H A D | netmanager_ext_test_security.cpp | 40 .labelId = 1,
59 .labelId = 1,
78 .labelId = 1,
97 .labelId = 1,
116 .labelId = 1,
135 .labelId = 1,
163 .labelId = 1,
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/shortcut_info_test/ |
H A D | shortcut_info_test.cpp | 36 info.labelId = 0; in BenchmarkTestForReadFromParcel() 56 info.labelId = 0; in BenchmarkTestForMarshalling() 75 info.labelId = 0; in BenchmarkTestForUnmarshalling()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | photoaccesshelperinf.js | 118 let labelId = 0; 121 labelId = getLabelId(hapInfo); 124 return labelId; 128 let labelId = 0; 138 labelId = abilityInfo.labelId; 141 return labelId; 153 const labelId = getAbilityResource(bundleInfo); 155 appName = await resourceMgr.getStringValue(labelId); 309 ((bundleInfo.appInfo === undefined) || (bundleInfo.appInfo.labelId [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | recoverable_application_info.cpp | 29 const char* JSON_KEY_LABEL_ID = "labelId"; 40 labelId = parcel.ReadUint32(); in ReadFromParcel() 57 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, labelId); in Marshalling() 84 {JSON_KEY_LABEL_ID, recoverableApplicationInfo.labelId}, in to_json() 101 recoverableApplicationInfo.labelId, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
H A D | preinstalled_application_info.cpp | 34 labelId = parcel.ReadUint32(); in ReadFromParcel() 58 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, labelId); in Marshalling()
|
H A D | compatible_application_info.cpp | 50 labelId = parcel.ReadUint32(); in ReadFromParcel() 116 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, labelId); in Marshalling() 147 applicationInfo.labelId = labelId; in ConvertToApplicationInfo()
|
H A D | permission_define.cpp | 36 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, labelId); in ReadFromParcel() 63 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, labelId); in Marshalling()
|
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
H A D | render_container_modal.cpp | 49 auto labelId = context->GetWindowManager()->GetAppLabelId(); in UpdateStyle() local 51 if (appLabelComponent && labelId != 0) { in UpdateStyle() 52 auto appLabel = themeConstants->GetString(labelId); in UpdateStyle()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A 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, BundleInfo *bundleInfo, in ConvertLableResToBundleInfo() argument 126 if (GLOBAL_GetValueById(labelId, path.c_str(), &label) != 0) { in ConvertLableResToBundleInfo()
|
H A D | gt_bundle_installer.cpp | 253 uint32_t labelId = (bundleRes.abilityRes != nullptr) ? bundleRes.abilityRes->labelId : 0; in ProcessBundleInstall() local 315 errorCode = UpdateBundleInfo(bundleStyle, labelId, iconId, bundleInfo, isUpdate); in ProcessBundleInstall() 521 uint8_t GtBundleInstaller::UpdateBundleInfo(uint8_t bundleStyle, uint32_t labelId, uint32_t iconId, in UpdateBundleInfo() argument 532 uint8_t errorCode = GtBundleParser::ConvertResInfoToBundleInfo(bundleInfo->codePath, labelId, iconId, bundleInfo); in UpdateBundleInfo() 556 return AddBundleResList(bundleInfo->bundleName, labelId, iconId); in UpdateBundleInfo() 559 uint8_t GtBundleInstaller::AddBundleResList(const char *bundleName, uint32_t labelId, uint32_t iconId) in AddBundleResList() argument 561 if (labelId == 0 && iconId == 0) { in AddBundleResList() 580 bundleRes->abilityRes->labelId = labelId; in AddBundleResList() [all...] |
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_cardEmulation_adapter.cpp | 99 napi_value labelId;
in ConvertAbilityInfoToJS() local 100 napi_create_int32(env, abilityInfo.labelId, &labelId);
in ConvertAbilityInfoToJS() 101 napi_set_named_property(env, result, "labelId", labelId);
in ConvertAbilityInfoToJS()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 68 uint32_t labelId; member 144 uint32_t labelId; member 174 uint32_t labelId; member 242 uint32_t labelId; member 298 uint32_t labelId; member
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/ability_info_test/ |
H A D | ability_info_test.cpp | 37 info.labelId = 0; in BenchmarkTestForReadFromParcel() 75 info.labelId = 0; in BenchmarkTestForMarshalling() 112 info.labelId = 0; in BenchmarkTestForUnmarshalling()
|
/foundation/communication/nfc/services/src/external_deps/ |
H A D | app_data_parser.cpp | 351 hceAppAidInfo.labelId = abilityInfo.labelId; in UpdateHceAppList() 367 offHostAppAidInfo.labelId = abilityInfo.labelId; in UpdateOffHostAppList() 615 DebugLog("The bundlename : %{public}s,the labelId : %{public}d,the iconId : %{public}d", in GetPaymentAbilityInfosFromVendor() 617 bundleInfo.applicationInfo.labelId, in GetPaymentAbilityInfosFromVendor() 619 if (bundleInfo.applicationInfo.labelId != 0 && bundleInfo.applicationInfo.iconId != 0) { in GetPaymentAbilityInfosFromVendor() 620 ability.labelId = bundleInfo.applicationInfo.labelId; in GetPaymentAbilityInfosFromVendor() 705 ability.labelId in GetPaymentAbilityInfos() [all...] |
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/ |
H A D | service_info.cpp | 29 labelId = parcel.ReadInt32();
in ReadFromParcel() 38 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId);
in Marshalling() 94 labelId = parcel.ReadInt32();
in ReadFromParcel() 119 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, labelId);
in Marshalling()
|
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/ |
H A D | inner_service_info.h | 72 appInfo_.labelId = applicationInfo.labelId; in UpdateAppInfo()
|
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/ |
H A D | service_info.h | 40 int32_t labelId = 0;
member 65 int32_t labelId = 0;
member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | bundle_resource_parser.h | 49 bool ParseLabelResourceByPath(const std::string &hapPath, const uint32_t labelId, std::string &label); 56 const uint32_t labelId, std::string &label);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | shortcut_info.h | 37 uint32_t labelId = 0; member 58 uint32_t labelId = 0; member
|
H A D | launcher_ability_info.h | 29 uint32_t labelId = 0; member
|
H A D | preinstalled_application_info.h | 29 uint32_t labelId = 0; member
|
/foundation/distributeddatamgr/relational_store/test/native/clouddata/unittest/ |
H A D | cloud_data_test.cpp | 68 .labelId = 1, 94 .labelId = 1, 120 .labelId = 1,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_parser.cpp | 185 // same labelId and iconId no need to parse again in IsNeedToParseResourceInfo() 231 const std::string &hapPath, const uint32_t labelId, std::string &label) in ParseLabelResourceByPath() 238 if (labelId <= 0) { in ParseLabelResourceByPath() 239 APP_LOGW("labelId is 0"); in ParseLabelResourceByPath() 251 if (!ParseLabelResourceByResourceManager(resourceManager, labelId, label)) { in ParseLabelResourceByPath() 252 APP_LOGE("ParseLabelResource fail label %{public}d", labelId); in ParseLabelResourceByPath() 307 const uint32_t labelId, std::string &label) in ParseLabelResourceByResourceManager() 313 if (labelId <= 0) { in ParseLabelResourceByResourceManager() 314 APP_LOGW_NOFUNC("ParseLabelResource labelId invalid label is bundleName"); in ParseLabelResourceByResourceManager() 317 auto ret = resourceManager->GetStringById(labelId, labe in ParseLabelResourceByResourceManager() 230 ParseLabelResourceByPath( const std::string &hapPath, const uint32_t labelId, std::string &label) ParseLabelResourceByPath() argument 305 ParseLabelResourceByResourceManager( const std::shared_ptr<Global::Resource::ResourceManager> resourceManager, const uint32_t labelId, std::string &label) ParseLabelResourceByResourceManager() argument [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | launcher_service.cpp | 174 info.labelId = ability.labelId; in GetAbilityList() 225 info.labelId = ability.labelId; in GetAllLauncherAbilityInfos() 296 launcherAbility.labelId = ability.labelId; in ConvertAbilityToLauncherAbility()
|