Home
last modified time | relevance | path

Searched refs:strLen (Results 1 - 8 of 8) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
H A Debpf_data_reader.cpp276 if ((strFixedHeaderAddr->strLen > size - sizeof(StrEventFixedHeader)) || !strFixedHeaderAddr->strLen) { in ReadItemEventStr()
278 strFixedHeaderAddr->strLen, size); in ReadItemEventStr()
281 strAddr[strFixedHeaderAddr->strLen - 1] = '\0'; in ReadItemEventStr()
H A Debpf_data_structure.h137 uint32_t strLen = 0; member
/developtools/packing_tool/adapter/ohos/
H A DBinaryTool.java100 int strLen = packageName.get().length(); in writePackageInfo()
101 appStream.writeInt(strLen); in writePackageInfo()
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
H A Debpf_std_type.h101 uint32_t strLen = 0; member
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
H A Debpf_converter.cpp413 char fileName[str.strLen + 1]; in EventStrParsing()
414 if (str.strLen > 0) { in EventStrParsing()
420 int32_t newPos = static_cast<int32_t>(str.len - SHIFT - str.strLen); in EventStrParsing()
431 << " strLen: " << str.strLen << '\n' in EventStrParsing()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dutilities_test.cpp550 int strLen = 0; in HWTEST_F() local
551 EXPECT_EQ(ReadIntFromProcFile(strPath, strLen), true); in HWTEST_F()
/developtools/hiperf/test/unittest/common/native/
H A Dutilities_test.cpp540 int strLen = 0; in HWTEST_F() local
541 EXPECT_EQ(ReadIntFromProcFile(strPath, strLen), true); in HWTEST_F()
/developtools/hdc/src/common/
H A Dforward.cpp291 size_t strLen = str.size(); in CheckNodeInfo() local
292 if (strLen < 1) { in CheckNodeInfo()
297 if (pos == 0 || pos == strLen - 1) { in CheckNodeInfo()

Completed in 7 milliseconds