/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_dhcp_controller.cpp | 57 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 D | dhcp_client_impl.cpp | 128 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 D | dhcp_client_proxy.cpp | 140 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 D | dhcp_client_proxy_lite.cpp | 137 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 D | dhcp_client_service_impl_test.cpp | 57 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 D | mock_dhcp_service.cpp | 43 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 D | dhcp_client_stub.cpp | 144 bool bIpv6 = data.ReadBool(); in OnStartDhcpClient() local 167 bool bIpv6 = data.ReadBool(); in OnStopDhcpClient() local
|
H A D | dhcp_client_stub_lite.cpp | 130 bool bIpv6; in OnStartDhcpClient() local 179 bool bIpv6; in OnStopDhcpClient() local [all...] |
H A D | dhcp_client_service_impl.cpp | 241 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 D | dhcp_controller.cpp | 81 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 D | netsys_native_service.cpp | 485 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 D | netsys_native_service_stub.cpp | 1091 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 D | dhcp_c_service.cpp | 77 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 D | ethernet_client_fuzzer.cpp | 387 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 D | ethernet_manager_test.cpp | 530 bool bIpv6 = true; in HWTEST_F() local
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_service_stub_test.cpp | 1129 bool bIpv6 = true; in HWTEST_F() local
|
H A D | netsys_native_service_test.cpp | 329 bool bIpv6 = false; in HWTEST_F() local
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | mock_netsys_native_client.cpp | 577 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 D | netsys_controller.cpp | 883 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 D | netsys_controller_service_impl.cpp | 565 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 D | netsys_native_client.cpp | 1103 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 D | net_sys_client_fuzzer.cpp | 1026 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 D | netsys_native_service_proxy.cpp | 1263 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
|