Searched refs:sessionsId (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_proxy.cpp | 405 …A2dpSrcProxy::OffloadStartPlaying(const RawAddress &device, const std::vector<int32_t> &sessionsId) in OffloadStartPlaying() argument 407 …return OffloadPlayingControl(device, sessionsId, BluetoothA2dpSrcInterfaceCode::BT_A2DP_SRC_OFFLOA… in OffloadStartPlaying() 410 …hA2dpSrcProxy::OffloadStopPlaying(const RawAddress &device, const std::vector<int32_t> &sessionsId) in OffloadStopPlaying() argument 412 …return OffloadPlayingControl(device, sessionsId, BluetoothA2dpSrcInterfaceCode::BT_A2DP_SRC_OFFLOA… in OffloadStopPlaying() 471 …dpSrcProxy::OffloadPlayingControl(const RawAddress &device, const std::vector<int32_t> &sessionsId, in OffloadPlayingControl() argument 479 CHECK_AND_RETURN_LOG_RET(WriteParcelableInt32Vector(sessionsId, data), BT_ERR_IPC_TRANS_FAILED, in OffloadPlayingControl() 480 …essionId error control:%{public}d, sessions size:%{public}d", control, (int32_t)sessionsId.size()); in OffloadPlayingControl()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src.h | 57 …tual int OffloadStartPlaying(const RawAddress &device, const std::vector<int32_t> &sessionsId) = 0; 58 …virtual int OffloadStopPlaying(const RawAddress &device, const std::vector<int32_t> &sessionsId) =…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_source_server.h | 57 …int OffloadStartPlaying(const RawAddress &device, const std::vector<int32_t> &sessionsId) override; 58 … int OffloadStopPlaying(const RawAddress &device, const std::vector<int32_t> &sessionsId) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 383 …t OffloadStartPlaying(const BluetoothRemoteDevice &device, const std::vector<int32_t> &sessionsId); 392 …nt OffloadStopPlaying(const BluetoothRemoteDevice &device, const std::vector<int32_t> &sessionsId);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 600 …e::OffloadStartPlaying(const BluetoothRemoteDevice &device, const std::vector<int32_t> &sessionsId) in OffloadStartPlaying() argument 605 CHECK_AND_RETURN_LOG_RET(sessionsId.size() != 0, BT_ERR_INVALID_PARAM, "session size zero."); in OffloadStartPlaying() 610 return proxy->OffloadStartPlaying(RawAddress(device.GetDeviceAddr()), sessionsId); in OffloadStartPlaying() 613 …ce::OffloadStopPlaying(const BluetoothRemoteDevice &device, const std::vector<int32_t> &sessionsId) in OffloadStopPlaying() argument 617 CHECK_AND_RETURN_LOG_RET(sessionsId.size() != 0, BT_ERR_INVALID_PARAM, "session size zero."); in OffloadStopPlaying() 622 return proxy->OffloadStopPlaying(RawAddress(device.GetDeviceAddr()), sessionsId); in OffloadStopPlaying()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_src_proxy.h | 83 …int OffloadPlayingControl(const RawAddress &device, const std::vector<int32_t> &sessionsId, int32_…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_source_server.cpp | 437 …SourceServer::OffloadStartPlaying(const RawAddress &device, const std::vector<int32_t> &sessionsId) in OffloadStartPlaying() argument 442 …pSourceServer::OffloadStopPlaying(const RawAddress &device, const std::vector<int32_t> &sessionsId) in OffloadStopPlaying() argument
|