Home
last modified time | relevance | path

Searched refs:SetDhcpName (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/
H A Ddhcpserverimpl_fuzzer.cpp93 pDhcpServerServiceImpl->SetDhcpName(ifname, tagName); in SetDhcpNameTest()
94 pDhcpServerServiceImpl->SetDhcpName("", tagName); in SetDhcpNameTest()
95 pDhcpServerServiceImpl->SetDhcpName(ifname, ""); in SetDhcpNameTest()
96 pDhcpServerServiceImpl->SetDhcpName("", ""); in SetDhcpNameTest()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp77 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->SetDhcpName(ifname, tagName)); in HWTEST_F()
78 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->SetDhcpName("", tagName)); in HWTEST_F()
79 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->SetDhcpName(ifname, "")); in HWTEST_F()
80 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->SetDhcpName("", "")); in HWTEST_F()
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_c_api.h71 DhcpErrorCode SetDhcpName(const char *ifname, const char *tagName);
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_impl.cpp168 ErrCode DhcpServerImpl::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName() function in OHOS::DHCP::DhcpServerImpl
172 return client_->SetDhcpName(ifname, tagName); in SetDhcpName()
H A Ddhcp_server_impl.h45 ErrCode SetDhcpName(const std::string& ifname, const std::string& tagName) override;
H A Ddhcp_server_proxy.h55 ErrCode SetDhcpName(const std::string& ifname, const std::string& tagName) override;
H A Ddhcp_server_proxy.cpp226 ErrCode DhcpServerProxy::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName() function in OHOS::DHCP::DhcpServerProxy
229 DHCP_LOGI("DhcpServerProxy enter SetDhcpName mRemoteDied:%{public}d", mRemoteDied); in SetDhcpName()
258 DHCP_LOGI("DhcpServerProxy SetDhcpName ok, exception:%{public}d", exception); in SetDhcpName()
H A Ddhcp_server_proxy_lite.cpp326 ErrCode DhcpServerProxy::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName() function in OHOS::DHCP::DhcpServerProxy
329 DHCP_LOGI("DhcpServerProxy enter SetDhcpName mRemoteDied:%{public}d", mRemoteDied); in SetDhcpName()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_dhcp_service.h35 MOCK_METHOD2(SetDhcpName, DhcpErrorCode(const char *ifname, const char *tagName));
H A Dmock_dhcp_service.cpp87 WIFI_LOGI("SUN MockDhcpService::SetDhcpName"); in __wrap_SetDhcpName()
88 return MockDhcpService::GetInstance().SetDhcpName(ifname, tagName); in __wrap_SetDhcpName()
/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server.h50 virtual ErrCode SetDhcpName(const std::string& ifname, const std::string& tagName) = 0;
/foundation/communication/dhcp/interfaces/inner_api/
H A Ddhcp_server.h40 virtual ErrCode SetDhcpName(const std::string& ifname, const std::string& tagName) = 0;
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp49 dhcpServer->SetDhcpName(ifname, ifname); in DhcpServerFuzzerTest()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h72 ErrCode SetDhcpName(const std::string& ifname, const std::string& tagName) override;
/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp173 NO_SANITIZE("cfi") DhcpErrorCode SetDhcpName(const char *ifname, const char *tagName) in SetDhcpName() function
181 return GetCErrorCode(dhcpServerPtr->SetDhcpName(ifname, tagName)); in SetDhcpName()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp164 ErrCode ret = SetDhcpName(ifname, tagName); in OnSetDhcpName()
H A Ddhcp_server_stub_lite.cpp145 ErrCode ret = SetDhcpName(ifName, tagName); in OnSetDhcpName()
H A Ddhcp_server_service_impl.cpp540 ErrCode DhcpServerServiceImpl::SetDhcpName(const std::string& ifname, const std::string& tagName) in SetDhcpName() function in OHOS::DHCP::DhcpServerServiceImpl
543 DHCP_LOGE("SetDhcpName:NOT NATIVE PROCESS, PERMISSION_DENIED!"); in SetDhcpName()
547 DHCP_LOGE("SetDhcpName:VerifyDhcpNetworkPermission PERMISSION_DENIED!"); in SetDhcpName()
551 DHCP_LOGE("SetDhcpName failed, ifname or tagName is empty!"); in SetDhcpName()
561 DHCP_LOGE("SetDhcpName tag m_mapTagDhcpRange no find tagName:%{public}s.", tagName.c_str()); in SetDhcpNameExt()
567 DHCP_LOGE("SetDhcpName tag %{public}s range size:%{public}d error.", tagName.c_str(), nSize); in SetDhcpNameExt()
575 DHCP_LOGE("SetDhcpName tag CheckRangeNetwork failed, ifname:%{public}s.", ifname.c_str()); in SetDhcpNameExt()
584 DHCP_LOGE("SetDhcpName tag failed, %{public}s range size:%{public}d error!", ifname.c_str(), nSize); in SetDhcpNameExt()
588 DHCP_LOGW("SetDhcpName tag %{public}s range size:%{public}d already exist.", ifname.c_str(), nSize); in SetDhcpNameExt()
591 DHCP_LOGI("SetDhcpName ta in SetDhcpNameExt()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.cpp320 if (SetDhcpName(ifaceName.c_str(), range.strTagName) != 0) { in CallAdapterSetRange()

Completed in 10 milliseconds