Home
last modified time | relevance | path

Searched defs:recv (Results 1 – 25 of 74) sorted by relevance

123

/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_history.cpp23 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, uint64_t start, uint64_t end) in GetHistory()
33 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, uint32_t uid, uint64_t start, … in GetHistory()
43 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, const std::string &iface, uint… in GetHistory()
54 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, const std::string &iface, uint… in GetHistory()
65 int32_t NetStatsHistory::GetHistoryByIdent(std::vector<NetStatsInfo> &recv, const std::string &iden… in GetHistoryByIdent()
76 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, uint32_t uid, const std::strin… in GetHistory()
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_connection.cpp32 std::function<void(NetPacket&)> recv, in SocketConnection()
45 std::function<void(NetPacket&)> recv, std::function<void()> onDisconnected) in Connect()
/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_connection.cpp32 std::function<void(NetPacket&)> recv, in SocketConnection()
45 std::function<void(NetPacket&)> recv, std::function<void()> onDisconnected) in Connect()
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_quota_policy.cpp110 NetQuotaPolicy recv; variable
132 std::vector<NetQuotaPolicy> recv; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/
H A Dmod.rs104 pub async fn recv(&mut self) { in recv() method
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp124 void TcpSocketClientManager::RecvMsg(QByteArray recv) in RecvMsg()
131 void TcpSocketClientManager::OnGetMsgInfo(const std::shared_ptr<QByteArray> recv) in OnGetMsgInfo()
287 std::shared_ptr<QByteArray> recv = recv_.front(); in OnRunRecvMsg() local
H A Dtcp_socket.cpp98 QByteArray recv = tcpSocket_->readAll(); in OnSocketReadyRead() local
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dlistener_base.h34 napi_value recv; member
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnapi_net_policy.cpp146 napi_value recv = nullptr; in CompleteSetPolicyByUid() local
183 napi_value recv = nullptr; in CompleteGetUidsByPolicy() local
210 napi_value recv = nullptr; in CompleteGetPolicyByUid() local
255 napi_value recv = nullptr; in CompleteNetPolicyResultCode() local
285 napi_value recv = nullptr; in CompleteOn() local
313 napi_value recv = nullptr; in CompleteOff() local
531 napi_value recv = nullptr; in CompleteSetBackgroundPolicy() local
/ohos5.0/base/request/request/frameworks/js/napi/src/legacy/
H A Drequest_manager.cpp68 napi_ref recv{}; in CallFunctionAsync() local
103 [descriptor](napi_env env, napi_ref *recv, int &argc, napi_value *argv) { in OnTaskDone()
112 [descriptor, errMsg](napi_env env, napi_ref *recv, int &argc, napi_value *argv) { in OnTaskDone()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dtimer_test.rs29 let recv = RECV_SIZE; in download() localVariable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_frame_info.h27 int64_t recv = 0; member
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Djs_measure.cpp104 ResourceInfo recv; in HandleIntStyle() local
134 ResourceInfo recv; in HandleStringType() local
168 ResourceInfo recv; in HandleDimensionType() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dpcb.h39 struct SpungePcbRateControlItem recv; member
H A Dsysio.h30 void *(*recv)(void *arg, FILLP_CONST void *buf, void *databuf); member
/ohos5.0/base/msdp/device_status/test/fuzztest/ipcsocket_fuzzer/
H A Dipcsocket_fuzzer.cpp67 auto recv = [](const NetPacket &pkt) { in SocketConnectionFuzzTest() local
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_common.cpp72 napi_value recv = nullptr; in ReturnCallbackResult() local
/ohos5.0/base/request/request/services/src/service/run_count/
H A Dmanager.rs94 let recv = match self.rx.recv().await { in run() localVariable
/ohos5.0/base/request/request/services/src/service/client/
H A Dmanager.rs74 let recv = match self.rx.recv().await { in run() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs351 let recv = crate::runtime::spawn(async move { in launch() localVariable
353 let mut recv = RecvData::new(decoder, recv_settings_sync, read, resp_tx); in launch() localVariable
549 pub(crate) async fn recv(&mut self) -> Result<Frame, HttpClientError> { in recv() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
H A Dmod.rs319 pub async fn recv(&mut self) -> Result<T, RecvError> { in recv() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Ddatagram.rs184 pub fn recv(&self, buf: &mut [u8]) -> io::Result<usize> { in recv() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Dmod.rs439 pub async fn recv(&mut self) -> Result<T, RecvError> { in recv() method
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_timer_module.cpp99 napi_value recv = nullptr; in operator ()() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Ddatagram.rs369 pub async fn recv(&self, buf: &mut [u8]) -> Result<usize> { in recv() method

123