Home
last modified time | relevance | path

Searched refs:strTagName (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy.cpp201 data.WriteString(range.strTagName); in SetDhcpRange()
208 __func__, __LINE__, ifname.c_str(), range.iptype, range.leaseHours, range.strTagName.c_str(), in SetDhcpRange()
277 data.WriteString(range.strTagName); in PutDhcpRange()
283 "strTagName:%{public}s strStartip:%{public}s strEndip:%{public}s strSubnet:%{public}s", in PutDhcpRange()
284 __func__, __LINE__, tagName.c_str(), range.iptype, range.leaseHours, range.strTagName.c_str(), in PutDhcpRange()
415 data.WriteString(range.strTagName); in RemoveDhcpRange()
421 "strTagName:%{public}s strStartip:%{public}s strEndip:%{public}s strSubnet:%{public}s", in RemoveDhcpRange()
422 __func__, __LINE__, tagName.c_str(), range.iptype, range.leaseHours, range.strTagName.c_str(), in RemoveDhcpRange()
H A Ddhcp_server_proxy_lite.cpp303 (void)WriteString(&request, range.strTagName.c_str()); in SetDhcpRange()
387 (void)WriteString(&request, range.strTagName.c_str()); in PutDhcpRange()
507 (void)WriteString(&request, range.strTagName.c_str()); in RemoveDhcpRange()
/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h218 std::string strTagName; /* dhcp-range tag name */ member
227 strTagName = ""; in DhcpRange()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp176 range.strTagName = data.ReadString(); in OnSetDhcpRange()
203 range.strTagName = data.ReadString(); in OnRemoveDhcpRange()
253 range.strTagName = data.ReadString(); in OnPutDhcpRange()
H A Ddhcp_server_stub_lite.cpp158 range.strTagName = (char *)ReadString(req, &readLen); in OnSetDhcpRange()
188 range.strTagName = (char *)ReadString(req, &readLen); in OnRemoveDhcpRange()
241 range.strTagName = (char *)ReadString(req, &readLen); in OnPutDhcpRange()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.cpp314 if (strcpy_s(range.strTagName, DHCP_MAX_FILE_BYTES, "p2p") != EOK) { in CallAdapterSetRange()
317 if (PutDhcpRange(range.strTagName, &range) != 0) { in CallAdapterSetRange()
320 if (SetDhcpName(ifaceName.c_str(), range.strTagName) != 0) { in CallAdapterSetRange()
324 if (strcpy_s(range.strTagName, INET_ADDRSTRLEN, ifaceName.c_str()) != EOK) { in CallAdapterSetRange()
/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp169 rangeNew.strTagName = range->strTagName; in SetDhcpRange()
197 rangeNew.strTagName = range->strTagName; in PutDhcpRange()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp140 if (strcpy_s(range.strTagName, DHCP_MAX_FILE_BYTES, iface.c_str()) != 0) { in StartDhcpService()
141 NETNATIVE_LOGE("strcpy_s strTagName failed!"); in StartDhcpService()
166 iface.c_str(), range.strTagName, range.strStartip, range.strEndip); in StartDhcpService()
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h65 char strTagName[DHCP_MAX_FILE_BYTES]; /* dhcp-range tag name */ member
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp34 range.strTagName = std::string(reinterpret_cast<const char*>(data), size); in DhcpServerFuzzerTest()
/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/
H A Ddhcpserverimpl_fuzzer.cpp138 range.strTagName = std::string(reinterpret_cast<const char*>(data), size); in CheckIpAddrRangeTest()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp801 if (strcpy_s(range.strTagName, DHCP_MAX_FILE_BYTES, ifaceName_.c_str()) != 0) { in SetRange()
802 NETMGR_EXT_LOG_E("strcpy_s strTagName failed!"); in SetRange()
822 ifaceName_.c_str(), range.strTagName, range.strStartip, range.strEndip); in SetRange()

Completed in 8 milliseconds