Home
last modified time | relevance | path

Searched refs:StopDhcpService (Results 1 – 17 of 17) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
Ddhcp_controller.h46 bool StopDhcpService(const std::string &iface);
/foundation/communication/netmanager_base/services/netmanagernative/src/
Dnetsys_native_service.cpp346 int32_t NetsysNativeService::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetsysNative::NetsysNativeService
349 this->dhcpController_->StopDhcpService(iface); in StopDhcpService()
Ddhcp_controller.cpp140 bool DhcpController::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::nmd::DhcpController
Dnetsys_native_service_stub.cpp643 int32_t result = StopDhcpService(iface); in CmdStopDhcpService()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
Dnetsys_controller_service_impl.cpp511 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()
Dnetsys_controller.cpp556 int32_t NetsysController::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::NetsysController
559 return netsysService_->StopDhcpService(iface); in StopDhcpService()
Dnetsys_native_client.cpp735 int32_t NetsysNativeClient::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::NetsysNativeClient
742 return netsysNativeService_->StopDhcpService(iface); in StopDhcpService()
Dmock_netsys_native_client.cpp640 int32_t MockNetsysNativeClient::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::MockNetsysNativeClient
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
Dnetsys_native_service_proxy.h70 int32_t StopDhcpService(const std::string &iface) override;
Dnetsys_native_service_proxy.cpp829 int32_t NetsysNativeServiceProxy::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetsysNative::NetsysNativeServiceProxy
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
Di_netsys_service.h108 virtual int32_t StopDhcpService(const std::string &iface) = 0;
/foundation/communication/netmanager_base/services/netmanagernative/include/
Dnetsys_native_service.h83 int32_t StopDhcpService(const std::string &iface) override;
/foundation/communication/netmanager_base/services/netsyscontroller/include/
Dnetsys_controller.h489 int32_t StopDhcpService(const std::string &iface);
Dnetsys_controller_service_impl.h488 int32_t StopDhcpService(const std::string &iface) override;
Di_netsys_controller_service.h503 virtual int32_t StopDhcpService(const std::string &iface) = 0;
Dnetsys_native_client.h509 int32_t StopDhcpService(const std::string &iface);
Dmock_netsys_native_client.h548 int32_t StopDhcpService(const std::string &iface);