Home
last modified time | relevance | path

Searched refs:PACKET_FLAG (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/hdc/transmission/
DDataProcessing.ts17 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/
DDataProcessing.ts17 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/
DConstantType.ts17 export const PACKET_FLAG = 'HW'; constant
/developtools/profiler/host/smartperf/ide/src/hdc/common/
DConstantType.ts17 export const PACKET_FLAG = 'HW'; constant
/developtools/hdc/src/common/
Ddefine.h72 const string PACKET_FLAG = "HW"; // must 2bytes variable
Duart.h85 : flag {PACKET_FLAG[0], PACKET_FLAG[1]},
Duart.cpp830 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()
Dsession.cpp817 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/
Duart_test.cpp529 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);