Home
last modified time | relevance | path

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

/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
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()
Ddsoftbus_adapter_impl.cpp149 int32_t DSoftbusAdapterImpl::SendPacket(const std::string &networkId, NetPacket &packet) in SendPacket() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapterImpl
/base/msdp/device_status/intention/cooperate/plugin/src/
Dmouse_location.cpp197 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in ReplySubscribeMouseLocation()
213 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in ReplyUnSubscribeMouseLocation()
229 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in SubscribeMouseLocation()
245 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in UnSubscribeMouseLocation()
262 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in SyncMouseLocation()
320 int32_t MouseLocation::SendPacket(const std::string &remoteNetworkId, NetPacket &packet) in SendPacket() function in OHOS::Msdp::DeviceStatus::Cooperate::MouseLocation
328 if (context_->GetDSoftbus().SendPacket(remoteNetworkId, packet) != RET_OK) { in SendPacket()
Ddsoftbus_handler.cpp106 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in StartCooperate()
117 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in StopCooperate()
133 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in ComeBack()
149 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in RelayCooperate()
165 int32_t ret = env_->GetDSoftbus().SendPacket(networkId, packet); in RelayCooperateFinish()
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
Dinput_event_interceptor.cpp93 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent()
113 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/
Ddsoftbus_adapter.h42 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
Ddsoftbus_adapter_impl.h82 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
/base/msdp/device_status/intention/prototype/include/
Di_dsoftbus_adapter.h54 virtual int32_t SendPacket(const std::string &networkId, NetPacket &packet) = 0;
/base/msdp/device_status/intention/cooperate/plugin/include/
Dmouse_location.h63 int32_t SendPacket(const std::string &remoteNetworkId, NetPacket &packet);
/base/msdp/device_status/intention/adapters/test/unittest/src/
Ddsoftbus_adapter_test.cpp229 HWTEST_F(DsoftbusAdapterTest, SendPacket, TestSize.Level1)
236 ASSERT_NO_FATAL_FAILURE(dSoftbusAdapter.SendPacket(networkId, packet));