Home
last modified time | relevance | path

Searched refs:StopDhcpServer (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_impl.cpp133 ErrCode DhcpServerImpl::StopDhcpServer(const std::string& ifname) in StopDhcpServer() function in OHOS::DHCP::DhcpServerImpl
137 return client_->StopDhcpServer(ifname); in StopDhcpServer()
H A Ddhcp_server_impl.h40 ErrCode StopDhcpServer(const std::string& ifname) override;
H A Ddhcp_server_proxy.h50 ErrCode StopDhcpServer(const std::string& ifname) override;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_state_machine.cpp45 StopDhcpServer(); in ~ApStateMachine()
142 bool ApStateMachine::StopDhcpServer() in StopDhcpServer() function in OHOS::Wifi::ApStateMachine
H A Dap_state_machine.h89 bool StopDhcpServer();
H A Dap_started_state.cpp74 m_ApStateMachine.StopDhcpServer(); in GoOutState()
332 m_ApStateMachine.StopDhcpServer(); in ProcessCmdUpdateConfigResult()
/ohos5.0/foundation/communication/dhcp/frameworks/native/
H A Dlibdhcp_sdk.map12 "StopDhcpServer";
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_c_api.h69 DhcpErrorCode StopDhcpServer(const char *ifname);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_dhcp_service.h30 MOCK_METHOD1(StopDhcpServer, DhcpErrorCode(const char *ifname));
H A Dmock_dhcp_service.cpp74 return MockDhcpService::GetInstance().StopDhcpServer(ifname); in __wrap_StopDhcpServer()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp62 EXPECT_EQ(DHCP_E_SUCCESS, pServerServiceImpl->StopDhcpServer("wlan1"));
63 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->StopDhcpServer(""));
H A Ddhcp_s_server_test.cpp179 EXPECT_EQ(RET_FAILED, StopDhcpServer(nullptr));
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_server.h38 int StopDhcpServer(PDhcpServerContext ctx);
H A Ddhcp_server_service_impl.h67 ErrCode StopDhcpServer(const std::string& ifname) override;
/ohos5.0/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server.h45 virtual ErrCode StopDhcpServer(const std::string& ifname) = 0;
/ohos5.0/foundation/communication/dhcp/interfaces/inner_api/
H A Ddhcp_server.h35 virtual ErrCode StopDhcpServer(const std::string& ifname) = 0;
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp44 dhcpServer->StopDhcpServer(ifname); in DhcpServerFuzzerTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_disabled_state.cpp41 p2pStateMachine.StopDhcpServer(); in GoInState()
H A Dp2p_group_operating_state.cpp214 if (!p2pStateMachine.StopDhcpServer()) { in ProcessGroupRemovedEvt()
251 if (!p2pStateMachine.StopDhcpServer()) { in ProcessCmdRemoveGroup()
H A Dp2p_state_machine.h393 virtual bool StopDhcpServer();
/ohos5.0/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp135 NO_SANITIZE("cfi") DhcpErrorCode StopDhcpServer(const char *ifname) in StopDhcpServer() function
153 return GetCErrorCode(dhcpServerPtr->StopDhcpServer(ifname)); in StopDhcpServer()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp180 if (StopDhcpServer(iface.c_str()) != DHCP_SUCCESS) { in StopDhcpService()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_dhcpd.cpp397 if (StopDhcpServer(g_dhcpServer) != RET_SUCCESS) { in StopDhcpServerMain()
H A Ddhcp_server_stub_lite.cpp133 ErrCode ret = StopDhcpServer(ifName); in OnStopDhcpServer()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A DBUILD.gn107 "-Wl,--wrap=StopDhcpServer",

12