Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Ddhcp_result_parcel.cpp27 parcel.WriteString(subNet_); in Marshalling()
41 ptr->subNet_ = parcel.ReadString(); in Unmarshalling()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Ddhcp_result_parcel.h30 std::string subNet_; member
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_callback.h29 std::string subNet_; member
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddhcp_result_parcel_test.cpp38 info.subNet_ = SUB_NET; in GetDhcpResultParcelData()
H A Dnotify_callback_proxy_test.cpp117 dhcpResult->subNet_ = "255.255.255.0";
H A Dnotify_callback_stub_test.cpp244 dhcpResult->subNet_ = "255.255.255.0";
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp115 ptr->subNet_ = result->strOptSubnet; in Process()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp1118 result.subNet_ = dhcpResult->subNet_; in ProcessDhcpResult()