Home
last modified time | relevance | path

Searched refs:DEVICE_TYPE_LENGTH (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p_config.h30 #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 Dwificp2p_fuzzer.cpp170 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 Dwifi_c_p2p.cpp201 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