| /foundation/CastEngine/castengine_wifi_display/services/network/client/ |
| D | tcp_client.cpp | 98 bool TcpClient::Send(const DataBuffer::Ptr &buf, int32_t nSize) in Send() function in OHOS::Sharing::TcpClient 105 bool TcpClient::Send(const char *buf, int32_t nSize) in Send() function in OHOS::Sharing::TcpClient 123 bool TcpClient::Send(const std::string &msg) in Send() function in OHOS::Sharing::TcpClient
|
| D | udp_client.cpp | 88 bool UdpClient::Send(const DataBuffer::Ptr &buf, int32_t nSize) in Send() function in OHOS::Sharing::UdpClient 95 bool UdpClient::Send(const char *buf, int32_t nSize) in Send() function in OHOS::Sharing::UdpClient 118 bool UdpClient::Send(const std::string &msg) in Send() function in OHOS::Sharing::UdpClient
|
| /foundation/CastEngine/castengine_wifi_display/services/network/session/ |
| D | tcp_session.cpp | 55 bool TcpSession::Send(const DataBuffer::Ptr &buf, int32_t nSize) in Send() function in OHOS::Sharing::TcpSession 62 bool TcpSession::Send(const char *buf, int32_t nSize) in Send() function in OHOS::Sharing::TcpSession
|
| D | udp_session.cpp | 70 bool UdpSession::Send(const DataBuffer::Ptr &buf, int32_t nSize) in Send() function in OHOS::Sharing::UdpSession 76 bool UdpSession::Send(const char *buf, int32_t nSize) in Send() function in OHOS::Sharing::UdpSession
|
| D | base_network_session.cpp | 56 bool BaseNetworkSession::Send(const DataBuffer::Ptr &buf, int32_t nSize) in Send() function in OHOS::Sharing::BaseNetworkSession 64 bool BaseNetworkSession::Send(const char *buf, int32_t nSize) in Send() function in OHOS::Sharing::BaseNetworkSession
|
| /foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/mock/ |
| D | mock_client.h | 27 bool Send(const DataBuffer::Ptr &buf, int32_t nSize) in Send() function
|
| D | mock_network_session.h | 27 bool Send(const DataBuffer::Ptr &buf, int32_t nSize) in Send() function
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/ |
| D | wifi_direct_event_sender.h | 26 void Send(const Content &content) in Send() function
|
| /foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
| 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
|
| D | completed_dispatcher.cpp | 24 void CompletedDispatcher::Send(const int32_t resultCode) in Send() function in OHOS::AbilityRuntime::WantAgent::CompletedDispatcher
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/ |
| D | channel.h | 53 virtual bool Send(const uint8_t *buffer, int length) in Send() function
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| D | want_sender_proxy.cpp | 31 void WantSenderProxy::Send(SenderInfo &senderInfo) in Send() function in OHOS::AAFwk::WantSenderProxy
|
| D | want_receiver_proxy.cpp | 31 void WantReceiverProxy::Send(const int32_t resultCode) in Send() function in OHOS::AAFwk::WantReceiverProxy
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
| D | stream_msg_manager.cpp | 29 bool StreamMsgManager::Send(const HistoryStats &stats) in Send() function in Communication::SoftBus::StreamMsgManager
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/ |
| D | channel.h | 53 virtual bool Send(const uint8_t *buffer, int length) in Send() function
|
| /foundation/ability/ability_runtime/test/unittest/want_sender_proxy_test/ |
| D | want_sender_stub_mock.h | 42 virtual void Send(SenderInfo& senderInfo) {} in Send() function
|
| /foundation/multimodalinput/input/intention/common/channel/include/ |
| 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
|
| /foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
| 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
|
| /foundation/ability/ability_runtime/test/unittest/want_sender_stub_test/ |
| D | want_sender_stub_impl_mock.h | 51 virtual void Send(SenderInfo& senderInfo) {}; in Send() function
|
| /foundation/ability/ability_runtime/test/unittest/want_receiver_proxy_test/ |
| D | want_receiver_stub_mock.h | 42 virtual void Send(const int32_t resultCode) {}; in Send() function
|
| /foundation/communication/ipc/ipc/native/c/rpc/trans_adapter/include/ |
| D | rpc_trans.h | 36 int32_t (*Send)(int32_t sessionId, const void *data, uint32_t len); member
|
| /foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/ |
| D | want_receiver_stub_impl_mock.h | 51 virtual void Send(const int32_t resultCode) {}; in Send() function
|
| /foundation/communication/ipc/ipc/native/c/rpc/trans_adapter/src/ |
| D | rpc_softbus_trans.c | 95 static int32_t Send(int32_t sessionId, const void *data, uint32_t len) in Send() function
|
| /foundation/ability/ability_runtime/test/fuzztest/wantsenderstub_fuzzer/ |
| D | wantsenderstub_fuzzer.cpp | 46 void Send(SenderInfo& senderInfo) override in Send() function in OHOS::WantSenderStubFuzzTest
|
| /foundation/ability/ability_runtime/test/unittest/wants_info_test/ |
| D | wants_info_test.cpp | 53 void WantsInfoTest::CancelReceiver::Send(const int32_t resultCode) in Send() function in OHOS::AAFwk::WantsInfoTest::CancelReceiver
|