/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/ |
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()
|
D | dsoftbus_adapter_impl.cpp | 149 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/ |
D | mouse_location.cpp | 197 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()
|
D | dsoftbus_handler.cpp | 106 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/ |
D | input_event_interceptor.cpp | 93 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent() 113 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
|
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/ |
D | dsoftbus_adapter.h | 42 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
|
D | dsoftbus_adapter_impl.h | 82 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
|
/base/msdp/device_status/intention/prototype/include/ |
D | i_dsoftbus_adapter.h | 54 virtual int32_t SendPacket(const std::string &networkId, NetPacket &packet) = 0;
|
/base/msdp/device_status/intention/cooperate/plugin/include/ |
D | mouse_location.h | 63 int32_t SendPacket(const std::string &remoteNetworkId, NetPacket &packet);
|
/base/msdp/device_status/intention/adapters/test/unittest/src/ |
D | dsoftbus_adapter_test.cpp | 229 HWTEST_F(DsoftbusAdapterTest, SendPacket, TestSize.Level1) 236 ASSERT_NO_FATAL_FAILURE(dSoftbusAdapter.SendPacket(networkId, packet));
|