Home
last modified time | relevance | path

Searched refs:RecvData (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Doutput.rs40 pub(crate) struct RecvData<S> { struct
51 impl<S: AsyncRead + Unpin + Sync + Send + 'static> Future for RecvData<S> { argument
60 impl<S: AsyncRead + Unpin + Sync + Send + 'static> RecvData<S> { impl
H A Dmod.rs40 pub(crate) use output::RecvData;
/ohos5.0/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_arp_checker_test.cpp160 EXPECT_TRUE(dhcpArpChecker.RecvData(buff, 1, 1) == -1);
162 dhcpArpChecker.RecvData(buff, 1, 1);
/ohos5.0/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp147 readLen = RecvData(recvBuff, sizeof(recvBuff), leftMillis); in DoArpCheck()
197 readLen = RecvData(recvBuff, sizeof(recvBuff), leftMillis); in GetGwMacAddrList()
305 int32_t DhcpArpChecker::RecvData(uint8_t *buff, int32_t count, int32_t timeoutMillis) in RecvData() function in OHOS::DHCP::DhcpArpChecker
/ohos5.0/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_arp_checker.h53 int32_t RecvData(uint8_t *buff, int32_t count, int32_t timeoutMillis);
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs171 ConnManager, FlowControl, H2StreamState, RecvData, RequestWrapper, SendData,
353 let mut recv = RecvData::new(decoder, recv_settings_sync, read, resp_tx); in launch()
/ohos5.0/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()