Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp57 void EthernetDhcpController::StartClient(const std::string &iface, bool bIpv6) in StartClient() argument
72 void EthernetDhcpController::StopClient(const std::string &iface, bool bIpv6) in StopClient() argument
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_impl.cpp128 ErrCode DhcpClientImpl::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient() argument
142 ErrCode DhcpClientImpl::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient() argument
H A Ddhcp_client_proxy.cpp140 ErrCode DhcpClientProxy::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient() argument
211 ErrCode DhcpClientProxy::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient() argument
H A Ddhcp_client_proxy_lite.cpp137 ErrCode DhcpClientProxy::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient() argument
214 ErrCode DhcpClientProxy::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient() argument
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_service_impl_test.cpp57 bool bIpv6 = true; in HWTEST_F() local
87 bool bIpv6 = true; in HWTEST_F() local
106 bool bIpv6 = false; HWTEST_F() local
[all...]
/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() argument
50 DhcpErrorCode __wrap_StopDhcpClient(const char *ifname, bool bIpv6) in __wrap_StopDhcpClient() argument
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_stub.cpp144 bool bIpv6 = data.ReadBool(); in OnStartDhcpClient() local
167 bool bIpv6 = data.ReadBool(); in OnStopDhcpClient() local
H A Ddhcp_client_stub_lite.cpp130 bool bIpv6; in OnStartDhcpClient() local
179 bool bIpv6; in OnStopDhcpClient() local
[all...]
H A Ddhcp_client_service_impl.cpp241 ErrCode DhcpClientServiceImpl::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient() argument
282 ErrCode DhcpClientServiceImpl::StartOldClient(const std::string& ifname, bool bIpv6, DhcpClient &dhcpClient) in StartOldClient() argument
315 StartNewClient(const std::string& ifname, bool bIpv6) StartNewClient() argument
355 StopDhcpClient(const std::string& ifname, bool bIpv6) StopDhcpClient() argument
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp81 void DhcpController::StartClient(const std::string &iface, bool bIpv6) in StartClient() argument
97 void DhcpController::StopClient(const std::string &iface, bool bIpv6) in StopClient() argument
H A Dnetsys_native_service.cpp485 int32_t NetsysNativeService::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient() argument
492 int32_t NetsysNativeService::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient() argument
H A Dnetsys_native_service_stub.cpp1091 bool bIpv6 = data.ReadBool(); in CmdStartDhcpClient() local
1101 bool bIpv6 = data.ReadBool(); in CmdStopDhcpClient() local
/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() argument
94 NO_SANITIZE("cfi") DhcpErrorCode StopDhcpClient(const char *ifname, bool bIpv6) in StopDhcpClient() argument
/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
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp530 bool bIpv6 = true; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_stub_test.cpp1129 bool bIpv6 = true; in HWTEST_F() local
H A Dnetsys_native_service_test.cpp329 bool bIpv6 = false; in HWTEST_F() local
/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() argument
584 int32_t MockNetsysNativeClient::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient() argument
H A Dnetsys_controller.cpp883 int32_t NetsysController::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient() argument
895 int32_t NetsysController::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient() argument
H A Dnetsys_controller_service_impl.cpp565 int32_t NetsysControllerServiceImpl::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient() argument
574 int32_t NetsysControllerServiceImpl::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient() argument
H A Dnetsys_native_client.cpp1103 int32_t NetsysNativeClient::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient() argument
1114 int32_t NetsysNativeClient::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient() argument
/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
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1263 int32_t NetsysNativeServiceProxy::StartDhcpClient(const std::string &iface, bool bIpv6) in StartDhcpClient() argument
1291 int32_t NetsysNativeServiceProxy::StopDhcpClient(const std::string &iface, bool bIpv6) in StopDhcpClient() argument

Completed in 42 milliseconds