Home
last modified time | relevance | path

Searched refs:readData (Results 1 – 14 of 14) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/hdc/transmission/
DDataProcessing.ts31 public readData = true; property in DataProcessing
43 while (this.readData) {
68 let res = await this.transmissionChannel.readData(USBHead.getUSBHeadLength());
77 let data = await this.transmissionChannel.readData(dataSize);
110 this.readData = false;
DTransmissionInterface.ts18 readData(length :number): Promise<DataView>; method
DUsbTransmissionChannel.ts54 async readData(length: number): Promise<DataView> { method in UsbTransmissionChannel
/developtools/hiperf/test/unittest/common/native/
Dring_buffer_test.cpp59 perf_event_header readData = {0, 0, 0}; in ReadBufferAndCheck() local
62 ASSERT_EQ(memcpy_s(&readData, sizeof(perf_event_header), p, sizeof(perf_event_header)), 0); in ReadBufferAndCheck()
63 ASSERT_EQ(checkSize, readData.size) \ in ReadBufferAndCheck()
64 << " read data size " << readData.size << " expect data size " << checkSize; in ReadBufferAndCheck()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/
DNetWork.ts52 readData() { method in NetWork
DDDR.ets47 readData() {
DRAM.ets48 readData() {
DFPS.ets52 readData() {
DGPU.ets64 readData() {
DThermal.ets77 readData() {
DPower.ets59 readData() {
DCPU.ets56 readData() {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/
DBaseProfiler.ets21 abstract readData(): GPData
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/
DProfilerTask.ets110 let gpData:GPData = typeCollect.readData()