Home
last modified time | relevance | path

Searched refs:StopDhcpService (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddhcp_controller_test.cpp67 ret = instance_->StopDhcpService(testInterfaceName); in HWTEST_F()
71 ret = instance_->StopDhcpService(testInterfaceName); in HWTEST_F()
96 ret = instance_->StopDhcpService(testInterfaceName); in HWTEST_F()
100 ret = instance_->StopDhcpService(testInterfaceName); in HWTEST_F()
H A Dmock_netsys_native_client_test.cpp244 ret = nativeClient_.StopDhcpService(iface); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp229 ret = instance_->StopDhcpService(testName); in HWTEST_F()
586 ret = instance_->StopDhcpService(iface); in HWTEST_F()
H A Dnetsys_controller_test.cpp328 ret = NetsysController::GetInstance().StopDhcpService(INTERFACE_NAME); in HWTEST_F()
683 ret = instance_->StopDhcpService(iface); in HWTEST_F()
H A Dnetsys_native_service_test.cpp344 ret = instance_->StopDhcpService(iface); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp298 int32_t StopDhcpService(const std::string &iface) override
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddhcp_controller.h45 bool StopDhcpService(const std::string &iface);
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp174 bool DhcpController::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::nmd::DhcpController
184 NETNATIVE_LOGI("StopDhcpService ifaceName[%{public}s]", iface.c_str()); in StopDhcpService()
H A Dnetsys_native_service.cpp506 int32_t NetsysNativeService::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetsysNative::NetsysNativeService
508 NETNATIVE_LOG_D("StopDhcpService"); in StopDhcpService()
509 dhcpController_->StopDhcpService(iface); in StopDhcpService()
H A Dnetsys_native_service_stub.cpp1121 int32_t result = StopDhcpService(iface); in CmdStopDhcpService()
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h76 constexpr const char *MOCK_STOPDHCPSERVICE_API = "StopDhcpService";
470 int32_t StopDhcpService(const std::string &iface);
H A Dnetsys_controller_service_impl.h577 int32_t StopDhcpService(const std::string &iface) override;
H A Di_netsys_controller_service.h606 virtual int32_t StopDhcpService(const std::string &iface) = 0;
H A Dnetsys_controller.h592 int32_t StopDhcpService(const std::string &iface);
H A Dnetsys_native_client.h619 int32_t StopDhcpService(const std::string &iface);
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp601 int32_t NetsysControllerServiceImpl::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
603 NETMGR_LOG_D("StopDhcpService"); in StopDhcpService()
605 return mockNetsysClient_.StopDhcpService(iface); in StopDhcpService()
607 return netsysClient_.StopDhcpService(iface); in StopDhcpService()
H A Dnetsys_controller.cpp932 int32_t NetsysController::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::NetsysController
934 NETMGR_LOG_I("StopDhcpService: ifaceFd[%{public}s]", iface.c_str()); in StopDhcpService()
941 return netsysService_->StopDhcpService(iface); in StopDhcpService()
H A Dmock_netsys_native_client.cpp602 int32_t MockNetsysNativeClient::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::MockNetsysNativeClient
H A Dnetsys_native_client.cpp1171 int32_t NetsysNativeClient::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetManagerStandard::NetsysNativeClient
1173 NETMGR_LOG_D("NetsysNativeClient StopDhcpService"); in StopDhcpService()
1179 return proxy->StopDhcpService(iface); in StopDhcpService()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h124 virtual int32_t StopDhcpService(const std::string &iface) = 0;
H A Dnetsys_native_service_proxy.h90 int32_t StopDhcpService(const std::string &iface) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h114 int32_t StopDhcpService(const std::string &iface) override;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp276 int32_t StopDhcpService(const std::string &iface) override
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1348 int32_t NetsysNativeServiceProxy::StopDhcpService(const std::string &iface) in StopDhcpService() function in OHOS::NetsysNative::NetsysNativeServiceProxy
1350 NETNATIVE_LOGI("Begin to StopDhcpService"); in StopDhcpService()
1368 NETNATIVE_LOGI("End to StopDhcpService, ret =%{public}d", ret); in StopDhcpService()

Completed in 34 milliseconds