/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()
|
H A D | dsoftbus_adapter_impl.cpp | 190 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/ |
H A D | mouse_location.cpp | 252 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in ReplySubscribeMouseLocation() 253 FI_HILOGE("SendPacket failed"); in ReplySubscribeMouseLocation() 268 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in ReplyUnSubscribeMouseLocation() 269 FI_HILOGE("SendPacket failed"); in ReplyUnSubscribeMouseLocation() 284 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in SubscribeMouseLocation() 285 FI_HILOGE("SendPacket failed"); in SubscribeMouseLocation() 300 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in UnSubscribeMouseLocation() 301 FI_HILOGE("SendPacket failed"); in UnSubscribeMouseLocation() 317 if (SendPacket(event.remoteNetworkId, packet) != RET_OK) { in SyncMouseLocation() 318 FI_HILOGE("SendPacket faile in SyncMouseLocation() 375 int32_t MouseLocation::SendPacket(const std::string &remoteNetworkId, NetPacket &packet) SendPacket() function in OHOS::Msdp::DeviceStatus::Cooperate::MouseLocation [all...] |
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()
|
H A D | input_device_mgr.cpp | 140 if (int32_t ret = env_->GetDSoftbus().SendPacket(remoteNetworkId, packet); ret != RET_OK) { in NotifyInputDeviceToRemote()
|
/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;
|
H A D | dsoftbus_adapter_impl.h | 83 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override; 111 SendPacket
|
/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;
|
/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | mouse_location.h | 63 int32_t SendPacket(const std::string &remoteNetworkId, NetPacket &packet);
|
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_interceptor.cpp | 128 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet);
in OnPointerEvent() 168 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet);
in OnKeyEvent()
|
/base/msdp/device_status/test/unittest/intention/adapters/src/ |
H A D | dsoftbus_adapter_test.cpp | 243 * @tc.desc: Test SendPacket 247 HWTEST_F(DsoftbusAdapterTest, SendPacket, TestSize.Level1) in HWTEST_F() 254 ASSERT_NO_FATAL_FAILURE(dSoftbusAdapter.SendPacket(networkId, packet)); in HWTEST_F() 432 * @tc.desc: Test SendPacket 446 ASSERT_NO_FATAL_FAILURE(DSoftbusAdapterImpl::GetInstance()->SendPacket(networkId, packet)); in HWTEST_F()
|
/base/msdp/device_status/test/fuzztest/dsoftbusadapter_fuzzer/ |
H A D | dsoftbusadapter_fuzzer.cpp | 167 DSoftbusAdapterImpl::GetInstance()->SendPacket(networkId, packet); in SendPacketFuzzTest()
|
/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 334 int32_t ret = g_context->mouseLocation_.SendPacket("test", pkt); in HWTEST_F()
|