Home
last modified time | relevance | path

Searched refs:StopDhcpServer (Results 1 - 25 of 32) sorted by relevance

12

/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_c_api.h69 DhcpErrorCode StopDhcpServer(const char *ifname);
/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
145 WIFI_LOGI("Enter:StopDhcpServer"); in StopDhcpServer()
H A Dap_state_machine.h89 bool StopDhcpServer();
H A Dap_started_state.cpp74 m_ApStateMachine.StopDhcpServer(); in GoOutState()
336 m_ApStateMachine.StopDhcpServer(); in ProcessCmdUpdateConfigResult()
/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;
/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.cpp73 WIFI_LOGI("SUN MockDhcpService::StopDhcpServer"); in __wrap_StopDhcpServer()
74 return MockDhcpService::GetInstance().StopDhcpServer(ifname); in __wrap_StopDhcpServer()
/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server.h45 virtual ErrCode StopDhcpServer(const std::string& ifname) = 0;
/foundation/communication/dhcp/interfaces/inner_api/
H A Ddhcp_server.h35 virtual ErrCode StopDhcpServer(const std::string& ifname) = 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;
/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.cpp255 if (!p2pStateMachine.StopDhcpServer()) { in ProcessGroupRemovedEvt()
293 if (!p2pStateMachine.StopDhcpServer()) { in ProcessCmdRemoveGroup()
H A Dp2p_state_machine.h416 virtual bool StopDhcpServer();
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp44 dhcpServer->StopDhcpServer(ifname); in DhcpServerFuzzerTest()
/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/
H A Ddhcpserverimpl_fuzzer.cpp51 pDhcpServerServiceImpl->StopDhcpServer(ifname1); in StopDhcpServerTest()
52 pDhcpServerServiceImpl->StopDhcpServer(ifname2); in StopDhcpServerTest()
/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")); in HWTEST_F()
63 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->StopDhcpServer("")); in HWTEST_F()
H A Ddhcp_s_server_test.cpp179 EXPECT_EQ(RET_FAILED, StopDhcpServer(nullptr)); in HWTEST_F()
/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()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp180 if (StopDhcpServer(iface.c_str()) != DHCP_SUCCESS) { in StopDhcpService()
/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.cpp152 ErrCode ret = StopDhcpServer(ifName); in OnStopDhcpServer()
H A Ddhcp_server_stub_lite.cpp133 ErrCode ret = StopDhcpServer(ifName); in OnStopDhcpServer()

Completed in 10 milliseconds

12