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 D | output.rs | 40 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 D | mod.rs | 40 pub(crate) use output::RecvData;
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/utils/ |
H A D | dhcp_arp_checker_test.cpp | 160 EXPECT_TRUE(dhcpArpChecker.RecvData(buff, 1, 1) == -1); 162 dhcpArpChecker.RecvData(buff, 1, 1);
|
/ohos5.0/foundation/communication/dhcp/services/utils/src/ |
H A D | dhcp_arp_checker.cpp | 147 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 D | dhcp_arp_checker.h | 53 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 D | dispatcher.rs | 171 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 D | softbus_tcp_connect_manager.c | 269 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()
|