/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | perf_file_format.h | 28 std::string symbolName_ = EMPTY_STRING; 37 std::string filePath_ = EMPTY_STRING;
|
H A D | utilities.h | 91 const std::string EMPTY_STRING = ""; member 199 return EMPTY_STRING; in StringPrintf() 204 return EMPTY_STRING; in StringPrintf() 279 StdoutRecord(const std::string &tempFile = EMPTY_STRING, 280 const std::string &mode = EMPTY_STRING); 289 std::string content_ = EMPTY_STRING;
|
H A D | symbols_file.h | 101 SymbolsFileType = SYMBOL_UNKNOW_FILE, const std::string symbolFilePath = EMPTY_STRING, pid_t pid = 0); 118 [[maybe_unused]] const std::string &symbolFilePath = EMPTY_STRING) in LoadSymbols() 126 [[maybe_unused]] const std::string &symbolFilePath = EMPTY_STRING) in LoadDebugInfo() 194 std::string symboleFilePath = EMPTY_STRING) const; 117 LoadSymbols([[maybe_unused]] std::shared_ptr<DfxMap> map = nullptr, [[maybe_unused]] const std::string &symbolFilePath = EMPTY_STRING) LoadSymbols() argument 125 LoadDebugInfo([[maybe_unused]] std::shared_ptr<DfxMap> map = nullptr, [[maybe_unused]] const std::string &symbolFilePath = EMPTY_STRING) LoadDebugInfo() argument
|
/developtools/packing_tool/adapter/ohos/ |
H A D | ResourcesParser.java | 50 private static final String EMPTY_STRING = ""; field in ResourcesParser 221 if (result != null && result.size() > 0 && result.get(0) != null && !EMPTY_STRING.equals(result.get(0))) { in getResourceById() 242 if (resourceIdValue != null && !EMPTY_STRING.equals(resourceIdValue)) { in getBaseResourceById() 571 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString() 583 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString() 589 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString() 595 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString() 601 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString() 607 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString() 613 if (EMPTY_STRING in convertConfigIndexToString() [all...] |
H A D | CompressEntrance.java | 30 private static final String EMPTY_STRING = ""; field in CompressEntrance 86 return EMPTY_STRING; in getHapSha256()
|
H A D | ScanVerify.java | 33 private static final String EMPTY_STRING = ""; field in ScanVerify 80 && EMPTY_STRING.equals(utility.getStatFileSize())) { in commandVerify()
|
H A D | ScanStatFileSize.java | 36 private static final String EMPTY_STRING = ""; field in ScanStatFileSize 76 private String file = EMPTY_STRING; 97 private String startTime = EMPTY_STRING; 98 private String stopTime = EMPTY_STRING; 195 StringBuilder resultHtml = new StringBuilder(EMPTY_STRING); in getResultHtmlFileSize()
|
H A D | ScanStatSuffix.java | 47 private static final String EMPTY_STRING = ""; field in ScanStatSuffix 314 String pathHtml = EMPTY_STRING; in setHtmlData() 318 String pathListHtml = EMPTY_STRING; in setHtmlData() 319 if (!pathHtml.isEmpty() || !EMPTY_STRING.equals(pathHtml)) { in setHtmlData() 406 StringBuilder pathListHtml = new StringBuilder(EMPTY_STRING); in getPathListHtml() 414 StringBuilder resultHtml = new StringBuilder(EMPTY_STRING); in getResultHtmlOfSuffix() 471 StringBuilder resValve = new StringBuilder(EMPTY_STRING); in getHtmlRowFile() 480 StringBuilder resValve = new StringBuilder(EMPTY_STRING); in getHtmlRowFileSo()
|
H A D | ScanStatDuplicate.java | 42 private static final String EMPTY_STRING = ""; field in ScanStatDuplicate 89 private String md5 = EMPTY_STRING; 117 private String startTime = EMPTY_STRING; 118 private String stopTime = EMPTY_STRING; 260 StringBuilder resValve = new StringBuilder(EMPTY_STRING); in getHtmlRowResult() 268 StringBuilder resultHtml = new StringBuilder(EMPTY_STRING); in getResultHtml()
|
H A D | Scan.java | 44 private static final String EMPTY_STRING = ""; field in Scan 127 && EMPTY_STRING.equals(utility.getStatFileSize()))) { in scanExecute()
|
H A D | HapVerify.java | 38 private static final String EMPTY_STRING = "";
field in HapVerify 346 if (!EMPTY_STRING.equals(hapVerifyInfos.get(i).getDistroFilter().dump())) {
in checkModuleNameIsValid() 350 if (!EMPTY_STRING.equals(hapVerifyInfos.get(j).getDistroFilter().dump())) {
in checkModuleNameIsValid() 385 if (!EMPTY_STRING.equals(hapVerifyInfos.get(i).getDistroFilter().dump())) {
in checkPackageNameIsValid() 389 if (!EMPTY_STRING.equals(hapVerifyInfos.get(j).getDistroFilter().dump())) {
in checkPackageNameIsValid() 552 if (!EMPTY_STRING.equals(entryHapVerifyInfos.get(i).getDistroFilter().dump())) {
in checkEntryIsValid() 556 if (!EMPTY_STRING.equals(entryHapVerifyInfos.get(j).getDistroFilter().dump())) {
in checkEntryIsValid() 723 if (!EMPTY_STRING.equals(featureHap.getDistroFilter().dump())) {
in checkFeature()
|
H A D | ModuleJsonUtil.java | 83 private static final String EMPTY_STRING = "";
field in ModuleJsonUtil 1192 return EMPTY_STRING;
in parseModuleType() 1209 return EMPTY_STRING;
in parseFAIsEntry()
|
/developtools/hiperf/include/ |
H A D | symbols_file.h | 113 SymbolsFileType = SYMBOL_UNKNOW_FILE, const std::string symbolFilePath = EMPTY_STRING, pid_t pid = 0); 131 [[maybe_unused]] const std::string &symbolFilePath = EMPTY_STRING) in LoadSymbols() 139 [[maybe_unused]] const std::string &symbolFilePath = EMPTY_STRING) in LoadDebugInfo() 221 std::string symboleFilePath = EMPTY_STRING) const; 130 LoadSymbols([[maybe_unused]] std::shared_ptr<DfxMap> map = nullptr, [[maybe_unused]] const std::string &symbolFilePath = EMPTY_STRING) LoadSymbols() argument 138 LoadDebugInfo(std::shared_ptr<DfxMap> map = nullptr, [[maybe_unused]] const std::string &symbolFilePath = EMPTY_STRING) LoadDebugInfo() argument
|
H A D | utilities.h | 97 const std::string EMPTY_STRING = ""; member 199 return EMPTY_STRING; in StringPrintf() 205 return EMPTY_STRING; in StringPrintf() 285 StdoutRecord(const std::string &tempFile = EMPTY_STRING, 286 const std::string &mode = EMPTY_STRING); 295 std::string content_ = EMPTY_STRING;
|
H A D | tracked_command.h | 47 return EMPTY_STRING; in GetCommandName()
|
H A D | perf_file_format.h | 171 std::string symbolName_ = EMPTY_STRING; 180 std::string filePath_ = EMPTY_STRING;
|
/developtools/profiler/hiebpf/include/ |
H A D | utilities.h | 26 const std::string EMPTY_STRING = ""; member
|
/developtools/profiler/hiebpf/src/ |
H A D | utilities.cpp | 28 return EMPTY_STRING; in ReadFileToString()
|
/developtools/packing_tool/packing_tool/frameworks/src/json/ |
H A D | hap_verify_utils.cpp | 31 const std::string EMPTY_STRING = ""; member 193 if (hapVerifyInfo1.GetDistroFilter().Dump() != EMPTY_STRING) { in ShowCheckTips() 197 if (hapVerifyInfo2.GetDistroFilter().Dump() != EMPTY_STRING) { in ShowCheckTips() 374 if (featureHap.GetDistroFilter().Dump() != EMPTY_STRING) { in CheckFeature()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | utilities.cpp | 116 content_ = EMPTY_STRING; in Start() 248 return EMPTY_STRING; in ReadFileToString()
|
/developtools/hiperf/src/ |
H A D | utilities.cpp | 163 content_ = EMPTY_STRING; in Start() 293 return EMPTY_STRING; in ReadFileToString()
|
H A D | virtual_runtime.cpp | 61 return EMPTY_STRING; in ReadFromSavedCmdLines() 71 return EMPTY_STRING; in ReadFromSavedCmdLines() 79 return EMPTY_STRING; in ReadFromSavedCmdLines() 94 if (comm == EMPTY_STRING) { in ReadThreadName()
|
H A D | perf_file_reader.cpp | 377 return EMPTY_STRING; in GetFeatureString()
|
H A D | subcommand_dump.cpp | 595 if (str != EMPTY_STRING) { in SetHM()
|
H A D | subcommand_report.cpp | 637 if (str != EMPTY_STRING) { in SetHM()
|