Home
last modified time | relevance | path

Searched refs:SetDhcpRange (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_impl.cpp161 ErrCode DhcpServerImpl::SetDhcpRange(const std::string& ifname, const DhcpRange& range) in SetDhcpRange() function in OHOS::DHCP::DhcpServerImpl
165 return client_->SetDhcpRange(ifname, range); in SetDhcpRange()
H A Ddhcp_server_impl.h44 ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) override;
H A Ddhcp_server_proxy.h54 ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) override;
H A Ddhcp_server_proxy.cpp182 ErrCode DhcpServerProxy::SetDhcpRange(const std::string& ifname, const DhcpRange& range) in SetDhcpRange() function in OHOS::DHCP::DhcpServerProxy
H A Ddhcp_server_proxy_lite.cpp276 ErrCode DhcpServerProxy::SetDhcpRange(const std::string& ifname, const DhcpRange& range) in SetDhcpRange() function in OHOS::DHCP::DhcpServerProxy
/ohos5.0/foundation/communication/dhcp/frameworks/native/
H A Dlibdhcp_sdk.map13 "SetDhcpRange";
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_c_api.h70 DhcpErrorCode SetDhcpRange(const char *ifname, const DhcpRange *range);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_dhcp_service.h34 MOCK_METHOD2(SetDhcpRange, DhcpErrorCode(const char *ifname, const DhcpRange *range));
H A Dmock_dhcp_service.cpp81 return MockDhcpService::GetInstance().SetDhcpRange(ifname, range); in __wrap_SetDhcpRange()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp70 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->SetDhcpRange(ifname, setRange));
74 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->SetDhcpRange(ifname, setRange));
/ohos5.0/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server.h49 virtual ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) = 0;
/ohos5.0/foundation/communication/dhcp/interfaces/inner_api/
H A Ddhcp_server.h39 virtual ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) = 0;
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp48 dhcpServer->SetDhcpRange(ifname, range); in DhcpServerFuzzerTest()
/ohos5.0/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp156 NO_SANITIZE("cfi") DhcpErrorCode SetDhcpRange(const char *ifname, const DhcpRange *range) in SetDhcpRange() function
170 return GetCErrorCode(dhcpServerPtr->SetDhcpRange(ifname, rangeNew)); in SetDhcpRange()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h71 ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) override;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp160 if (SetDhcpRange(iface.c_str(), &range) != DHCP_SUCCESS) { in StartDhcpService()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub_lite.cpp164 ErrCode ret = SetDhcpRange(ifname, range); in OnSetDhcpRange()
H A Ddhcp_server_stub.cpp181 ErrCode ret = SetDhcpRange(ifname, range); in OnSetDhcpRange()
H A Ddhcp_server_service_impl.cpp464 ErrCode DhcpServerServiceImpl::SetDhcpRange(const std::string& ifname, const DhcpRange& range) in SetDhcpRange() function in OHOS::DHCP::DhcpServerServiceImpl
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A DBUILD.gn111 "-Wl,--wrap=SetDhcpRange",
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A DBUILD.gn115 "-Wl,--wrap=SetDhcpRange",
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.cpp327 if (SetDhcpRange(ifaceName.c_str(), &range) != 0) { in CallAdapterSetRange()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A DBUILD.gn148 "-Wl,--wrap=SetDhcpRange",
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp743 if (SetDhcpRange(ifaceName_.c_str(), &range) != DHCP_SUCCESS) { in StartDhcp()