Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/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.cpp184 int32_t DSoftbusAdapterImpl::SendPacket(const std::string &networkId, NetPacket &packet) in SendPacket() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapterImpl
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_network.cpp109 void Network::SendPacket(const Packet& packet) in SendPacket() function in OHOS::Rosen::Network
178 SendPacket(packet); in SendRSTreeDumpJSON()
186 SendPacket(packet); in SendRSTreePerfNodeList()
195 SendPacket(packet); in SendRSTreeSingleNodePerf()
211 SendPacket(packet); in SendBinary()
230 SendPacket(packet); in SendMessage()
H A Drs_profiler_network.h73 static void SendPacket(const Packet& packet);
/foundation/multimodalinput/input/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()
/foundation/multimodalinput/input/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.h82 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp116 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent()
136 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_dsoftbus_adapter.h55 virtual int32_t SendPacket(const std::string &networkId, NetPacket &packet) = 0;
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dmouse_location.h63 int32_t SendPacket(const std::string &remoteNetworkId, NetPacket &packet);
/foundation/multimodalinput/input/intention/adapters/test/unittest/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()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.h591 bool SendPacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTimeStamp) const;
H A Da2dp_profile.cpp387 peer->SendPacket(packetData->packet, packetData->frames, packetData->bytes, packetData->pktTimeStamp); in DequeuePacket()
H A Da2dp_profile_peer.cpp1259 bool A2dpProfilePeer::SendPacket(const Packet *packet, size_t frames, uint32_t bytes, in SendPacket() function in OHOS::bluetooth::A2dpProfilePeer
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.h126 int SendPacket(const DeviceID &deviceId, const Message *message, const CommErrHandler &handler = nullptr);
H A Dtime_sync.cpp441 errCode = SendPacket(deviceId_, ackMessage); in RequestRecv()
484 int TimeSync::SendPacket(const DeviceID &deviceId, const Message *message, const CommErrHandler &handler) in SendPacket() function in DistributedDB::TimeSync
490 LOGE("[TimeSync] SendPacket failed, err %d", errCode); in SendPacket()
624 return SendPacket(deviceId_, message, [handler, timeSyncPtr, sessionId, this](int errCode) { in SendMessageWithSendEnd()

Completed in 12 milliseconds