Home
last modified time | relevance | path

Searched refs:label (Results 1 - 24 of 24) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DModuleShortcut.java33 * Indicates the label of module Shortcut.
35 private String label = ""; field in ModuleShortcut
58 return label; in getLabel()
61 public void setLabel(String label) { in setLabel() argument
62 this.label = label; in setLabel()
H A DUncompressResult.java33 private String label = ""; field in UncompressResult
60 void setLabel(String label) { in setLabel() argument
61 this.label = label; in setLabel()
119 return label; in getLabel()
H A DModuleResult.java43 * Indicates the label of Module.
45 private String label = ""; field in ModuleResult
80 return label; in getLabel()
84 label = labelRes; in setLabel()
H A DModuleAdaption.java60 uncomperssResult.setLabel(profileInfo.moduleAppInfo.label); in convertToUncompressResult()
82 appInfo.label = moduleAppInfo.label; in convertToAppInfo()
184 shortcut.label = value.getLabel(); in convertToShortcut()
237 abilityInfo.label = info.label; in convertToAbilityInfo()
239 abilityInfo.labelRes = info.label; in convertToAbilityInfo()
H A DDefPermissionGroup.java39 * Indicates the label of DefPermissionGroup.
41 public String label = ""; field in DefPermissionGroup
H A DShortcut.java33 * Indicates the label of app Shortcut.
35 public String label = ""; field in Shortcut
H A DDefinePermission.java51 * Indicates the label of DefPermission.
53 public String label = ""; field in DefinePermission
H A DDefPermission.java43 * Indicates the label of DefPermission.
45 public String label = ""; field in DefPermission
H A DExtensionAbilityInfo.java40 * Indicates the label of module ModuleJson.
42 public String label = ""; field in ExtensionAbilityInfo
H A DModuleAbilityInfo.java53 * Indicates the label of module ModuleJson.
55 public String label = ""; field in ModuleAbilityInfo
H A DAppInfo.java90 * Indicates the label of app AppJson.
92 public String label = ""; field in AppInfo
H A DAbilityInfo.java53 * Indicates the label of ability.
55 public String label = ""; field in AbilityInfo
58 * Indicates the label resource of ability.
H A DModuleAppInfo.java46 * Indicates the label of app AppJson.
48 public String label = ""; field in ModuleAppInfo
H A DJsonUtil.java75 private static final String LABEL = "label";
339 profileInfo.appInfo.appName = profileInfo.hapInfo.abilities.get(0).label; in parseProfileInfo()
340 profileInfo.appInfo.appNameEN = profileInfo.hapInfo.abilities.get(0).label; in parseProfileInfo()
351 profileInfo.appInfo.appName = abilityInfo.label; in parseProfileInfo()
352 profileInfo.appInfo.appNameEN = abilityInfo.label; in parseProfileInfo()
399 } else if (appJson.containsKey("label")) { in parseAppInfo()
400 appInfo.appName = getJsonString(appJson, "label"); in parseAppInfo()
401 appInfo.appNameEN = getJsonString(appJson, "label"); in parseAppInfo()
431 moduleAppInfo.label = parseResourceByKey(appJson, data, LABEL, LABEL_ID); in parseModuleAppInfo()
835 ability.label in parseAbility()
[all...]
H A DUncompress.java1205 * get label and icon for application
1208 * @return return the result which contains icon and label
1236 * get label and icon for application
1240 * @return return the result which contains icon and label
1265 result.setLabel(info.label); in obtainInnerLabelAndIcon()
1278 result.setLabel(info.label); in obtainInnerLabelAndIcon()
/developtools/smartperf_host/trace_streamer/src/rpc/
H A Dffrt_converter.cpp178 const std::string &label, in ReplaceSchedWakeLog()
184 (void)sprintf_s(result.get(), MAX_LEN, "comm=%s ", label.c_str()); in ReplaceSchedWakeLog()
213 const std::string &label, in ReplaceTracingMarkLog()
222 (void)sprintf_s(result.get(), MAX_LEN, " %s-%s ", label.c_str(), taskId.c_str()); in ReplaceTracingMarkLog()
428 std::string label; in GetLabel() local
434 label = line.substr(beginPos + 1, endPos - beginPos - 1); in GetLabel()
442 label = line.substr(beginPos, endPos - beginPos); in GetLabel()
450 label = line.substr(beginPos + 1, endPos - beginPos - 1); in GetLabel()
458 label = line.substr(beginPos, endPos - beginPos); in GetLabel()
462 return label; in GetLabel()
177 ReplaceSchedWakeLog(std::string &fakeLog, const std::string &label, const int pid, const long long gid) ReplaceSchedWakeLog() argument
212 ReplaceTracingMarkLog(std::string &fakeLog, const std::string &label, const int pid, const long long gid) ReplaceTracingMarkLog() argument
467 auto label = GetLabel(line); ProcessMarkWithFFRT() local
[all...]
H A Dffrt_converter.h85 std::string ReplaceSchedWakeLog(std::string &fakeLog, const std::string &label, const int pid, const long long gid);
88 const std::string &label,
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Drom_analyzer.py157 if the unit of system_module_info.json has not field "label" and the "type" is "sa_profile",
171 label: Text = unit.get("label")
173 if label:
175 gn_path = os.path.join(project_path, label.split(':')[
188 print("warning: keyword 'label' not found in {}".format(unit))
/developtools/global_resource_tool/include/
H A Dconfig_parser.h46 bool SetAppLabel(std::string &label, int64_t id);
/developtools/global_resource_tool/src/
H A Dconfig_parser.cpp35 { "label", "^\\$string:" },
144 bool ConfigParser::SetAppLabel(string &label, int64_t id) in SetAppLabel() argument
151 cJSON_AddStringToObject(appNode, "label", label.c_str()); in SetAppLabel()
H A Dresource_pack.cpp362 cerr << "Error: Entry MainAbility must have 'icon' and 'label'." << endl; in HandleFeature()
447 string label = "$string:" +idName; in HandleLabel() local
448 config.SetAppLabel(label, nextId); in HandleLabel()
/developtools/ace_js2bundle/ace-loader/plugin/templater/
H A Drich_component_map.js1185 'label': {
1411 label: {},
1428 label: {},
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/
H A Dhtrace_event_parser.cpp656 auto label = ffrtTrace.label().ToStdString(); in ParseFfrtEvent() local
658 if (!label.empty()) { in ParseFfrtEvent()
659 RemoveNullTerminator(label); in ParseFfrtEvent()
660 bufferLine.append("|H:").append(label); in ParseFfrtEvent()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h44159 char *label; member
44281 struct nfs4_label *label; member
55052 __be32 label; global() member
58232 struct aa_label *label; global() member
58316 struct aa_label label; global() member
58342 char *label; global() member
58427 struct aa_label *label; global() member
58484 struct aa_label *label; global() member
58554 struct aa_label *label; global() member
58559 struct aa_label *label; global() member
58976 struct ima_rule_opt_list *label; global() member
67130 char label[16]; global() member
68702 u8 label[16]; global() member
69513 const char *label; global() member
69720 const char *label; global() member
69730 const char *label; global() member
70792 char *label; global() member
91291 const char *label; global() member
91323 char label[32]; global() member
91439 const char *label; global() member
91599 const char *label; global() member
91687 const char *label; global() member
117959 const char *label; global() member
121747 const char *label; global() member
122443 struct nd_namespace_label *label; global() member
128206 u32 label; global() member
128216 u32 label; global() member
131587 const char *label; global() member
135903 u32 label; global() member
137856 char label[32]; global() member
137876 char label[296]; global() member
139517 const char *label; global() member
144828 u32 label; global() member
146313 __be32 label; global() member
156154 int label; global() member
156206 u32 label; global() member
156214 u32 label; global() member
[all...]

Completed in 429 milliseconds