Home
last modified time | relevance | path

Searched refs:SendPacket (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dmouse_location.cpp232 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in ReplySubscribeMouseLocation()
248 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in ReplyUnSubscribeMouseLocation()
264 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in SubscribeMouseLocation()
280 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in UnSubscribeMouseLocation()
297 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in SyncMouseLocation()
355 int32_t MouseLocation::SendPacket(const std::string &remoteNetworkId, NetPacket &packet) in SendPacket() function in OHOS::Msdp::DeviceStatus::Cooperate::MouseLocation
363 if (context_->GetDSoftbus().SendPacket(remoteNetworkId, packet) != RET_OK) { in SendPacket()
H A Ddsoftbus_handler.cpp127 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in StartCooperate()
138 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in StopCooperate()
154 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in ComeBack()
170 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in RelayCooperate()
186 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in RelayCooperateFinish()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dmouse_location.cpp252 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in ReplySubscribeMouseLocation()
268 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in ReplyUnSubscribeMouseLocation()
284 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in SubscribeMouseLocation()
300 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in UnSubscribeMouseLocation()
317 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in SyncMouseLocation()
375 int32_t MouseLocation::SendPacket(const std::string &remoteNetworkId, NetPacket &packet) in SendPacket() function in OHOS::Msdp::DeviceStatus::Cooperate::MouseLocation
383 if (context_->GetDSoftbus().SendPacket(remoteNetworkId, packet) != RET_OK) { in SendPacket()
H A Ddsoftbus_handler.cpp127 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in StartCooperate()
138 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in StopCooperate()
154 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in ComeBack()
170 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in RelayCooperate()
186 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in RelayCooperateFinish()
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter.cpp58 int32_t DSoftbusAdapter::SendPacket(const std::string &networkId, NetPacket &packet) in SendPacket() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapter
60 return DSoftbusAdapterImpl::GetInstance()->SendPacket(networkId, packet); in SendPacket()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_network.cpp194 void Network::SendPacket(const Packet& packet) in SendPacket() function in OHOS::Rosen::Network
263 SendPacket(packet); in SendRSTreeDumpJSON()
271 SendPacket(packet); in SendRSTreePerfNodeList()
280 SendPacket(packet); in SendRSTreeSingleNodePerf()
288 SendPacket(packet); in SendBinary()
307 SendPacket(packet); in SendMessage()
H A Drs_profiler_network.h72 static void SendPacket(const Packet& packet);
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter.cpp58 int32_t DSoftbusAdapter::SendPacket(const std::string &networkId, NetPacket &packet) in SendPacket() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapter
60 return DSoftbusAdapterImpl::GetInstance()->SendPacket(networkId, packet); in SendPacket()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp107 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent()
127 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp168 size_t VendorInterface::SendPacket(Hci::HciPacketType type, const std::vector<uint8_t> &packet) in SendPacket() function in OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface
189 return hci_->SendPacket(type, packet); in SendPacket()
235 return VendorInterface::GetInstance()->SendPacket( in OnCmdXmitCallback()
H A Dhci_protocol.h36 … virtual ssize_t SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) = 0;
H A Dh4_protocol.h31 ssize_t SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) override;
H A Dmct_protocol.h31 ssize_t SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) override;
H A Dvendor_interface.h46 size_t SendPacket(Hci::HciPacketType type, const std::vector<uint8_t> &packet);
H A Dh4_protocol.cpp59 ssize_t H4Protocol::SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) in SendPacket() function in OHOS::HDI::Bluetooth::Hci::H4Protocol
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp113 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent()
133 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter.h42 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter.h42 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
/ohos5.0/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
H A Ddsoftbus_adapter_test.cpp247 HWTEST_F(DsoftbusAdapterTest, SendPacket, TestSize.Level1)
254 ASSERT_NO_FATAL_FAILURE(dSoftbusAdapter.SendPacket(networkId, packet));
446 ASSERT_NO_FATAL_FAILURE(DSoftbusAdapterImpl::GetInstance()->SendPacket(networkId, packet));
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/
H A Di_dsoftbus_adapter.h55 virtual int32_t SendPacket(const std::string &networkId, NetPacket &packet) = 0;
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_dsoftbus_adapter.h55 virtual int32_t SendPacket(const std::string &networkId, NetPacket &packet) = 0;
/ohos5.0/base/msdp/device_status/test/unittest/intention/adapters/src/
H A Ddsoftbus_adapter_test.cpp247 HWTEST_F(DsoftbusAdapterTest, SendPacket, TestSize.Level1)
254 ASSERT_NO_FATAL_FAILURE(dSoftbusAdapter.SendPacket(networkId, packet));
446 ASSERT_NO_FATAL_FAILURE(DSoftbusAdapterImpl::GetInstance()->SendPacket(networkId, packet));
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dmouse_location.h62 int32_t SendPacket(const std::string &remoteNetworkId, NetPacket &packet);
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dmouse_location.h63 int32_t SendPacket(const std::string &remoteNetworkId, NetPacket &packet);
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_impl.cpp91 …size_t result = VendorInterface::GetInstance()->SendPacket(static_cast<HciPacketType>(type), data); in SendHciPacket()

12