/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_c_api.h | 70 DhcpErrorCode SetDhcpRange(const char *ifname, const DhcpRange *range);
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_impl.cpp | 161 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 D | dhcp_server_impl.h | 44 ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) override;
|
H A D | dhcp_server_proxy.h | 54 ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) override;
|
H A D | dhcp_server_proxy.cpp | 184 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 D | dhcp_server_proxy_lite.cpp | 281 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 D | mock_dhcp_service.h | 34 MOCK_METHOD2(SetDhcpRange, DhcpErrorCode(const char *ifname, const DhcpRange *range));
|
H A D | mock_dhcp_service.cpp | 80 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 D | i_dhcp_server.h | 49 virtual ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) = 0;
|
/foundation/communication/dhcp/interfaces/inner_api/ |
H A D | dhcp_server.h | 39 virtual ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) = 0;
|
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/ |
H A D | dhcpserver_fuzzer.cpp | 48 dhcpServer->SetDhcpRange(ifname, range); in DhcpServerFuzzerTest()
|
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_server_service_impl_test.cpp | 70 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 D | dhcp_server_service_impl.h | 71 ErrCode SetDhcpRange(const std::string& ifname, const DhcpRange& range) override;
|
/foundation/communication/dhcp/frameworks/native/c_adapter/src/ |
H A D | dhcp_c_service.cpp | 156 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 D | dhcp_controller.cpp | 160 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 D | dhcp_server_stub.cpp | 181 ErrCode ret = SetDhcpRange(ifname, range); in OnSetDhcpRange()
|
H A D | dhcp_server_stub_lite.cpp | 164 ErrCode ret = SetDhcpRange(ifname, range); in OnSetDhcpRange()
|
H A D | dhcp_server_service_impl.cpp | 486 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 D | dhcpserverimpl_fuzzer.cpp | 86 pDhcpServerServiceImpl->SetDhcpRange(ifname, range); in SetDhcpRangeTest()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | dhcpd_interface.cpp | 327 if (SetDhcpRange(ifaceName.c_str(), &range) != 0) { in CallAdapterSetRange()
|
/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_sub_statemachine.cpp | 785 if (SetDhcpRange(ifaceName_.c_str(), &range) != DHCP_SUCCESS) { in StartDhcp() 786 NETMGR_EXT_LOG_E("StartDhcp SetDhcpRange failed."); in StartDhcp()
|