/foundation/multimodalinput/input/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 | 184 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 D | rs_profiler_network.cpp | 109 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 D | rs_profiler_network.h | 73 static void SendPacket(const Packet& packet);
|
/foundation/multimodalinput/input/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()
|
/foundation/multimodalinput/input/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 | 82 int32_t SendPacket(const std::string &networkId, NetPacket &packet) override;
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_interceptor.cpp | 116 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent() 136 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
|
/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_dsoftbus_adapter.h | 55 virtual int32_t SendPacket(const std::string &networkId, NetPacket &packet) = 0;
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | mouse_location.h | 63 int32_t SendPacket(const std::string &remoteNetworkId, NetPacket &packet);
|
/foundation/multimodalinput/input/intention/adapters/test/unittest/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()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile_peer.h | 591 bool SendPacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTimeStamp) const;
|
H A D | a2dp_profile.cpp | 387 peer->SendPacket(packetData->packet, packetData->frames, packetData->bytes, packetData->pktTimeStamp); in DequeuePacket()
|
H A D | a2dp_profile_peer.cpp | 1259 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 D | time_sync.h | 126 int SendPacket(const DeviceID &deviceId, const Message *message, const CommErrHandler &handler = nullptr);
|
H A D | time_sync.cpp | 441 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()
|