Home
last modified time | relevance | path

Searched refs:mDeviceAddress (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_p2p/wifip2p_fuzzer/
H A Dp2p_fuzzer.cpp56 std::string mDeviceAddress = std::string(reinterpret_cast<const char *>(data), size); in RemoveClientFromGroupFuzzerTest() local
61 pGroupManager.RemoveClientFromGroup(netId, mDeviceAddress); in RemoveClientFromGroupFuzzerTest()
98 std::string mDeviceAddress = std::string(reinterpret_cast<const char *>(data), size); in GetGroupNetworkIdFuzzerTest1() local
102 pGroupManager.GetGroupNetworkId(device, mDeviceAddress); in GetGroupNetworkIdFuzzerTest1()
267 std::string mDeviceAddress = "0x11:0x22:0x33:0x44:0x55"; in UpdateDeviceGroupCapFuzzerTest1() local
272 pDeviceManager.UpdateDeviceGroupCap(mDeviceAddress, cap); in UpdateDeviceGroupCapFuzzerTest1()
293 std::string mDeviceAddress = "0x11:0x22:0x33:0x44:0x55"; in UpdateDeviceStatusFuzzerTest1() local
298 pDeviceManager.UpdateDeviceStatus(mDeviceAddress, status); in UpdateDeviceStatusFuzzerTest1()
312 std::string mDeviceAddress = "0x11:0x22:0x33:0x44:0x55"; in UpdateAllDeviceStatusFuzzerTest() local
324 std::string mDeviceAddress = "0x11:0x22:0x33:0x44:0x55"; in GetDevicesFuzzerTest() local
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/src/wifip2pimpl_fuzzer/
H A Dwifip2pimpl_fuzzer.cpp35 std::string mDeviceAddress = std::string(reinterpret_cast<const char*>(data), size); in RequestServiceTest() local
43 device.SetDeviceAddress(mDeviceAddress); in RequestServiceTest()
57 std::string mDeviceAddress = std::string(reinterpret_cast<const char*>(data), size); in PutLocalP2pServiceTest() local
59 srvInfo.SetDeviceAddress(mDeviceAddress); in PutLocalP2pServiceTest()
67 std::string mDeviceAddress = std::string(reinterpret_cast<const char*>(data), size); in DeleteLocalP2pServiceTest() local
69 srvInfo.SetDeviceAddress(mDeviceAddress); in DeleteLocalP2pServiceTest()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/
H A Dwifip2pserver_fuzzer.cpp111 std::string mDeviceAddress = std::string(reinterpret_cast<const char*>(data), size); in P2pServerFuzzTest() local
119 device.SetDeviceAddress(mDeviceAddress); in P2pServerFuzzTest()
130 std::string mDeviceAddress = std::string(reinterpret_cast<const char*>(data), size); in P2pServerFuzzTest() local
137 config.SetDeviceAddress(mDeviceAddress); in P2pServerFuzzTest()
173 std::string mDeviceAddress = std::string(reinterpret_cast<const char*>(data), size); in P2pServerFuzzTest() local
175 srvInfo.SetDeviceAddress(mDeviceAddress); in P2pServerFuzzTest()
190 hidConfig.SetSsid(mDeviceAddress); in P2pServerFuzzTest()
238 pWifiP2pGroupManager->RemoveClientFromGroup(interval, mDeviceAddress); in P2pServerFuzzTest()
241 pWifiP2pGroupManager->GetGroupNetworkId(device, mDeviceAddress); in P2pServerFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp108 mDeviceAddress = deviceAddress; in SetDeviceAddress()
113 return mDeviceAddress; in GetDeviceAddress()
268 if (mDeviceAddress.empty()) { in IsValid()
276 return mDeviceAddress == cmp.GetDeviceAddress(); in operator ==()
591 mDeviceAddress = deviceAddress; in SetDeviceAddress()
596 return mDeviceAddress; in GetDeviceAddress()
841 mDeviceAddress = deviceAddress; in SetDeviceAddress()
846 return mDeviceAddress; in GetDeviceAddress()
871 return cmp.GetServiceName() == serviceName && cmp.GetDeviceAddress() == mDeviceAddress && in operator ==()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h184 mDeviceAddress(""), in WifiP2pDevice()
238 std::string mDeviceAddress; /* the device MAC address, the length is 17 characters. */ variable
355 : mDeviceAddress(""), in WifiP2pConfig()
364 : mDeviceAddress(config.GetDeviceAddress()), in WifiP2pConfig()
390 std::string mDeviceAddress; /* the device MAC address, the length is 17 characters. */
520 …: mDeviceAddress("00:00:00:00:00:00"), mProtocolType(P2pServicerProtocolType::SERVICE_TYPE_VENDOR_… in WifiP2pServiceInfo()
550 std::string mDeviceAddress; variable
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/
H A Dwifihotspotstub_fuzzer.cpp387 std::string mDeviceAddress = std::string(reinterpret_cast<const char*>(data), size); in WifiHotspotServiceImplFuzzTest() local
395 config.SetIpAddress(mDeviceAddress); in WifiHotspotServiceImplFuzzTest()
398 updateInfo.ipAddr = mDeviceAddress; in WifiHotspotServiceImplFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pstub_fuzzer/
H A Dwifip2pstub_fuzzer.cpp644 std::string mDeviceAddress = std::string(reinterpret_cast<const char*>(data), size); in WifiP2pServiceImplFuzzTest() local
646 srvInfo.SetDeviceAddress(mDeviceAddress); in WifiP2pServiceImplFuzzTest()
653 std::string mDeviceAddress = std::string(reinterpret_cast<const char*>(data), size); in WifiP2pServiceImplFuzzTest() local
661 device.SetDeviceAddress(mDeviceAddress); in WifiP2pServiceImplFuzzTest()