Searched refs:DEVICE_TYPE_LENGTH (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_p2p_config.h | 30 #define DEVICE_TYPE_LENGTH 128 macro 92 char primaryDeviceType[DEVICE_TYPE_LENGTH]; 93 char secondaryDeviceType[DEVICE_TYPE_LENGTH];
|
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificp2p_fuzzer/ |
H A D | wificp2p_fuzzer.cpp | 170 if (memcpy_s(deviceInfo.primaryDeviceType, DEVICE_TYPE_LENGTH, data, DEVICE_TYPE_LENGTH - 1) != EOK) { in QueryP2pLocalDeviceTest() 174 if (memcpy_s(deviceInfo.primaryDeviceType, DEVICE_TYPE_LENGTH, data, DEVICE_TYPE_LENGTH - 1) != EOK) { in QueryP2pLocalDeviceTest() 204 if (memcpy_s(clientDevices.primaryDeviceType, DEVICE_TYPE_LENGTH, data, DEVICE_TYPE_LENGTH - 1) != EOK) { in QueryP2pDevicesTest() 208 if (memcpy_s(clientDevices.primaryDeviceType, DEVICE_TYPE_LENGTH, data, DEVICE_TYPE_LENGTH - 1) != EOK) { in QueryP2pDevicesTest()
|
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_p2p.cpp | 201 if (memcpy_s(p2pDevice->primaryDeviceType, DEVICE_TYPE_LENGTH, in ConvertP2PDeviceCppToC() 206 if (memcpy_s(p2pDevice->secondaryDeviceType, DEVICE_TYPE_LENGTH, in ConvertP2PDeviceCppToC()
|
Completed in 3 milliseconds