/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
D | dhcp_controller.h | 46 bool StopDhcpService(const std::string &iface);
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
D | netsys_native_service.cpp | 346 int32_t NetsysNativeService::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetsysNative::NetsysNativeService 349 this->dhcpController_->StopDhcpService(iface); in StopDhcpService()
|
D | dhcp_controller.cpp | 140 bool DhcpController::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::nmd::DhcpController
|
D | netsys_native_service_stub.cpp | 643 int32_t result = StopDhcpService(iface); in CmdStopDhcpService()
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
D | netsys_controller_service_impl.cpp | 511 int32_t NetsysControllerServiceImpl::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 515 return mockNetsysClient_.StopDhcpService(iface); in StopDhcpService() 517 return netsysClient_.StopDhcpService(iface); in StopDhcpService()
|
D | netsys_controller.cpp | 556 int32_t NetsysController::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::NetsysController 559 return netsysService_->StopDhcpService(iface); in StopDhcpService()
|
D | netsys_native_client.cpp | 735 int32_t NetsysNativeClient::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::NetsysNativeClient 742 return netsysNativeService_->StopDhcpService(iface); in StopDhcpService()
|
D | mock_netsys_native_client.cpp | 640 int32_t MockNetsysNativeClient::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::MockNetsysNativeClient
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
D | netsys_native_service_proxy.h | 70 int32_t StopDhcpService(const std::string &iface) override;
|
D | netsys_native_service_proxy.cpp | 829 int32_t NetsysNativeServiceProxy::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetsysNative::NetsysNativeServiceProxy
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
D | i_netsys_service.h | 108 virtual int32_t StopDhcpService(const std::string &iface) = 0;
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
D | netsys_native_service.h | 83 int32_t StopDhcpService(const std::string &iface) override;
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
D | netsys_controller.h | 489 int32_t StopDhcpService(const std::string &iface);
|
D | netsys_controller_service_impl.h | 488 int32_t StopDhcpService(const std::string &iface) override;
|
D | i_netsys_controller_service.h | 503 virtual int32_t StopDhcpService(const std::string &iface) = 0;
|
D | netsys_native_client.h | 509 int32_t StopDhcpService(const std::string &iface);
|
D | mock_netsys_native_client.h | 548 int32_t StopDhcpService(const std::string &iface);
|