Searched refs:SetLocalInterface (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_function_test.cpp | 141 EXPECT_EQ(DHCP_OPT_SUCCESS, SetLocalInterface(interface, ipaddr4, netMask)); 149 EXPECT_EQ(DHCP_OPT_FAILED, SetLocalInterface(interface, ipaddr4, netMask)); 150 EXPECT_EQ(DHCP_OPT_FAILED, SetLocalInterface("wlan", ipaddr4, netMask));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
H A D | link_info_test.cpp | 104 info.SetLocalInterface("chba0"); 160 info1.SetLocalInterface("chba0");
|
H A D | inner_link_test.cpp | 63 info.SetLocalInterface("p2p0");
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_function.h | 32 int SetLocalInterface(const char *ifname, uint32_t ipAddr, uint32_t netMask);
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_info.h | 74 void SetLocalInterface(const std::string &interface);
|
H A D | link_info.cpp | 53 SetLocalInterface(localInterface); in LinkInfo() 130 void LinkInfo::SetLocalInterface(const std::string &interface) in SetLocalInterface() function in OHOS::SoftBus::LinkInfo
|
H A D | inner_link.h | 92 void SetLocalInterface(const std::string &interface);
|
H A D | inner_link.cpp | 103 void InnerLink::SetLocalInterface(const std::string &interface) in SetLocalInterface() function in OHOS::SoftBus::InnerLink
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_function.cpp | 295 int SetLocalInterface(const char *ifname, uint32_t ipAddr, uint32_t netMask) in SetLocalInterface() function
|
H A D | dhcp_client_state_machine.cpp | 1206 if (SetLocalInterface(m_cltCnf.ifaceName, in DhcpAckOrNakPacketHandle()
|