Searched defs:paramBuf (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/ |
H A D | device_param_mgr.cpp | 32 char paramBuf[BUF_LENTH] = {0}; in QueryDeviceDataSyncMode() local
|
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/ |
H A D | wlan_extend_cmd.c | 69 const int8_t *paramBuf, uint32_t paramBufLen) in WlanInterfaceWifiSendCmdIoctl() 90 uint8_t *paramBuf, uint32_t *paramBufLen) in WlanInterfaceGetCoexChannelList()
|
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_vdi/ |
H A D | wlan_extend_cmd.c | 110 const int8_t *paramBuf, uint32_t paramBufLen) in WlanInterfaceWifiSendCmdIoctl() 131 uint8_t *paramBuf, uint32_t *paramBufLen) in WlanInterfaceGetCoexChannelList()
|
/ohos5.0/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 341 static int32_t SendCmdIoctlInner(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_… in SendCmdIoctlInner() 587 static int32_t WifiSendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t… in WifiSendCmdIoctl()
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ |
H A D | wlan_common_fuzzer.cpp | 227 int8_t *paramBuf = const_cast<int8_t *>(reinterpret_cast<const int8_t *>(rawData)); in FuzzWifiSendCmdIoctl() local
|
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_cmd_adapter.c | 911 int32_t SendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLe… in SendCmdIoctl()
|
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_cmd_adapter.c | 2319 int32_t SendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLe… in SendCmdIoctl()
|