Home
last modified time | relevance | path

Searched defs:ifname (Results 1 - 25 of 107) sorted by relevance

12345

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_result.cpp73 bool DhcpIpv6TimerCallbackEvent(const char *ifname) in DhcpIpv6TimerCallbackEvent() argument
[all...]
H A Ddhcp_client_callback_proxy_lite.cpp37 void DhcpClientCallbackProxy::OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) in OnIpSuccessChanged() argument
87 void DhcpClientCallbackProxy::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) in OnIpFailChanged() argument
H A Ddhcp_client_callback_proxy.cpp29 void DhcpClientCallbackProxy::OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) in OnIpSuccessChanged() argument
80 void DhcpClientCallbackProxy::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) in OnIpFailChanged() argument
109 void DhcpClientCallbackProxy::OnDhcpOfferReport(int status, const std::string& ifname, DhcpResult& result) in OnDhcpOfferReport() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_base_interface_test.cpp25 char ifname[] = "wlan0"; in HWTEST_F() local
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_base_interface.c22 WifiErrorNo GetName(char *ifname, int32_t size) in GetName() argument
H A Dwifi_hal_crpc_base.c86 char *ifname = (char *)calloc(size, sizeof(char)); in RpcGetName() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_iface.c27 WifiErrorNo GetName(char *ifname, int32_t size) in GetName() argument
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_common_hal.h32 char ifname[WIFI_IFACE_NAME_MAXLEN]; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_idl_interface_test.cpp47 char ifname[] = "wlan0"; in HWTEST_F() local
62 char ifname[] = "wlan0"; in HWTEST_F() local
87 char ifname[32] = {0}; in HWTEST_F() local
106 char ifname[] = "wlan0"; in HWTEST_F() local
H A Dwifi_chip_hal_interface_test.cpp26 void OnIfaceAdded(int32_t type, char *ifname) in OnIfaceAdded() argument
31 void OnIfaceRemoved(int32_t type, char *ifname) in OnIfaceRemoved() argument
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_server.h32 char ifname[IFACE_NAME_SIZE]; member
/foundation/communication/dhcp/test/fuzztest/commonutil_fuzzer/
H A Dcommonutil_fuzzer.cpp51 const char *ifname = "wlan1"; in GetLeaseFileTest() local
/foundation/communication/dhcp/test/fuzztest/dhcpclient_fuzzer/
H A Ddhcpclient_fuzzer.cpp32 std::string ifname = std::string(reinterpret_cast<const char*>(data), size); in DhcpClientFuzzerTest() local
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp31 std::string ifname = std::string(reinterpret_cast<const char*>(data), size); in DhcpServerFuzzerTest() local
[all...]
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_result_test.cpp69 std::string ifname = "wlan0"; in HWTEST_F() local
H A Ddhcp_client_service_impl_test.cpp56 const std::string& ifname = "wlan0"; in HWTEST_F() local
86 std::string ifname = "wlan0"; in HWTEST_F() local
105 std::string ifname = ""; in HWTEST_F() local
171 std::string ifname; HWTEST_F() local
190 std::string ifname; HWTEST_F() local
209 std::string ifname; HWTEST_F() local
247 std::string ifname; HWTEST_F() local
261 std::string ifname; HWTEST_F() local
271 std::string ifname = "wlan0"; HWTEST_F() local
278 std::string ifname = "wlan0"; HWTEST_F() local
314 std::string ifname = "wlan0"; HWTEST_F() local
[all...]
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_argument_test.cpp35 std::string ifname = "eth0"; in HWTEST() local
H A Dcommon_util_test.cpp65 const char *ifname = "test_if0"; in HWTEST() local
H A Ddhcp_message_sim.h60 char ifname[IFACE_NAME_SIZE]; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Darp_checker.cpp34 void ArpChecker::Start(std::string& ifname, std::string& hwAddr, std::string& ipAddr, std::string& gateway) in Start() argument
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp25 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnSuccess(int status, const char *ifname, in OnSuccess() argument
39 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnFailed(int status, const char *ifname, in OnFailed() argument
99 void EthernetDhcpController::OnDhcpFailed(int status, const std::string &ifname, const char *reason) {} in OnDhcpFailed() argument
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_impl.cpp116 ErrCode DhcpClientImpl::RegisterDhcpClientCallBack(const std::string& ifname, in RegisterDhcpClientCallBack() argument
128 ErrCode DhcpClientImpl::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient() argument
135 ErrCode DhcpClientImpl::SetConfiguration(const std::string& ifname, const RouterConfig& config) in SetConfiguration() argument
142 ErrCode DhcpClientImpl::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient() argument
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_callback_proxy.cpp60 void DhcpServerCallbackProxy::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) in OnServerLeasesChanged() argument
66 void DhcpServerCallbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess() argument
100 void DhcpServerCallbackProxy::OnServerSerExitChanged(const std::string& ifname) in OnServerSerExitChanged() argument
H A Ddhcp_server_callback_proxy_lite.cpp63 void DhcpServerCallbackProxy::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) in OnServerLeasesChanged() argument
69 void DhcpServerCallbackProxy::OnServerSerExitChanged(const std::string& ifname) in OnServerSerExitChanged() argument
75 void DhcpServerCallbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess() argument
/foundation/communication/dhcp/test/fuzztest/clientstub_fuzzer/
H A Dclientstub_fuzzer.cpp34 void OnRegisterCallBackTest(const std::string& ifname, size_t size) in OnRegisterCallBackTest() argument
47 void OnStartDhcpClientTest(const std::string& ifname, size_t size, bool ipv6) in OnStartDhcpClientTest() argument
61 void OnStopDhcpClientTest(const std::string& ifname, size_t size, bool ipv6) in OnStopDhcpClientTest() argument
74 void OnSetConfigurationTest(const std::string& ifname) in OnSetConfigurationTest() argument
93 std::string ifname = "wlan0"; in LLVMFuzzerTestOneInput() local
[all...]

Completed in 8 milliseconds

12345