Home
last modified time | relevance | path

Searched refs:SetLocalInterface (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_function_test.cpp141 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 Dlink_info_test.cpp104 info.SetLocalInterface("chba0");
160 info1.SetLocalInterface("chba0");
H A Dinner_link_test.cpp63 info.SetLocalInterface("p2p0");
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_function.h32 int SetLocalInterface(const char *ifname, uint32_t ipAddr, uint32_t netMask);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_info.h74 void SetLocalInterface(const std::string &interface);
H A Dlink_info.cpp53 SetLocalInterface(localInterface); in LinkInfo()
130 void LinkInfo::SetLocalInterface(const std::string &interface) in SetLocalInterface() function in OHOS::SoftBus::LinkInfo
H A Dinner_link.h92 void SetLocalInterface(const std::string &interface);
H A Dinner_link.cpp103 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 Ddhcp_function.cpp295 int SetLocalInterface(const char *ifname, uint32_t ipAddr, uint32_t netMask) in SetLocalInterface() function
H A Ddhcp_client_state_machine.cpp1206 if (SetLocalInterface(m_cltCnf.ifaceName, in DhcpAckOrNakPacketHandle()