Home
last modified time | relevance | path

Searched refs:RecvData (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_arp_checker_test.cpp168 EXPECT_TRUE(dhcpArpChecker.RecvData(buff, 1, 1) == -1); in HWTEST_F()
170 dhcpArpChecker.RecvData(buff, 1, 1); in HWTEST_F()
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp147 readLen = RecvData(recvBuff, sizeof(recvBuff), leftMillis); in DoArpCheck()
195 readLen = RecvData(recvBuff, sizeof(recvBuff), leftMillis); in GetGwMacAddrList()
303 int32_t DhcpArpChecker::RecvData(uint8_t *buff, int32_t count, int32_t timeoutMillis) in RecvData() function in OHOS::DHCP::DhcpArpChecker
305 DHCP_LOGI("RecvData poll start"); in RecvData()
315 DHCP_LOGW("RecvData poll timeout"); in RecvData()
318 DHCP_LOGI("RecvData poll end"); in RecvData()
/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_arp_checker.h53 int32_t RecvData(uint8_t *buff, int32_t count, int32_t timeoutMillis);
/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c269 static char *RecvData(const ConnPktHead *head, int32_t fd, uint32_t len) in RecvData() function
375 char *data = RecvData(&head, fd, head.len); in TcpOnDataEventIn()

Completed in 5 milliseconds