Home
last modified time | relevance | path

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

12

/developtools/hdc/scripts/
Dhdc_test.py139 def command_callback(cmd, head, need_del, res=""): argument
161 def check_file_send(local_file, remote_file, head, need_del): argument
181 def rm_send_file(file_path, head, need_del): argument
186 def check_file_recv(remote_file, local_file, head, need_del): argument
217 def check_install(head, res): argument
231 def check_root(head): argument
237 def check_user(head): argument
244 def get_devs(head=NORMAL_HEAD): argument
267 def run_command(cmd, head=NORMAL_HEAD, need_del=True, need_callback=True): argument
278 def run_command_stdout(cmd, head=NORMAL_HEAD, need_del=True, need_callback=True): argument
[all …]
/developtools/hdc/hdc_rust/src/
Dutils.rs118 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
136 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
154 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
172 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
190 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
208 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp198 int32_t head = rawDataHead_; in ParseTraceDataItem() local
231 int32_t head; in GetNextSegment() local
298 int32_t head = GetNextSegment(); in ParseThread() local
/developtools/hdc/hdc_rust/src/transfer/
Duart.rs82 pub head: Option<UartHead>, field
120 let mut head = serializer::native_struct::UartHead::default(); in check_protocol_head() localVariable
135 let head = self.head.clone(); in process_head() localVariable
Dusb.rs136 let mut head = serializer::native_struct::UsbHead::default(); in check_protocol_head() localVariable
Dbuffer.rs138 let head = usb::build_header(session_id, 1, body.len()); in put() localVariable
/developtools/hdc/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/src/common/
Duart.cpp579 UartHead *head = reinterpret_cast<UartHead *>(data); in UartSendToHdcStream() local
661 UartHead *head = reinterpret_cast<UartHead *>(data); in RequestSendPackage() local
686 void HdcUARTBase::ProcessResponsePackage(const UartHead &head) in ProcessResponsePackage()
829 struct UartHead *head = (struct UartHead *)data.data(); in ValidateUartPacket() local
906 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.cpp68 USBHead head; in BuildPacketHeader() local
Dtransfer.cpp155 string head; in SendIOPayload() local
/developtools/profiler/hiebpf/include/
Dhiebpf_macros.h136 #define list_for_each(pos, head) \ argument
154 #define hlist_for_each(pos, head) \ argument
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table.ts372 let head = this.resolvingAreaColumn(rowElement, a, i, key); variable
390 let head: any = document.createElement('div'); variable
653 let head = this.shadowRoot!.querySelector('.th'); variable
DLitPageTable.ts290 let head = document.createElement('div'); variable
460 let head = this.shadowRoot!.querySelector('.th'); variable
/developtools/hiperf/src/
Dring_buffer.cpp73 size_t head = head_.load(std::memory_order_relaxed); in EndWrite() local
Dreport.cpp364 const std::string head = "Heating"; in OutputStdHead() local
Dperf_file_format.cpp351 Node *head = table->GetHeadNode(); in GetBinary() local
Dvirtual_runtime.cpp393 Node *head = nullptr; in CollectDedupSymbol() local
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.cpp184 int32_t head = rawDataHead_; in ParseTraceDataItem() local
409 int32_t head = GetNextSegment(); in ParseThread() local
580 int32_t head; in GetNextSegment() local
/developtools/hdc/hdc_rust/src/daemon/
Dmain.rs142 let head = rd.head.clone().unwrap(); in uart_handshake() localVariable
190 let head = rd.head.clone().unwrap(); in uart_handle_client() localVariable
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp172 bool SmapsStats::SetMapAddrInfo(std::string& line, MapPiecesInfo& head) in SetMapAddrInfo()
184 bool SmapsStats::ParseMapHead(std::string& line, MapPiecesInfo& head, SmapsHeadInfo& smapsHeadInfo) in ParseMapHead()
/developtools/hdc/hdc_rust/src/cffi/
Dusb_util.cpp50 USBHead head; in BuildPacketHeader() local
Dusb_ffs.h53 struct usb_functionfs_strings_head head; member
231 struct usb_functionfs_descs_head_v2 head; member
/developtools/hdc/src/daemon/
Dusb_ffs.h52 struct usb_functionfs_strings_head head; member
228 struct usb_functionfs_descs_head_v2 head; member
Djdwp.cpp496 char head[headerLen + 2]; in JdwpProcessListMsg() local

12