/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/ |
H A D | core.rs | 32 P: ParallelIterator + Send, in core() 81 P: ParallelIterator + Send, in recur() 133 P: ParallelIterator + Send, in spawn_task() 158 P: ParallelIterator + Send, in recur_ffrt() 195 P: ParallelIterator + Send, in spawn_task_ffrt()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | for_each.rs | 19 P: ParallelIterator + Send, in for_each() 20 F: Fn(P::Item) + Copy + Sync + Send, in for_each()
|
H A D | sum.rs | 22 P: ParallelIterator + Send, in sum()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | foreign.rs | 135 unsafe impl Send for $owned {} impl 136 unsafe impl Send for $borrowed {} impl
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/ |
H A D | wifi_direct_event_sender.h | 26 void Send(const Content &content) in Send() function
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | stream_msg_manager.cpp | 29 bool StreamMsgManager::Send(const HistoryStats &stats) in Send() function in Communication::SoftBus::StreamMsgManager
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_proxy_test/ |
H A D | want_sender_stub_mock.h | 42 virtual void Send(SenderInfo& senderInfo) {} in Send() function
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | want_sender_proxy.cpp | 31 void WantSenderProxy::Send(SenderInfo &senderInfo) in Send() function in OHOS::AAFwk::WantSenderProxy
|
H A D | want_receiver_proxy.cpp | 31 void WantReceiverProxy::Send(const int32_t resultCode) in Send() function in OHOS::AAFwk::WantReceiverProxy
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | pending_want.cpp | 242 void PendingWant::Send(const sptr<AAFwk::IWantSender> &target) in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 247 void PendingWant::Send(int resultCode, const sptr<AAFwk::IWantSender> &target) in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 252 void PendingWant::Send(int resultCode, const std::shared_ptr<Want> &want, in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 258 void PendingWant::Send( in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 264 void PendingWant::Send(int resultCode, const std::shared_ptr<Want> &want, in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 270 void PendingWant::Send(int resultCode, const std::shared_ptr<Want> &want, in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 277 ErrCode PendingWant::Send(int resultCode, const std::shared_ptr<Want> &want, in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 353 void PendingWant::CancelReceiver::Send(const int32_t resultCode) in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant::CancelReceiver
|
H A D | completed_dispatcher.cpp | 24 void CompletedDispatcher::Send(const int32_t resultCode) in Send() function in OHOS::AbilityRuntime::WantAgent::CompletedDispatcher
|
/ohos5.0/foundation/multimodalinput/input/intention/common/channel/include/ |
H A D | channel.h | 74 int32_t Send(const Event &event) in Send() function 203 int32_t Channel<Event>::Send(const Event &event) in Send() function
|
/ohos5.0/base/msdp/device_status/intention/common/channel/include/ |
H A D | channel.h | 74 int32_t Send(const Event &event) in Send() function 203 int32_t Channel<Event>::Send(const Event &event) in Send() function
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
H A D | hi_state_machine.cpp | 185 int32_t HiStateMachine::Send(const MsgInfo &msg) in Send() function in OHOS::HiStateMachine 194 int32_t HiStateMachine::Send(int32_t what) in Send() function in OHOS::HiStateMachine
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_stub_test/ |
H A D | want_sender_stub_impl_mock.h | 51 virtual void Send(SenderInfo& senderInfo) {}; in Send() function
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_receiver_proxy_test/ |
H A D | want_receiver_stub_mock.h | 42 virtual void Send(const int32_t resultCode) {}; in Send() function
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/trans_adapter/include/ |
H A D | rpc_trans.h | 36 int32_t (*Send)(int32_t sessionId, const void *data, uint32_t len); member
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/ |
H A D | want_receiver_stub_impl_mock.h | 51 virtual void Send(const int32_t resultCode) {}; in Send() function
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/trans_adapter/src/ |
H A D | rpc_softbus_trans.c | 95 static int32_t Send(int32_t sessionId, const void *data, uint32_t len) in Send() function
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/wantsenderstub_fuzzer/ |
H A D | wantsenderstub_fuzzer.cpp | 46 void Send(SenderInfo& senderInfo) override in Send() function in OHOS::WantSenderStubFuzzTest
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/wants_info_test/ |
H A D | wants_info_test.cpp | 53 void WantsInfoTest::CancelReceiver::Send(const int32_t resultCode) in Send() function in OHOS::AAFwk::WantsInfoTest::CancelReceiver
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/sender_info_test/ |
H A D | sender_info_test.cpp | 50 void SenderInfoTest::CancelReceiver::Send(const int32_t resultCode) in Send() function in OHOS::AAFwk::SenderInfoTest::CancelReceiver
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | raw_socket.cpp | 103 int RawSocket::Send(uint8_t *buff, int count, uint8_t *destHwaddr) in Send() function in OHOS::Wifi::RawSocket
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/ |
H A D | fwmark_client.cpp | 56 int32_t FwmarkClient::Send(FwmarkCommand *data, int32_t fd) in Send() function in OHOS::nmd::FwmarkClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_any.h | 43 void Send(Args... args) in Send() function
|