Home
last modified time | relevance | path

Searched refs:gateWay_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Ddhcp_result_parcel.cpp26 parcel.WriteString(gateWay_); in Marshalling()
40 ptr->gateWay_ = parcel.ReadString(); in Unmarshalling()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Ddhcp_result_parcel.h29 std::string gateWay_; member
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_callback.h28 std::string gateWay_; member
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddhcp_result_parcel_test.cpp37 info.gateWay_ = GATE_WAY; in GetDhcpResultParcelData()
H A Dnotify_callback_proxy_test.cpp116 dhcpResult->gateWay_ = "192.168.10.1";
H A Dnotify_callback_stub_test.cpp243 dhcpResult->gateWay_ = "192.168.10.1";
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp114 ptr->gateWay_ = result->strOptServerId; in Process()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp1117 result.gateWay_ = dhcpResult->gateWay_; in ProcessDhcpResult()