Searched refs:PACKET_FLAG (Results 1 – 9 of 9) sorted by relevance
| /developtools/profiler/host/smartperf/ide/src/hdc/transmission/ |
| D | DataProcessing.ts | 17 import { PACKET_FLAG, USB_PACKET_FLAG } from '../common/ConstantType.js'; 96 [PACKET_FLAG.charCodeAt(0), PACKET_FLAG.charCodeAt(1)],
|
| /developtools/smartperf_host/ide/src/hdc/transmission/ |
| D | DataProcessing.ts | 17 import { PACKET_FLAG, USB_PACKET_FLAG } from '../common/ConstantType.js'; 96 [PACKET_FLAG.charCodeAt(0), PACKET_FLAG.charCodeAt(1)],
|
| /developtools/smartperf_host/ide/src/hdc/common/ |
| D | ConstantType.ts | 17 export const PACKET_FLAG = 'HW'; constant
|
| /developtools/profiler/host/smartperf/ide/src/hdc/common/ |
| D | ConstantType.ts | 17 export const PACKET_FLAG = 'HW'; constant
|
| /developtools/hdc/src/common/ |
| D | define.h | 72 const string PACKET_FLAG = "HW"; // must 2bytes variable
|
| D | uart.h | 85 : flag {PACKET_FLAG[0], PACKET_FLAG[1]},
|
| D | uart.cpp | 830 if (memcmp(head->flag, PACKET_FLAG.c_str(), PACKET_FLAG.size()) != 0) { in ValidateUartPacket() 908 if (memcpy_s(head->flag, sizeof(head->flag), PACKET_FLAG.c_str(), PACKET_FLAG.size()) != in SendUARTData()
|
| D | session.cpp | 817 payloadHead.flag[0] = PACKET_FLAG.at(0); in Send() 818 payloadHead.flag[1] = PACKET_FLAG.at(1); in Send() 886 if (memcmp(bufPtr, PACKET_FLAG.c_str(), PACKET_FLAG.size())) { in OnRead()
|
| /developtools/hdc/test/unittest/common/ |
| D | uart_test.cpp | 529 testHead.flag[0] = PACKET_FLAG.at(0); 530 testHead.flag[1] = PACKET_FLAG.at(1); 547 testHead.flag[0] = PACKET_FLAG.at(0); 554 testHead.flag[1] = PACKET_FLAG.at(1);
|