Home
last modified time | relevance | path

Searched full:receive (Results 1 – 25 of 13936) sorted by relevance

12345678910>>...558

/aosp_15_r20/external/grpc-grpc/src/ruby/spec/generic/
H A Drpc_desc_spec.rb41 expect(@call).to receive(:read_unary_request).once.and_return(Object.new)
42 expect(@call).to receive(:send_status).once.with(@bs_code, 'NOK', false,
48 expect(@call).to receive(:read_unary_request).once.and_return(Object.new)
49 expect(@call).to receive(:send_status).once.with(UNKNOWN,
56 expect(@call).to receive(:read_unary_request).once.and_return(Object.new)
57 expect(@call).to receive(:send_status).once.with(
63 expect(@call).to receive(:read_unary_request).once.and_raise(CallError)
77 allow(@call).to receive(:single_req_view).and_return(@call)
78 allow(@call).to receive(:output_metadata).and_return(@call)
85 expect(@call).to receive(:read_unary_request).once.and_return(req)
[all …]
/aosp_15_r20/external/tcpdump/tests/
H A Dsflow_multiple_counter_30_pdus.out14 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0
26 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0
38 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0
50 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0
62 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0
74 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0
86 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0
100 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0
112 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0
124 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveSmsTest.py963 Make sure PhoneB is able to make/receive call.
983 Make sure PhoneB is able to make/receive call.
984 Call from PhoneA to PhoneB, accept on PhoneB, receive SMS on PhoneA.
1003 Make sure PhoneB is able to make/receive call.
1024 Make sure PhoneB is able to make/receive call.
1025 Call from PhoneA to PhoneB, accept on PhoneB, receive MMS on PhoneA.
1045 Make sure PhoneB is able to make/receive call.
1069 Make sure PhoneB is able to make/receive call.
1071 Call from PhoneA to PhoneB, accept on PhoneB, receive MMS on PhoneA.
1093 Make sure PhoneB is able to make/receive call.
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/
Dbasic_datagram_socket_ext.hpp580 /// Receive some data on a connected socket.
582 * This function is used to receive data on the datagram socket. The function
592 * @note The receive operation can only be used with a connected socket. Use
593 * the receive_from function to receive data on an unconnected datagram
597 * To receive into a single data buffer use the @ref buffer function as
599 * @code socket.receive(boost::asio::buffer(data, size)); @endcode
605 std::size_t receive(const MutableBufferSequence& buffers) in receive() function in boost::asio::basic_datagram_socket_ext
608 std::size_t s = this->get_service().receive( in receive()
610 boost::asio::detail::throw_error(ec, "receive"); in receive()
614 /// Receive some data on a connected socket.
[all …]
Dbasic_stream_socket_ext.hpp417 /// Receive some data on the socket.
419 * This function is used to receive data on the stream socket. The function
431 * @note The receive operation may not receive all of the requested number of
436 * To receive into a single data buffer use the @ref buffer function as
439 * socket.receive(boost::asio::buffer(data, size));
446 std::size_t receive(const MutableBufferSequence& buffers) in receive() function in boost::asio::basic_stream_socket_ext
449 std::size_t s = this->get_service().receive( in receive()
451 boost::asio::detail::throw_error(ec, "receive"); in receive()
455 /// Receive some data on the socket.
457 * This function is used to receive data on the stream socket. The function
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DIp4.h60 /// The default IPv4 protocol packets to send and receive. Ignored
65 /// Set to TRUE to receive all IPv4 packets that get through the receive filters.
66 /// Set to FALSE to receive only the DefaultProtocol IPv4
67 /// packets that get through the receive filters.
71 /// Set to TRUE to receive ICMP error report packets. Ignored when
76 /// Set to TRUE to receive broadcast IPv4 packets. Ignored when
82 /// Set to TRUE to receive all IPv4 packets that are sent to any
112 /// Set to TRUE to send and receive unformatted packets. The other
113 /// IPv4 receive filters are still applied. Fragmentation is disabled for RawData mode.
118 /// receive timeout event to be associated with each assembled
[all …]
H A DUdp4.h5 to transmit and receive UDP packets.
130 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data.
168 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data.
287 transmit and receive queues.
289 poll the underlying communications device fast enough to transmit and/or receive
299 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
309 Places an asynchronous receive request into the receiving queue.
311 The Receive() function places a completion token into the receive packet queue.
314 field cannot be NULL. When the receive operation completes, the EFI UDPv4 Protocol
317 will enable the user to receive the notification and receiving status. That
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DIp4.h60 /// The default IPv4 protocol packets to send and receive. Ignored
65 /// Set to TRUE to receive all IPv4 packets that get through the receive filters.
66 /// Set to FALSE to receive only the DefaultProtocol IPv4
67 /// packets that get through the receive filters.
71 /// Set to TRUE to receive ICMP error report packets. Ignored when
76 /// Set to TRUE to receive broadcast IPv4 packets. Ignored when
82 /// Set to TRUE to receive all IPv4 packets that are sent to any
112 /// Set to TRUE to send and receive unformatted packets. The other
113 /// IPv4 receive filters are still applied. Fragmentation is disabled for RawData mode.
118 /// receive timeout event to be associated with each assembled
[all …]
H A DUdp4.h5 to transmit and receive UDP packets.
130 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data.
168 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data.
287 transmit and receive queues.
289 poll the underlying communications device fast enough to transmit and/or receive
299 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
309 Places an asynchronous receive request into the receiving queue.
311 The Receive() function places a completion token into the receive packet queue.
314 field cannot be NULL. When the receive operation completes, the EFI UDPv4 Protocol
317 will enable the user to receive the notification and receiving status. That
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DIp4.h60 /// The default IPv4 protocol packets to send and receive. Ignored
65 /// Set to TRUE to receive all IPv4 packets that get through the receive filters.
66 /// Set to FALSE to receive only the DefaultProtocol IPv4
67 /// packets that get through the receive filters.
71 /// Set to TRUE to receive ICMP error report packets. Ignored when
76 /// Set to TRUE to receive broadcast IPv4 packets. Ignored when
82 /// Set to TRUE to receive all IPv4 packets that are sent to any
112 /// Set to TRUE to send and receive unformatted packets. The other
113 /// IPv4 receive filters are still applied. Fragmentation is disabled for RawData mode.
118 /// receive timeout event to be associated with each assembled
[all …]
H A DUdp4.h5 to transmit and receive UDP packets.
129 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data.
166 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data.
285 transmit and receive queues.
287 poll the underlying communications device fast enough to transmit and/or receive
297 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
307 Places an asynchronous receive request into the receiving queue.
309 The Receive() function places a completion token into the receive packet queue.
312 field cannot be NULL. When the receive operation completes, the EFI UDPv4 Protocol
315 will enable the user to receive the notification and receiving status. That
[all …]
H A DUdp6.h3 the EFI IPv6 Protocol and provides simple packet-oriented services to transmit and receive
82 /// EFI_UDP6_FRAGMENT_DATA allows multiple receive or transmit buffers to be specified.
141 /// The receive timeout value (number of microseconds) to be associated with each
249 /// The EFI_UDP6_COMPLETION_TOKEN structures are used for both transmit and receive operations.
265 /// - EFI_SUCCESS: The receive or transmit operation completed successfully.
266 /// - EFI_ABORTED: The receive or transmit was aborted.
277 /// received. For example, packets are being sent too fast for the destination to receive them
280 /// - EFI_SECURITY_VIOLATION: The transmit or receive was failed because of IPsec policy check.
412 receive the notification and transmitting status.
462 Places an asynchronous receive request into the receiving queue.
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/
Dbasic_datagram_socket_ext.hpp627 /// Receive some data on a connected socket.
629 * This function is used to receive data on the datagram socket. The function
639 * @note The receive operation can only be used with a connected socket. Use
640 * the receive_from function to receive data on an unconnected datagram
644 * To receive into a single data buffer use the @ref buffer function as
646 * @code socket.receive(boost::asio::buffer(data, size)); @endcode
652 std::size_t receive(const MutableBufferSequence& buffers) in receive() function in boost::asio::basic_datagram_socket_ext
655 std::size_t s = this->get_service().receive( in receive()
657 boost::asio::detail::throw_error(ec, "receive"); in receive()
661 /// Receive some data on a connected socket.
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/
Dbasic_datagram_socket_ext.hpp681 /// Receive some data on a connected socket.
683 * This function is used to receive data on the datagram socket. The function
693 * @note The receive operation can only be used with a connected socket. Use
694 * the receive_from function to receive data on an unconnected datagram
698 * To receive into a single data buffer use the @ref buffer function as
700 * @code socket.receive(boost::asio::buffer(data, size)); @endcode
706 std::size_t receive(const MutableBufferSequence& buffers) in receive() function in boost::asio::basic_datagram_socket_ext
709 std::size_t s = this->impl_.get_service().receive( in receive()
711 boost::asio::detail::throw_error(ec, "receive"); in receive()
715 /// Receive some data on a connected socket.
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/
Dbasic_datagram_socket_ext.hpp681 /// Receive some data on a connected socket.
683 * This function is used to receive data on the datagram socket. The function
693 * @note The receive operation can only be used with a connected socket. Use
694 * the receive_from function to receive data on an unconnected datagram
698 * To receive into a single data buffer use the @ref buffer function as
700 * @code socket.receive(boost::asio::buffer(data, size)); @endcode
706 std::size_t receive(const MutableBufferSequence& buffers) in receive() function in boost::asio::basic_datagram_socket_ext
709 std::size_t s = this->impl_.get_service().receive( in receive()
711 boost::asio::detail::throw_error(ec, "receive"); in receive()
715 /// Receive some data on a connected socket.
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/
Dbasic_datagram_socket_ext.hpp681 /// Receive some data on a connected socket.
683 * This function is used to receive data on the datagram socket. The function
693 * @note The receive operation can only be used with a connected socket. Use
694 * the receive_from function to receive data on an unconnected datagram
698 * To receive into a single data buffer use the @ref buffer function as
700 * @code socket.receive(boost::asio::buffer(data, size)); @endcode
706 std::size_t receive(const MutableBufferSequence& buffers) in receive() function in boost::asio::basic_datagram_socket_ext
709 std::size_t s = this->impl_.get_service().receive( in receive()
711 boost::asio::detail::throw_error(ec, "receive"); in receive()
715 /// Receive some data on a connected socket.
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dserver_test.cc196 fake_chan()->Receive(kInvalidPDU); in TEST_F()
218 fake_chan()->Receive(kRequest); in TEST_F()
242 fake_chan()->Receive(kRequest); in TEST_F()
259 fake_chan()->Receive(kInvalidPDU); in TEST_F()
294 fake_chan()->Receive(kInvalidStartHandle); in TEST_F()
296 fake_chan()->Receive(kInvalidEndHandle); in TEST_F()
316 fake_chan()->Receive(kRequest); in TEST_F()
345 fake_chan()->Receive(kRequest); in TEST_F()
370 fake_chan()->Receive(kRequest); in TEST_F()
402 fake_chan()->Receive(kRequest); in TEST_F()
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DIp4.h66 /// The default IPv4 protocol packets to send and receive. Ignored
71 /// Set to TRUE to receive all IPv4 packets that get through the receive filters.
72 /// Set to FALSE to receive only the DefaultProtocol IPv4
73 /// packets that get through the receive filters.
77 /// Set to TRUE to receive ICMP error report packets. Ignored when
82 /// Set to TRUE to receive broadcast IPv4 packets. Ignored when
88 /// Set to TRUE to receive all IPv4 packets that are sent to any
118 /// Set to TRUE to send and receive unformatted packets. The other
119 /// IPv4 receive filters are still applied. Fragmentation is disabled for RawData mode.
124 /// receive timeout event to be associated with each assembled
[all …]
H A DUdp4.h5 to transmit and receive UDP packets.
136 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data.
174 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data.
293 transmit and receive queues.
295 poll the underlying communications device fast enough to transmit and/or receive
305 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
315 Places an asynchronous receive request into the receiving queue.
317 The Receive() function places a completion token into the receive packet queue.
320 field cannot be NULL. When the receive operation completes, the EFI UDPv4 Protocol
323 will enable the user to receive the notification and receiving status. That
[all …]
H A DUdp6.h3 the EFI IPv6 Protocol and provides simple packet-oriented services to transmit and receive
88 /// EFI_UDP6_FRAGMENT_DATA allows multiple receive or transmit buffers to be specified.
147 /// The receive timeout value (number of microseconds) to be associated with each
255 /// The EFI_UDP6_COMPLETION_TOKEN structures are used for both transmit and receive operations.
271 /// - EFI_SUCCESS: The receive or transmit operation completed successfully.
272 /// - EFI_ABORTED: The receive or transmit was aborted.
283 /// received. For example, packets are being sent too fast for the destination to receive them
286 /// - EFI_SECURITY_VIOLATION: The transmit or receive was failed because of IPsec policy check.
418 receive the notification and transmitting status.
468 Places an asynchronous receive request into the receiving queue.
[all …]
/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/aidl/
DIHealthConnectService.aidl91 * @param callback Callback to receive result of performing this operation.
103 * @param callback Callback to receive result of performing this operation.
115 * @param callback Callback to receive result of performing this operation.
127 * @param callback Callback to receive result of performing this operation.
157 * @param callback Callback to receive result of performing this operation
167 * @param callback Callback to receive result of performing this operation
176 * @param callback Callback to receive result of performing this operation
185 * @param callback Callback to receive result of performing this operation
204 * @param callback Callback to receive result of performing this operation.
210 * @param callback Callback to receive result of performing this operation.
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbasic_raw_socket.hpp50 * Synchronous @c send, @c send_to, @c receive, @c receive_from, and @c connect
696 /// Receive some data on a connected socket.
698 * This function is used to receive data on the raw socket. The function
708 * @note The receive operation can only be used with a connected socket. Use
709 * the receive_from function to receive data on an unconnected raw
713 * To receive into a single data buffer use the @ref buffer function as
715 * @code socket.receive(boost::asio::buffer(data, size)); @endcode
721 std::size_t receive(const MutableBufferSequence& buffers) in receive() function in boost::asio::basic_raw_socket
724 std::size_t s = this->impl_.get_service().receive( in receive()
726 boost::asio::detail::throw_error(ec, "receive"); in receive()
[all …]
Dbasic_datagram_socket.hpp50 * Synchronous @c send, @c send_to, @c receive, @c receive_from, and @c connect
704 /// Receive some data on a connected socket.
706 * This function is used to receive data on the datagram socket. The function
716 * @note The receive operation can only be used with a connected socket. Use
717 * the receive_from function to receive data on an unconnected datagram
721 * To receive into a single data buffer use the @ref buffer function as
723 * @code socket.receive(boost::asio::buffer(data, size)); @endcode
729 std::size_t receive(const MutableBufferSequence& buffers) in receive() function in boost::asio::basic_datagram_socket
732 std::size_t s = this->impl_.get_service().receive( in receive()
734 boost::asio::detail::throw_error(ec, "receive"); in receive()
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/res/xml/
H A Dpower_profile_test_modem.xml28 <receive>30</receive>
45 <receive>3</receive>
55 <receive>13</receive>
65 <receive>53</receive>
82 <receive>3</receive>
92 <receive>10</receive>
102 <receive>13</receive>
112 <receive>23</receive>
122 <receive>33</receive>
132 <receive>43</receive>
[all …]
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_stream_socket.hpp410 /// Receive some data on the socket.
412 * This function is used to receive data on the stream socket. The function
424 * @note The receive operation may not receive all of the requested number of
429 * To receive into a single data buffer use the @ref buffer function as
432 * socket.receive(asio::buffer(data, size));
439 std::size_t receive(const MutableBufferSequence& buffers) in receive() function in asio::basic_stream_socket
442 std::size_t s = this->get_service().receive( in receive()
444 asio::detail::throw_error(ec, "receive"); in receive()
448 /// Receive some data on the socket.
450 * This function is used to receive data on the stream socket. The function
[all …]

12345678910>>...558