Home
last modified time | relevance | path

Searched refs:SendPacket (Results 1 - 13 of 13) sorted by relevance

/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()
H A Ddsoftbus_adapter_impl.cpp190 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 Dmouse_location.cpp252 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 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()
H A Dinput_device_mgr.cpp140 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 Ddsoftbus_adapter.h42 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
H A Ddsoftbus_adapter_impl.h83 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
111 SendPacket
/base/msdp/device_status/intention/prototype/include/
H A Di_dsoftbus_adapter.h55 virtual int32_t SendPacket(const std::string &networkId, NetPacket &packet) = 0;
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dmouse_location.h63 int32_t SendPacket(const std::string &remoteNetworkId, NetPacket &packet);
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp128 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 Ddsoftbus_adapter_test.cpp243 * @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 Ddsoftbusadapter_fuzzer.cpp167 DSoftbusAdapterImpl::GetInstance()->SendPacket(networkId, packet); in SendPacketFuzzTest()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp334 int32_t ret = g_context->mouseLocation_.SendPacket("test", pkt); in HWTEST_F()

Completed in 10 milliseconds