Home
last modified time | relevance | path

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

12

/developtools/hdc/scripts/
Dhdc_test.py140 def command_callback(cmd, head, need_del, res=""): argument
162 def check_file_send(local_file, remote_file, head, need_del): argument
182 def rm_send_file(file_path, head, need_del): argument
187 def check_file_recv(remote_file, local_file, head, need_del): argument
218 def check_install(head, res): argument
232 def check_root(head): argument
238 def check_user(head): argument
245 def get_devs(head=NORMAL_HEAD): argument
268 def run_command(cmd, head=NORMAL_HEAD, need_del=True, need_callback=True): argument
279 def run_command_stdout(cmd, head=NORMAL_HEAD, need_del=True, need_callback=True): argument
[all …]
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/
Dptreader_parser.cpp225 int32_t head = rawDataHead_; in ParseTraceDataItem() local
259 int32_t head; in GetNextSegment() local
321 int32_t head = GetNextSegment(); in ParseThread() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
Dsign_block_data_test.cpp56 std::vector<int8_t> head = api->GetBlockHead(); variable
153 std::vector<int8_t> head = api->GetBlockHead(); variable
Dblock_head_test.cpp67 std::vector<int8_t> head = api->GetBlockHeadLittleEndian(0, 0, 0, 29148868); variable
/developtools/hdc/hdc_rust/src/transfer/
Duart.rs93 pub head: Option<UartHead>, field
131 let mut head = serializer::native_struct::UartHead::default(); in check_protocol_head() localVariable
145 let head = self.head.clone(); in process_head() localVariable
Dusb.rs169 let mut head = serializer::native_struct::UsbHead::default(); in check_protocol_head() 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
/developtools/profiler/hiebpf/include/
Dhiebpf_macros.h136 #define list_for_each(pos, head) \ argument
154 #define hlist_for_each(pos, head) \ argument
/developtools/hiperf/src/
Dring_buffer.cpp87 size_t head = head_.load(std::memory_order_relaxed); in EndWrite() local
Dreport.cpp356 const std::string head = "Heating"; in OutputStdHead() local
Dperf_file_format.cpp372 Node *head = table->GetHeadNode(); in GetBinary() local
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table.ts429 let head = this.resolvingAreaColumn(rowElement, a, i, key); // @ts-ignore variable
448 let head: unknown = document.createElement('div'); // @ts-ignore variable
738 let head = this.shadowRoot!.querySelector('.th'); variable
DLitPageTable.ts308 let head = document.createElement('div'); variable
497 let head = this.shadowRoot!.querySelector('.th'); variable
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
Dhidebug_ndk.cpp43 HiDebug_ThreadCpuUsagePtr head = nullptr; in OH_HiDebug_GetAppThreadCpuUsage() local
/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/profiler/hidebug/interfaces/cj/
Dhidebug_ffi.h35 CThreadCpuUsage *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.cpp512 char head[headerLen + 2]; in JdwpProcessListMsg() local
/developtools/hdc/hdc_rust/src/cffi/
Dusb_ffs.h53 struct usb_functionfs_strings_head head; member
234 struct usb_functionfs_descs_head_v2 head; member
/developtools/hdc/test/scripts/testModule/
Dutils.py279 def check_shell(cmd, pattern=None, fetch=False, head=None): argument
360 def _check_file(local, remote, head=None): argument
449 def check_hdc_cmd(cmd, pattern=None, head=None, is_single_dir=True, **args): argument
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
Dpbreader_parser.cpp322 int32_t head = rawDataHead_; in ParseTraceDataItem() local
662 int32_t head = GetNextSegment(); in ParseThread() local
893 int32_t head; in GetNextSegment() local
/developtools/hdc/hdc_rust/src/host_transfer/
Dhost_usb.rs170 let mut head = serializer::native_struct::UsbHead::default(); in check_protocol_head() localVariable
315 let head = build_header(session_id, 1, body.len()); in put() localVariable

12