Home
last modified time | relevance | path

Searched defs:RecvData (Results 1 – 3 of 3) 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
/ohos5.0/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp305 int32_t DhcpArpChecker::RecvData(uint8_t *buff, int32_t count, int32_t timeoutMillis) in RecvData() function in OHOS::DHCP::DhcpArpChecker
/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