Home
last modified time | relevance | path

Searched refs:A2dpSink (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp52 struct A2dpSink::impl {
90 A2dpSink::impl &a2dpSink_;
94 A2dpSink::impl::impl() in impl()
106 A2dpSink::impl::~impl() in ~impl()
115 A2dpSink::A2dpSink() in A2dpSink() function in OHOS::Bluetooth::A2dpSink
123 A2dpSink::~A2dpSink() in ~A2dpSink()
225 bool A2dpSink::Connect(const BluetoothRemoteDevice &device) in Connect()
245 bool A2dpSink::Disconnect(const BluetoothRemoteDevice &device) in Disconnect()
265 A2dpSink *A2dpSink::GetProfile() in GetProfile()
269 static BluetoothNoDestructor<A2dpSink> service; in GetProfile()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp41 static A2dpSink *profile_;
93 profile_ = A2dpSink::GetProfile();
107 profile_ = A2dpSink::GetProfile();
123 profile_ = A2dpSink::GetProfile();
139 profile_ = A2dpSink::GetProfile();
155 profile_ = A2dpSink::GetProfile();
169 profile_ = A2dpSink::GetProfile();
183 profile_ = A2dpSink::GetProfile();
199 profile_ = A2dpSink::GetProfile();
216 profile_ = A2dpSink::GetProfile();
[all …]
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_snk.h65 class BLUETOOTH_API A2dpSink {
73 static A2dpSink *GetProfile();
201 A2dpSink(void);
208 ~A2dpSink(void);
209 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(A2dpSink);
213 friend class BluetoothNoDestructor<A2dpSink>;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk.cpp67 A2dpSink *profile = A2dpSink::GetProfile(); in On()
88 A2dpSink *profile = A2dpSink::GetProfile(); in GetConnectionDevices()
122 A2dpSink *profile = A2dpSink::GetProfile(); in GetDeviceState()
154 A2dpSink *profile = A2dpSink::GetProfile(); in Connect()
186 A2dpSink *profile = A2dpSink::GetProfile(); in Disconnect()
218 A2dpSink *profile = A2dpSink::GetProfile(); in getPlayingState()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp114 std::to_string(A2dpSink::GetProfile()->GetPlayingState(devices[i])).c_str()); in AddDevicesToArray()
173 devices = A2dpSink::GetProfile()->GetDevicesByStates(connectState_); in GetA2dpSinkDeviceInfo()