| /developtools/hdc/scripts/ |
| D | hdc_test.py | 140 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/ |
| D | ptreader_parser.cpp | 225 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/ |
| D | sign_block_data_test.cpp | 56 std::vector<int8_t> head = api->GetBlockHead(); variable 153 std::vector<int8_t> head = api->GetBlockHead(); variable
|
| D | block_head_test.cpp | 67 std::vector<int8_t> head = api->GetBlockHeadLittleEndian(0, 0, 0, 29148868); variable
|
| /developtools/hdc/hdc_rust/src/transfer/ |
| D | uart.rs | 93 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
|
| D | usb.rs | 169 let mut head = serializer::native_struct::UsbHead::default(); in check_protocol_head() localVariable
|
| /developtools/hdc/test/unittest/common/ |
| D | uart_test.cpp | 135 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/ |
| D | uart.cpp | 579 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
|
| D | uart.h | 108 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
|
| D | usb.cpp | 68 USBHead head; in BuildPacketHeader() local
|
| /developtools/profiler/hiebpf/include/ |
| D | hiebpf_macros.h | 136 #define list_for_each(pos, head) \ argument 154 #define hlist_for_each(pos, head) \ argument
|
| /developtools/hiperf/src/ |
| D | ring_buffer.cpp | 87 size_t head = head_.load(std::memory_order_relaxed); in EndWrite() local
|
| D | report.cpp | 356 const std::string head = "Heating"; in OutputStdHead() local
|
| D | perf_file_format.cpp | 372 Node *head = table->GetHeadNode(); in GetBinary() local
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | lit-table.ts | 429 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
|
| D | LitPageTable.ts | 308 let head = document.createElement('div'); variable 497 let head = this.shadowRoot!.querySelector('.th'); variable
|
| /developtools/profiler/hidebug/frameworks/hidebug_ndk/ |
| D | hidebug_ndk.cpp | 43 HiDebug_ThreadCpuUsagePtr head = nullptr; in OH_HiDebug_GetAppThreadCpuUsage() local
|
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | smaps_stats.cpp | 172 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/ |
| D | hidebug_ffi.h | 35 CThreadCpuUsage *head; member
|
| /developtools/hdc/src/daemon/ |
| D | usb_ffs.h | 52 struct usb_functionfs_strings_head head; member 228 struct usb_functionfs_descs_head_v2 head; member
|
| D | jdwp.cpp | 512 char head[headerLen + 2]; in JdwpProcessListMsg() local
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | usb_ffs.h | 53 struct usb_functionfs_strings_head head; member 234 struct usb_functionfs_descs_head_v2 head; member
|
| /developtools/hdc/test/scripts/testModule/ |
| D | utils.py | 279 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/ |
| D | pbreader_parser.cpp | 322 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/ |
| D | host_usb.rs | 170 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
|