Home
last modified time | relevance | path

Searched refs:BUF_SIZE_TINY (Results 1 - 12 of 12) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Dutils.cpp34 constexpr uint16_t BUF_SIZE_TINY = 64; variable
71 char pidBuf[BUF_SIZE_TINY] = ""; in ProgramMutex()
130 char pidBuf[BUF_SIZE_TINY] = ""; in ProgramMutex()
/developtools/hdc/src/host/
H A Dhost_tcp.cpp36 char bufString[BUF_SIZE_TINY]; in RecvUDPEntry()
128 char ip[BUF_SIZE_TINY] = ""; in ConnectDaemon()
162 char ipAddr[BUF_SIZE_TINY] = ""; in FindLanDaemon()
H A Dclient.cpp61 char pidBuf[BUF_SIZE_TINY] = ""; in GetLastPID()
68 Base::ReadBinFile(path.c_str(), reinterpret_cast<void **>(&pidBuf), BUF_SIZE_TINY); in GetLastPID()
337 char ip[BUF_SIZE_TINY] = ""; in ExecuteCommand()
H A Dmain.cpp226 char buf[BUF_SIZE_TINY] = ""; in ParseServerListenString()
H A Dhost_usb.cpp679 char tmpStr[BUF_SIZE_TINY] = ""; in FindDeviceByID()
/developtools/hdc/hdc_rust/src/serializer/
H A Dpack_struct.rs113 pub version: [libc::c_char; BUF_SIZE_TINY as usize],
117 const BUF_SIZE_TINY: u16 = 64; consts
/developtools/hdc/src/common/
H A Dchannel.h41 char version[BUF_SIZE_TINY] = { 0 };
H A Ddefine.h53 constexpr uint16_t BUF_SIZE_TINY = 64; member
H A Dbase.cpp1065 char bufString[BUF_SIZE_TINY] = ""; in ConnectKey2IPPort()
1341 char pidBuf[BUF_SIZE_TINY] = ""; in ProgramMutex()
/developtools/hdc/src/daemon/
H A Ddaemon_tcp.cpp53 char srcIP[BUF_SIZE_TINY] = ""; in TransmitConfig()
/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.cpp23 constexpr uint16_t BUF_SIZE_TINY = 64; member
340 char tmpStr[BUF_SIZE_TINY] = ""; in OpenDeviceMyNeed()
/developtools/hdc/src/test/
H A Dut_mod.cpp268 char buf[BUF_SIZE_TINY] = ""; in TestForwardCommand()

Completed in 12 milliseconds