/developtools/packing_tool/adapter/ohos/ |
H A D | ModuleShortcut.java | 33 * 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 D | UncompressResult.java | 33 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 D | ModuleResult.java | 43 * Indicates the label of Module. 45 private String label = ""; field in ModuleResult 80 return label; in getLabel() 84 label = labelRes; in setLabel()
|
H A D | ModuleAdaption.java | 60 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 D | DefPermissionGroup.java | 39 * Indicates the label of DefPermissionGroup. 41 public String label = ""; field in DefPermissionGroup
|
H A D | Shortcut.java | 33 * Indicates the label of app Shortcut. 35 public String label = ""; field in Shortcut
|
H A D | DefinePermission.java | 51 * Indicates the label of DefPermission.
53 public String label = "";
field in DefinePermission
|
H A D | DefPermission.java | 43 * Indicates the label of DefPermission. 45 public String label = ""; field in DefPermission
|
H A D | ExtensionAbilityInfo.java | 40 * Indicates the label of module ModuleJson. 42 public String label = ""; field in ExtensionAbilityInfo
|
H A D | ModuleAbilityInfo.java | 53 * Indicates the label of module ModuleJson. 55 public String label = ""; field in ModuleAbilityInfo
|
H A D | AppInfo.java | 90 * Indicates the label of app AppJson. 92 public String label = ""; field in AppInfo
|
H A D | AbilityInfo.java | 53 * Indicates the label of ability. 55 public String label = ""; field in AbilityInfo 58 * Indicates the label resource of ability.
|
H A D | ModuleAppInfo.java | 46 * Indicates the label of app AppJson. 48 public String label = ""; field in ModuleAppInfo
|
H A D | JsonUtil.java | 75 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 D | Uncompress.java | 1205 * 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 D | ffrt_converter.cpp | 178 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 D | ffrt_converter.h | 85 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 D | rom_analyzer.py | 157 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 D | config_parser.h | 46 bool SetAppLabel(std::string &label, int64_t id);
|
/developtools/global_resource_tool/src/ |
H A D | config_parser.cpp | 35 { "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 D | resource_pack.cpp | 362 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 D | rich_component_map.js | 1185 'label': { 1411 label: {}, 1428 label: {},
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/ |
H A D | htrace_event_parser.cpp | 656 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 D | vmlinux.h | 44159 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...] |