/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_c_api.h | 73 DhcpErrorCode RemoveAllDhcpRange(const char *tagName);
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_impl.cpp | 154 ErrCode DhcpServerImpl::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() function in OHOS::DHCP::DhcpServerImpl 158 return client_->RemoveAllDhcpRange(tagName); in RemoveAllDhcpRange()
|
H A D | dhcp_server_impl.h | 43 ErrCode RemoveAllDhcpRange(const std::string& tagName) override;
|
H A D | dhcp_server_proxy.h | 53 ErrCode RemoveAllDhcpRange(const std::string& tagName) override;
|
H A D | dhcp_server_proxy.cpp | 302 ErrCode DhcpServerProxy::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() function in OHOS::DHCP::DhcpServerProxy 304 DHCP_LOGI("DhcpServerProxy enter RemoveAllDhcpRange mRemoteDied:%{public}d", mRemoteDied); in RemoveAllDhcpRange() 331 DHCP_LOGI("DhcpServerProxy RemoveAllDhcpRange ok, exception:%{public}d", exception); in RemoveAllDhcpRange()
|
H A D | dhcp_server_proxy_lite.cpp | 410 ErrCode DhcpServerProxy::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() function in OHOS::DHCP::DhcpServerProxy 412 DHCP_LOGI("DhcpServerProxy enter RemoveAllDhcpRange mRemoteDied:%{public}d", mRemoteDied); in RemoveAllDhcpRange()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_dhcp_service.h | 33 MOCK_METHOD1(RemoveAllDhcpRange, DhcpErrorCode(const char *tagName));
|
H A D | mock_dhcp_service.cpp | 101 WIFI_LOGI("SUN MockDhcpService::RemoveAllDhcpRange"); in __wrap_RemoveAllDhcpRange() 102 return MockDhcpService::GetInstance().RemoveAllDhcpRange(tagName); in __wrap_RemoveAllDhcpRange()
|
/foundation/communication/dhcp/frameworks/native/interfaces/ |
H A D | i_dhcp_server.h | 48 virtual ErrCode RemoveAllDhcpRange(const std::string& tagName) = 0;
|
/foundation/communication/dhcp/interfaces/inner_api/ |
H A D | dhcp_server.h | 38 virtual ErrCode RemoveAllDhcpRange(const std::string& tagName) = 0;
|
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/ |
H A D | dhcpserver_fuzzer.cpp | 47 dhcpServer->RemoveAllDhcpRange(ifname); in DhcpServerFuzzerTest()
|
/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/ |
H A D | dhcpserverimpl_fuzzer.cpp | 77 pDhcpServerServiceImpl->RemoveAllDhcpRange(tagName1); in RemoveAllDhcpRangeTest() 78 pDhcpServerServiceImpl->RemoveAllDhcpRange(tagName2); in RemoveAllDhcpRangeTest()
|
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_server_service_impl_test.cpp | 68 EXPECT_EQ(DHCP_E_SUCCESS, pServerServiceImpl->RemoveAllDhcpRange(tagName)); in HWTEST_F() 69 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->RemoveAllDhcpRange("")); in HWTEST_F()
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_service_impl.h | 70 ErrCode RemoveAllDhcpRange(const std::string& tagName) override;
|
/foundation/communication/dhcp/frameworks/native/c_adapter/src/ |
H A D | dhcp_c_service.cpp | 201 NO_SANITIZE("cfi") DhcpErrorCode RemoveAllDhcpRange(const char *tagName) in RemoveAllDhcpRange() function 208 return GetCErrorCode(dhcpServerPtr->RemoveAllDhcpRange(tagName)); in RemoveAllDhcpRange()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | dhcp_controller.cpp | 176 if (RemoveAllDhcpRange(iface.c_str()) != DHCP_SUCCESS) { in StopDhcpService()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_stub.cpp | 191 ErrCode ret = RemoveAllDhcpRange(tagName); in OnRemoveAllDhcpRange()
|
H A D | dhcp_server_stub_lite.cpp | 175 ErrCode ret = RemoveAllDhcpRange(tagName); in OnRemoveAllDhcpRange()
|
H A D | dhcp_server_service_impl.cpp | 346 if (RemoveAllDhcpRange(ifname) != DHCP_E_SUCCESS) { in StopDhcpServer() 459 ErrCode DhcpServerServiceImpl::RemoveAllDhcpRange(const std::string& tagName) in RemoveAllDhcpRange() function in OHOS::DHCP::DhcpServerServiceImpl 462 DHCP_LOGE("RemoveAllDhcpRange:NOT NATIVE PROCESS, PERMISSION_DENIED!"); in RemoveAllDhcpRange() 466 DHCP_LOGE("RemoveAllDhcpRange:VerifyDhcpNetworkPermission PERMISSION_DENIED!"); in RemoveAllDhcpRange() 470 DHCP_LOGE("RemoveAllDhcpRange param error, tagName is empty!"); in RemoveAllDhcpRange() 478 DHCP_LOGI("RemoveAllDhcpRange find tagName:%{public}s, erase success.", tagName.c_str()); in RemoveAllDhcpRange() 480 DHCP_LOGI("RemoveAllDhcpRange no find tagName:%{public}s, not need erase!", tagName.c_str()); in RemoveAllDhcpRange()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | dhcpd_interface.cpp | 152 if (RemoveAllDhcpRange(rangeName.c_str()) != 0) { in StopDhcp()
|