Home
last modified time | relevance | path

Searched refs:SetDhcpRange (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_c_api.h70 DhcpErrorCode SetDhcpRange(const char *ifname, const DhcpRange *range);
/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.cpp184 ErrCode DhcpServerProxy::SetDhcpRange(const std::string& ifname, const DhcpRange& range) in SetDhcpRange() function in OHOS::DHCP::DhcpServerProxy
186 DHCP_LOGI("DhcpServerProxy enter SetDhcpRange mRemoteDied:%{public}d", mRemoteDied); in SetDhcpRange()
222 DHCP_LOGI("DhcpServerProxy SetDhcpRange ok, exception:%{public}d", exception); in SetDhcpRange()
298 DHCP_LOGI("DhcpServerProxy SetDhcpRange ok, exception:%{public}d", exception); in PutDhcpRange()
436 DHCP_LOGI("DhcpServerProxy SetDhcpRange ok, exception:%{public}d", exception); in RemoveDhcpRange()
H A Ddhcp_server_proxy_lite.cpp281 ErrCode DhcpServerProxy::SetDhcpRange(const std::string& ifname, const DhcpRange& range) in SetDhcpRange() function in OHOS::DHCP::DhcpServerProxy
283 DHCP_LOGI("DhcpServerProxy enter SetDhcpRange mRemoteDied:%{public}d", mRemoteDied); in SetDhcpRange()
/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.cpp80 WIFI_LOGI("SUN MockDhcpService::SetDhcpRange"); in __wrap_SetDhcpRange()
81 return MockDhcpService::GetInstance().SetDhcpRange(ifname, range); in __wrap_SetDhcpRange()
/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server.h49 virtual ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) = 0;
/foundation/communication/dhcp/interfaces/inner_api/
H A Ddhcp_server.h39 virtual ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) = 0;
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp48 dhcpServer->SetDhcpRange(ifname, range); in DhcpServerFuzzerTest()
/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)); in HWTEST_F()
74 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->SetDhcpRange(ifname, setRange)); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h71 ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) override;
/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()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp160 if (SetDhcpRange(iface.c_str(), &range) != DHCP_SUCCESS) { in StartDhcpService()
161 NETNATIVE_LOGE("SetDhcpRange failed!"); in StartDhcpService()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp181 ErrCode ret = SetDhcpRange(ifname, range); in OnSetDhcpRange()
H A Ddhcp_server_stub_lite.cpp164 ErrCode ret = SetDhcpRange(ifname, range); in OnSetDhcpRange()
H A Ddhcp_server_service_impl.cpp486 ErrCode DhcpServerServiceImpl::SetDhcpRange(const std::string& ifname, const DhcpRange& range) in SetDhcpRange() function in OHOS::DHCP::DhcpServerServiceImpl
489 DHCP_LOGE("SetDhcpRange:NOT NATIVE PROCESS, PERMISSION_DENIED!"); in SetDhcpRange()
493 DHCP_LOGE("SetDhcpRange:VerifyDhcpNetworkPermission PERMISSION_DENIED!"); in SetDhcpRange()
498 DHCP_LOGE("SetDhcpRange PutDhcpRange failed, ifname:%{public}s.", ifname.c_str()); in SetDhcpRange()
504 DHCP_LOGE("SetDhcpRange CheckRangeNetwork failed, ifname:%{public}s.", ifname.c_str()); in SetDhcpRange()
514 DHCP_LOGE("SetDhcpRange failed, %{public}s range size:%{public}d error!", ifname.c_str(), nSize); in SetDhcpRange()
519 DHCP_LOGW("SetDhcpRange %{public}s range size:%{public}d already exist.", ifname.c_str(), nSize); in SetDhcpRange()
522 DHCP_LOGI("SetDhcpRange m_mapInfDhcpRange find ifname:%{public}s, need push_back.", ifname.c_str()); in SetDhcpRange()
528 DHCP_LOGI("SetDhcpRange m_mapInfDhcpRange no find ifname:%{public}s, need emplace.", ifname.c_str()); in SetDhcpRange()
532 DHCP_LOGE("SetDhcpRange() CheckAndUpdateCon in SetDhcpRange()
[all...]
/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/
H A Ddhcpserverimpl_fuzzer.cpp86 pDhcpServerServiceImpl->SetDhcpRange(ifname, range); in SetDhcpRangeTest()
/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()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp785 if (SetDhcpRange(ifaceName_.c_str(), &range) != DHCP_SUCCESS) { in StartDhcp()
786 NETMGR_EXT_LOG_E("StartDhcp SetDhcpRange failed."); in StartDhcp()

Completed in 10 milliseconds