Home
last modified time | relevance | path

Searched refs:labelId (Results 1 - 25 of 157) sorted by relevance

1234567

/foundation/communication/netmanager_base/test/security/
H A Dnetmanager_base_test_security.cpp55 .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 Dnetmanager_ext_test_security.cpp40 .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 Dshortcut_info_test.cpp36 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 Dphotoaccesshelperinf.js118 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 Drecoverable_application_info.cpp29 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 Dpreinstalled_application_info.cpp34 labelId = parcel.ReadUint32(); in ReadFromParcel()
58 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, labelId); in Marshalling()
H A Dcompatible_application_info.cpp50 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 Dpermission_define.cpp36 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 Drender_container_modal.cpp49 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 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, BundleInfo *bundleInfo, in ConvertLableResToBundleInfo() argument
126 if (GLOBAL_GetValueById(labelId, path.c_str(), &label) != 0) { in ConvertLableResToBundleInfo()
H A Dgt_bundle_installer.cpp253 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 Dnfc_napi_cardEmulation_adapter.cpp99 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 Dbundle_manager_utils.h68 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 Dability_info_test.cpp37 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 Dapp_data_parser.cpp351 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 Dservice_info.cpp29 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 Dinner_service_info.h72 appInfo_.labelId = applicationInfo.labelId; in UpdateAppInfo()
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_info.h40 int32_t labelId = 0; member
65 int32_t labelId = 0; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_parser.h49 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 Dshortcut_info.h37 uint32_t labelId = 0; member
58 uint32_t labelId = 0; member
H A Dlauncher_ability_info.h29 uint32_t labelId = 0; member
H A Dpreinstalled_application_info.h29 uint32_t labelId = 0; member
/foundation/distributeddatamgr/relational_store/test/native/clouddata/unittest/
H A Dcloud_data_test.cpp68 .labelId = 1,
94 .labelId = 1,
120 .labelId = 1,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_parser.cpp185 // 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 Dlauncher_service.cpp174 info.labelId = ability.labelId; in GetAbilityList()
225 info.labelId = ability.labelId; in GetAllLauncherAbilityInfos()
296 launcherAbility.labelId = ability.labelId; in ConvertAbilityToLauncherAbility()

Completed in 14 milliseconds

1234567