/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | mouse_location.cpp | 232 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 D | dsoftbus_handler.cpp | 127 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 D | mouse_location.cpp | 252 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 D | dsoftbus_handler.cpp | 127 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 D | dsoftbus_adapter.cpp | 58 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 D | rs_profiler_network.cpp | 194 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 D | rs_profiler_network.h | 72 static void SendPacket(const Packet& packet);
|
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/ |
H A D | dsoftbus_adapter.cpp | 58 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 D | input_event_interceptor.cpp | 107 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 D | vendor_interface.cpp | 168 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 D | hci_protocol.h | 36 … virtual ssize_t SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) = 0;
|
H A D | h4_protocol.h | 31 ssize_t SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) override;
|
H A D | mct_protocol.h | 31 ssize_t SendPacket(HciPacketType packetType, const std::vector<uint8_t> &packetData) override;
|
H A D | vendor_interface.h | 46 size_t SendPacket(Hci::HciPacketType type, const std::vector<uint8_t> &packet);
|
H A D | h4_protocol.cpp | 59 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 D | input_event_interceptor.cpp | 113 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 D | dsoftbus_adapter.h | 42 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
|
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/ |
H A D | dsoftbus_adapter.h | 42 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
|
/ohos5.0/foundation/multimodalinput/input/intention/adapters/test/unittest/src/ |
H A D | dsoftbus_adapter_test.cpp | 247 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 D | i_dsoftbus_adapter.h | 55 virtual int32_t SendPacket(const std::string &networkId, NetPacket &packet) = 0;
|
/ohos5.0/base/msdp/device_status/intention/prototype/include/ |
H A D | i_dsoftbus_adapter.h | 55 virtual int32_t SendPacket(const std::string &networkId, NetPacket &packet) = 0;
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/adapters/src/ |
H A D | dsoftbus_adapter_test.cpp | 247 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 D | mouse_location.h | 62 int32_t SendPacket(const std::string &remoteNetworkId, NetPacket &packet);
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | mouse_location.h | 63 int32_t SendPacket(const std::string &remoteNetworkId, NetPacket &packet);
|
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/ |
H A D | hci_interface_impl.cpp | 91 …size_t result = VendorInterface::GetInstance()->SendPacket(static_cast<HciPacketType>(type), data); in SendHciPacket()
|