Home
last modified time | relevance | path

Searched defs:bIpv6 (Results 1 – 14 of 14) sorted by relevance

/foundation/communication/wifi/tests/wifi_standard/wifi_framework/dhcp_manage/mgr_service/
Ddhcp_client_service_test.cpp69 bool bIpv6 = true; variable
116 bool bIpv6 = true; variable
Ddhcp_service_test.cpp61 bool bIpv6 = false; variable
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
Dethernet_dhcp_controller.cpp69 void EthernetDhcpController::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
78 void EthernetDhcpController::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
/foundation/communication/netmanager_base/services/netmanagernative/src/
Ddhcp_controller.cpp74 void DhcpController::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
83 void DhcpController::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
Dnetsys_native_service.cpp325 int32_t NetsysNativeService::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
332 int32_t NetsysNativeService::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
Dnetsys_native_service_stub.cpp613 bool bIpv6 = data.ReadBool(); in CmdStartDhcpClient() local
623 bool bIpv6 = data.ReadBool(); in CmdStopDhcpClient() local
/foundation/communication/wifi/tests/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
Dmock_dhcp_service.cpp22 int DhcpService::StartDhcpClient(const std::string &ifname, bool bIpv6) in StartDhcpClient()
29 int DhcpService::StopDhcpClient(const std::string &ifname, bool bIpv6) in StopDhcpClient()
/foundation/communication/wifi/services/wifi_standard/wifi_framework/dhcp_manage/mgr_service/src/
Ddhcp_service.cpp38 int DhcpService::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient()
54 int DhcpService::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient()
Ddhcp_client_service_impl.cpp275 int DhcpClientServiceImpl::ForkExecChildProcess(const std::string &ifname, bool bIpv6, bool bStart) in ForkExecChildProcess()
307 int DhcpClientServiceImpl::ForkExecParentProcess(const std::string &ifname, bool bIpv6, bool bStart… in ForkExecParentProcess()
558 int DhcpClientServiceImpl::StartDhcpClient(const std::string &ifname, bool bIpv6) in StartDhcpClient()
606 int DhcpClientServiceImpl::StopDhcpClient(const std::string &ifname, bool bIpv6) in StopDhcpClient()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
Dnetsys_controller_service_impl.cpp475 int32_t NetsysControllerServiceImpl::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
484 int32_t NetsysControllerServiceImpl::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
Dnetsys_controller.cpp531 int32_t NetsysController::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
537 int32_t NetsysController::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
Dnetsys_native_client.cpp676 int32_t NetsysNativeClient::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
686 int32_t NetsysNativeClient::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
Dmock_netsys_native_client.cpp615 int32_t MockNetsysNativeClient::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
622 int32_t MockNetsysNativeClient::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
Dnetsys_native_service_proxy.cpp758 int32_t NetsysNativeServiceProxy::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
782 int32_t NetsysNativeServiceProxy::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()