Searched refs:WifiIpAddress (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_msg.h | 297 class WifiIpAddress { 303 WifiIpAddress() in WifiIpAddress() function 309 ~WifiIpAddress() in ~WifiIpAddress() 343 WifiIpAddress address; /* IP address */ 362 WifiIpAddress gateway; 363 WifiIpAddress dnsServer1; /* main DNS */ 364 WifiIpAddress dnsServer2; /* backup DNS */
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/utils/ |
H A D | wifi_device_config_serializer.h | 42 Json::Value SerializerIpAddress(const Wifi::WifiIpAddress &address); 43 Wifi::WifiIpAddress DeserializeIpAddress(const Json::Value &ipAddressJson);
|
/ohos5.0/base/customization/enterprise_device_management/common/native/include/plugin_utils/ |
H A D | message_parcel_utils.h | 37 static void WriteIpAddress(MessageParcel &data, const Wifi::WifiIpAddress &address); 43 static void ReadIpAddress(MessageParcel &data, Wifi::WifiIpAddress &address);
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_proxy.h | 573 void WriteIpAddress(IpcIo &req, const WifiIpAddress &address); 595 void WriteIpAddress(MessageParcel &data, const WifiIpAddress &address); 597 void ReadIpAddress(MessageParcel &reply, WifiIpAddress &address); 598 void BigDataReadIpAddress(WifiIpAddress &address, std::vector<std::string> &tokens);
|
H A D | wifi_device_proxy.cpp | 272 void WifiDeviceProxy::WriteIpAddress(MessageParcel &data, const WifiIpAddress &address) in WriteIpAddress() 544 void WifiDeviceProxy::ReadIpAddress(MessageParcel &reply, WifiIpAddress &address) in ReadIpAddress() 559 void WifiDeviceProxy::BigDataReadIpAddress(WifiIpAddress &address, std::vector<std::string> &tokens) in BigDataReadIpAddress()
|
H A D | wifi_device_proxy_lite.cpp | 34 static void ReadIpAddress(IpcIo *reply, WifiIpAddress &address) in ReadIpAddress() 539 void WifiDeviceProxy::WriteIpAddress(IpcIo &req, const WifiIpAddress &address) in WriteIpAddress()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_stub.h | 102 void ReadIpAddress(MessageParcel &data, WifiIpAddress &address); 106 void WriteIpAddress(MessageParcel &reply, const WifiIpAddress &address); 107 void BigDataWriteIpAddress(const WifiIpAddress &address, std::stringstream &bigDataStream);
|
H A D | wifi_device_stub_lite.h | 76 void ReadIpAddress(IpcIo *req, WifiIpAddress &address); 79 void WriteIpAddress(IpcIo *reply, const WifiIpAddress &address);
|
H A D | wifi_device_stub_lite.cpp | 39 void WifiDeviceStub::ReadIpAddress(IpcIo *req, WifiIpAddress &address) in ReadIpAddress() 134 void WifiDeviceStub::WriteIpAddress(IpcIo *reply, const WifiIpAddress &address) in WriteIpAddress()
|
H A D | wifi_device_stub.cpp | 420 void WifiDeviceStub::ReadIpAddress(MessageParcel &data, WifiIpAddress &address) in ReadIpAddress() 526 void WifiDeviceStub::WriteIpAddress(MessageParcel &reply, const WifiIpAddress &address) in WriteIpAddress() 539 void WifiDeviceStub::BigDataWriteIpAddress(const WifiIpAddress &address, std::stringstream &bigData… in BigDataWriteIpAddress()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | message_parcel_utils_test.cpp | 209 Wifi::WifiIpAddress address; 214 Wifi::WifiIpAddress address2;
|
/ohos5.0/base/customization/enterprise_device_management/common/native/src/plugin_utils/ |
H A D | message_parcel_utils.cpp | 70 void MessageParcelUtils::WriteIpAddress(MessageParcel &data, const Wifi::WifiIpAddress &address) in WriteIpAddress() 202 void MessageParcelUtils::ReadIpAddress(MessageParcel &data, Wifi::WifiIpAddress &address) in ReadIpAddress()
|