Searched refs:BUF_SIZE_MEDIUM (Results 1 – 10 of 10) sorted by relevance
/developtools/hdc/src/daemon/ |
D | system_depend.cpp | 52 char tmpStringBuf[BUF_SIZE_MEDIUM] = ""; in GetDevItem() 54 auto res = GetParameter(key, preDefine, tmpStringBuf, BUF_SIZE_MEDIUM); in GetDevItem() 61 Base::RunPipeComand(stringBuf.c_str(), tmpStringBuf, BUF_SIZE_MEDIUM - 1, true); in GetDevItem()
|
D | daemon.cpp | 939 char hostname[BUF_SIZE_MEDIUM] = { 0 }; in InitMod() 940 if (gethostname(hostname, BUF_SIZE_MEDIUM) != 0) { in InitMod()
|
/developtools/hdc/hdc_rust/src/cffi/ |
D | getparameter.h | 22 const int BUF_SIZE_MEDIUM = 512; variable
|
D | getparameter.cpp | 21 auto res = GetParameter(key, nullptr, out, BUF_SIZE_MEDIUM); in GetParam()
|
D | base.h | 27 constexpr uint16_t BUF_SIZE_MEDIUM = 512; variable
|
/developtools/hdc/src/common/ |
D | async_cmd.cpp | 106 char tmpStringBuf[BUF_SIZE_MEDIUM] = ""; in GetDevItem() 108 auto res = GetParameter(key, nullptr, tmpStringBuf, BUF_SIZE_MEDIUM); in GetDevItem() 116 Base::RunPipeComand(stringBuf.c_str(), tmpStringBuf, BUF_SIZE_MEDIUM - 1, true); in GetDevItem()
|
D | define.h | 51 constexpr uint16_t BUF_SIZE_MEDIUM = 512; variable
|
/developtools/hdc/hdc_rust/src/cffi/host/ |
D | host_usb.cpp | 22 constexpr uint16_t BUF_SIZE_MEDIUM = 512; variable 245 char serialNum[BUF_SIZE_MEDIUM] = ""; in OpenDeviceMyNeed()
|
/developtools/hdc/src/host/ |
D | client.cpp | 59 char bufPath[BUF_SIZE_MEDIUM] = ""; in GetLastPID() 60 size_t size = BUF_SIZE_MEDIUM; in GetLastPID()
|
D | host_usb.cpp | 296 char serialNum[BUF_SIZE_MEDIUM] = ""; in CheckDescriptor()
|