Home
last modified time | relevance | path

Searched defs:expectedSize (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_block_test.cpp371 const int expectedSize = 12; variable
403 const int expectedSize = 20; variable
464 const int expectedSize = 21; variable
/developtools/hdc/hdc_rust/src/cffi/
Duart_wrapper.cpp44 extern "C" SerializedBuffer ReadUartDevExt(int32_t fd, uint32_t expectedSize) in ReadUartDevExt()
Duart.cpp245 ssize_t WinReadUartDev(HANDLE handle, std::vector<uint8_t> &readBuf, size_t expectedSize, OVERLAPPE…
452 ssize_t ReadUartDev(int handle, std::vector<uint8_t> &readBuf, size_t expectedSize) {
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp676 .WillOnce(Invoke([&](std::vector<uint8_t> &readBuf, size_t expectedSize, HdcUART &uart) { in __anonee5ad5f70f02()
690 .WillOnce(Invoke([&](std::vector<uint8_t> &readBuf, size_t expectedSize, HdcUART &uart) { in __anonee5ad5f71002()
/developtools/hdc/src/daemon/
Ddaemon_uart.cpp244 size_t expectedSize = 0; in DeamonReadThread() local
/developtools/hdc/src/host/
Dhost_uart.cpp81 size_t expectedSize = 0; in UartReadThread() local
/developtools/hdc/src/common/
Duart.cpp230 ssize_t HdcUARTBase::ReadUartDev(std::vector<uint8_t> &readBuf, size_t expectedSize, HdcUART &uart) in ReadUartDev()