Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_service_impl_test.cpp57 bool bIpv6 = true; variable
87 bool bIpv6 = true; variable
103 bool bIpv6 = false; variable
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_impl.cpp128 ErrCode DhcpClientImpl::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient()
142 ErrCode DhcpClientImpl::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient()
H A Ddhcp_client_proxy.cpp140 ErrCode DhcpClientProxy::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient()
211 ErrCode DhcpClientProxy::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient()
H A Ddhcp_client_proxy_lite.cpp137 ErrCode DhcpClientProxy::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient()
214 ErrCode DhcpClientProxy::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient()
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp57 void EthernetDhcpController::StartClient(const std::string &iface, bool bIpv6) in StartClient()
72 void EthernetDhcpController::StopClient(const std::string &iface, bool bIpv6) in StopClient()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_dhcp_service.cpp43 DhcpErrorCode __wrap_StartDhcpClient(const char *ifname, bool bIpv6) in __wrap_StartDhcpClient()
50 DhcpErrorCode __wrap_StopDhcpClient(const char *ifname, bool bIpv6) in __wrap_StopDhcpClient()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp81 void DhcpController::StartClient(const std::string &iface, bool bIpv6) in StartClient()
97 void DhcpController::StopClient(const std::string &iface, bool bIpv6) in StopClient()
H A Dnetsys_native_service.cpp451 int32_t NetsysNativeService::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
458 int32_t NetsysNativeService::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
H A Dnetsys_native_service_stub.cpp999 bool bIpv6 = data.ReadBool(); in CmdStartDhcpClient() local
1009 bool bIpv6 = data.ReadBool(); in CmdStopDhcpClient() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_stub_lite.cpp130 bool bIpv6; in OnStartDhcpClient() local
179 bool bIpv6; in OnStopDhcpClient() local
H A Ddhcp_client_service_impl.cpp236 ErrCode DhcpClientServiceImpl::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient()
265 ErrCode DhcpClientServiceImpl::StartOldClient(const std::string& ifname, bool bIpv6, DhcpClient &dh… in StartOldClient()
298 ErrCode DhcpClientServiceImpl::StartNewClient(const std::string& ifname, bool bIpv6) in StartNewClient()
338 ErrCode DhcpClientServiceImpl::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient()
H A Ddhcp_client_stub.cpp144 bool bIpv6 = data.ReadBool(); in OnStartDhcpClient() local
167 bool bIpv6 = data.ReadBool(); in OnStopDhcpClient() local
/ohos5.0/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp77 NO_SANITIZE("cfi") DhcpErrorCode StartDhcpClient(const char *ifname, bool bIpv6) in StartDhcpClient()
94 NO_SANITIZE("cfi") DhcpErrorCode StopDhcpClient(const char *ifname, bool bIpv6) in StopDhcpClient()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp577 int32_t MockNetsysNativeClient::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
584 int32_t MockNetsysNativeClient::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
H A Dnetsys_controller.cpp729 int32_t NetsysController::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
739 int32_t NetsysController::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
H A Dnetsys_controller_service_impl.cpp546 int32_t NetsysControllerServiceImpl::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
555 int32_t NetsysControllerServiceImpl::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
H A Dnetsys_native_client.cpp1072 int32_t NetsysNativeClient::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
1083 int32_t NetsysNativeClient::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H A Dethernet_client_fuzzer.cpp387 bool bIpv6 = GetData<uint32_t>() % CREATE_BOOL_TYPE_VALUE == 0; in EthernetDhcpControllerFuzzTest() local
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_stub_test.cpp267 int32_t StartDhcpClient(const std::string &iface, bool bIpv6) override in StartDhcpClient()
272 int32_t StopDhcpClient(const std::string &iface, bool bIpv6) override in StopDhcpClient()
1101 bool bIpv6 = true; variable
H A Dnetsys_native_service_test.cpp329 bool bIpv6 = false; variable
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp530 bool bIpv6 = true; variable
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H A Dnet_sys_client_fuzzer.cpp1026 bool bIpv6 = NetSysGetData<uint32_t>() % CONVERT_NUMBER_TO_BOOL == 0; in StartDhcpClientFuzzTest() local
1039 bool bIpv6 = NetSysGetData<uint32_t>() % CONVERT_NUMBER_TO_BOOL == 0; in StopDhcpClientFuzzTest() local
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1169 int32_t NetsysNativeServiceProxy::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient()
1197 int32_t NetsysNativeServiceProxy::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient()