/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_service_impl_test.cpp | 57 bool bIpv6 = true; variable 87 bool bIpv6 = true; variable 103 bool bIpv6 = false; variable
|
/ohos5.0/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() 142 ErrCode DhcpClientImpl::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient()
|
H A D | dhcp_client_proxy.cpp | 140 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 D | dhcp_client_proxy_lite.cpp | 137 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 D | ethernet_dhcp_controller.cpp | 57 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 D | mock_dhcp_service.cpp | 43 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 D | dhcp_controller.cpp | 81 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 D | netsys_native_service.cpp | 451 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 D | netsys_native_service_stub.cpp | 999 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 D | dhcp_client_stub_lite.cpp | 130 bool bIpv6; in OnStartDhcpClient() local 179 bool bIpv6; in OnStopDhcpClient() local
|
H A D | dhcp_client_service_impl.cpp | 236 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 D | dhcp_client_stub.cpp | 144 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 D | dhcp_c_service.cpp | 77 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 D | mock_netsys_native_client.cpp | 577 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 D | netsys_controller.cpp | 729 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 D | netsys_controller_service_impl.cpp | 546 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 D | netsys_native_client.cpp | 1072 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 D | ethernet_client_fuzzer.cpp | 387 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 D | netsys_native_service_stub_test.cpp | 267 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 D | netsys_native_service_test.cpp | 329 bool bIpv6 = false; variable
|
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_manager_test.cpp | 530 bool bIpv6 = true; variable
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 1169 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()
|