Home
last modified time | relevance | path

Searched defs:head (Results 1 – 16 of 16) sorted by relevance

/developtools/profiler/trace_analyzer/src/parser/htrace_parser/
Dhtrace_parser.cpp62 int head = rawDataHead_; in ParseTraceDataItem() local
136 int head = GetNextSegment(); in ParseThread() local
244 int head; in GetNextSegment() local
/developtools/profiler/trace_analyzer/src/parser/bytrace_parser/
Dbytrace_parser.cpp91 int head = rawDataHead_; in ParseTraceDataItem() local
116 int head; in GetNextSegment() local
215 int head = GetNextSegment(); in ParseThread() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_parser.cpp68 int head = rawDataHead_; in ParseTraceDataItem() local
183 int head = GetNextSegment(); in ParseThread() local
309 int head; in GetNextSegment() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp93 int head = rawDataHead_; in ParseTraceDataItem() local
124 int head; in GetNextSegment() local
226 int head = GetNextSegment(); in ParseThread() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/hiperf/
DParsePerf.java67 protected void verifyHead(ByteBuffer buffer, String head) { in verifyHead()
/developtools/hiperf/src/
Dring_buffer.cpp74 size_t head = head_.load(std::memory_order_relaxed); in EndWrite() local
Dreport.cpp364 const std::string head = "Heating"; in OutputStdHead() local
/developtools/hdc_standard/test/unittest/common/
Duart_test.cpp135 UartHead head; in MakeRndData() local
151 UartHead head; in MakeDemoData() local
162 bool HdcUARTBaseTest::MakeData(std::vector<uint8_t> &data, UartHead &head) in MakeData()
677 UartHead head; variable
/developtools/hdc_standard/src/common/
Duart.cpp515 UartHead *head = reinterpret_cast<UartHead *>(data); in UartSendToHdcStream() local
597 UartHead *head = reinterpret_cast<UartHead *>(data); in RequestSendPackage() local
622 void HdcUARTBase::ProcessResponsePackage(const UartHead &head) in ProcessResponsePackage()
762 struct UartHead *head = (struct UartHead *)data.data(); in ValidateUartPacket() local
839 UartHead *head = (UartHead *)sendDataBuf; in SendUARTData() local
Duart.h108 const uint8_t *head = reinterpret_cast<const uint8_t *>(this); in UpdateCheckSum() local
116 const uint8_t *head = reinterpret_cast<const uint8_t *>(this); in ValidateHead() local
Dusb.cpp61 USBHead head; in BuildPacketHeader() local
Dtransfer.cpp137 string head; in SendIOPayload() local
/developtools/hdc_standard/src/daemon/
Dusb_ffs.h50 struct usb_functionfs_strings_head head; member
177 struct usb_functionfs_descs_head_v2 head; member
Djdwp.cpp362 char head[headerLen + 2]; in JdwpProcessListMsg() local
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp199 bool SmapsStats::SetMapAddrInfo(std::string& line, MapPiecesInfo& head) in SetMapAddrInfo()
215 bool SmapsStats::ParseMapHead(std::string& line, MapPiecesInfo& head) in ParseMapHead()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/
DDistributedDataCallTreePane.java217 DistributedFuncBean head = findHead(selectBean); in freshAllDataBySelectData() local