/ohos5.0/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_impl.cpp | 133 ErrCode DhcpServerImpl::StopDhcpServer(const std::string& ifname) in StopDhcpServer() function in OHOS::DHCP::DhcpServerImpl 137 return client_->StopDhcpServer(ifname); in StopDhcpServer()
|
H A D | dhcp_server_impl.h | 40 ErrCode StopDhcpServer(const std::string& ifname) override;
|
H A D | dhcp_server_proxy.h | 50 ErrCode StopDhcpServer(const std::string& ifname) override;
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_state_machine.cpp | 45 StopDhcpServer(); in ~ApStateMachine() 142 bool ApStateMachine::StopDhcpServer() in StopDhcpServer() function in OHOS::Wifi::ApStateMachine
|
H A D | ap_state_machine.h | 89 bool StopDhcpServer();
|
H A D | ap_started_state.cpp | 74 m_ApStateMachine.StopDhcpServer(); in GoOutState() 332 m_ApStateMachine.StopDhcpServer(); in ProcessCmdUpdateConfigResult()
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/ |
H A D | libdhcp_sdk.map | 12 "StopDhcpServer";
|
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_c_api.h | 69 DhcpErrorCode StopDhcpServer(const char *ifname);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_dhcp_service.h | 30 MOCK_METHOD1(StopDhcpServer, DhcpErrorCode(const char *ifname));
|
H A D | mock_dhcp_service.cpp | 74 return MockDhcpService::GetInstance().StopDhcpServer(ifname); in __wrap_StopDhcpServer()
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_server_service_impl_test.cpp | 62 EXPECT_EQ(DHCP_E_SUCCESS, pServerServiceImpl->StopDhcpServer("wlan1")); 63 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->StopDhcpServer(""));
|
H A D | dhcp_s_server_test.cpp | 179 EXPECT_EQ(RET_FAILED, StopDhcpServer(nullptr));
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_s_server.h | 38 int StopDhcpServer(PDhcpServerContext ctx);
|
H A D | dhcp_server_service_impl.h | 67 ErrCode StopDhcpServer(const std::string& ifname) override;
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/interfaces/ |
H A D | i_dhcp_server.h | 45 virtual ErrCode StopDhcpServer(const std::string& ifname) = 0;
|
/ohos5.0/foundation/communication/dhcp/interfaces/inner_api/ |
H A D | dhcp_server.h | 35 virtual ErrCode StopDhcpServer(const std::string& ifname) = 0;
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/ |
H A D | dhcpserver_fuzzer.cpp | 44 dhcpServer->StopDhcpServer(ifname); in DhcpServerFuzzerTest()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_disabled_state.cpp | 41 p2pStateMachine.StopDhcpServer(); in GoInState()
|
H A D | p2p_group_operating_state.cpp | 214 if (!p2pStateMachine.StopDhcpServer()) { in ProcessGroupRemovedEvt() 251 if (!p2pStateMachine.StopDhcpServer()) { in ProcessCmdRemoveGroup()
|
H A D | p2p_state_machine.h | 393 virtual bool StopDhcpServer();
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/c_adapter/src/ |
H A D | dhcp_c_service.cpp | 135 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 D | dhcp_controller.cpp | 180 if (StopDhcpServer(iface.c_str()) != DHCP_SUCCESS) { in StopDhcpService()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_dhcpd.cpp | 397 if (StopDhcpServer(g_dhcpServer) != RET_SUCCESS) { in StopDhcpServerMain()
|
H A D | dhcp_server_stub_lite.cpp | 133 ErrCode ret = StopDhcpServer(ifName); in OnStopDhcpServer()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | BUILD.gn | 107 "-Wl,--wrap=StopDhcpServer",
|