Home
last modified time | relevance | path

Searched defs:Send (Results 1 – 25 of 62) sorted by relevance

123

/foundation/CastEngine/castengine_wifi_display/services/network/client/
Dtcp_client.cpp98 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
Dudp_client.cpp88 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/
Dtcp_session.cpp55 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
Dudp_session.cpp70 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
Dbase_network_session.cpp56 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/
Dmock_client.h27 bool Send(const DataBuffer::Ptr &buf, int32_t nSize) in Send() function
Dmock_network_session.h27 bool Send(const DataBuffer::Ptr &buf, int32_t nSize) in Send() function
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/
Dwifi_direct_event_sender.h26 void Send(const Content &content) in Send() function
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
Dpending_want.cpp242 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
Dcompleted_dispatcher.cpp24 void CompletedDispatcher::Send(const int32_t resultCode) in Send() function in OHOS::AbilityRuntime::WantAgent::CompletedDispatcher
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/
Dchannel.h53 virtual bool Send(const uint8_t *buffer, int length) in Send() function
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dwant_sender_proxy.cpp31 void WantSenderProxy::Send(SenderInfo &senderInfo) in Send() function in OHOS::AAFwk::WantSenderProxy
Dwant_receiver_proxy.cpp31 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/
Dstream_msg_manager.cpp29 bool StreamMsgManager::Send(const HistoryStats &stats) in Send() function in Communication::SoftBus::StreamMsgManager
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/
Dchannel.h53 virtual bool Send(const uint8_t *buffer, int length) in Send() function
/foundation/ability/ability_runtime/test/unittest/want_sender_proxy_test/
Dwant_sender_stub_mock.h42 virtual void Send(SenderInfo& senderInfo) {} in Send() function
/foundation/multimodalinput/input/intention/common/channel/include/
Dchannel.h74 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/
Dhi_state_machine.cpp185 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/
Dwant_sender_stub_impl_mock.h51 virtual void Send(SenderInfo& senderInfo) {}; in Send() function
/foundation/ability/ability_runtime/test/unittest/want_receiver_proxy_test/
Dwant_receiver_stub_mock.h42 virtual void Send(const int32_t resultCode) {}; in Send() function
/foundation/communication/ipc/ipc/native/c/rpc/trans_adapter/include/
Drpc_trans.h36 int32_t (*Send)(int32_t sessionId, const void *data, uint32_t len); member
/foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/
Dwant_receiver_stub_impl_mock.h51 virtual void Send(const int32_t resultCode) {}; in Send() function
/foundation/communication/ipc/ipc/native/c/rpc/trans_adapter/src/
Drpc_softbus_trans.c95 static int32_t Send(int32_t sessionId, const void *data, uint32_t len) in Send() function
/foundation/ability/ability_runtime/test/fuzztest/wantsenderstub_fuzzer/
Dwantsenderstub_fuzzer.cpp46 void Send(SenderInfo& senderInfo) override in Send() function in OHOS::WantSenderStubFuzzTest
/foundation/ability/ability_runtime/test/unittest/wants_info_test/
Dwants_info_test.cpp53 void WantsInfoTest::CancelReceiver::Send(const int32_t resultCode) in Send() function in OHOS::AAFwk::WantsInfoTest::CancelReceiver

123