Home
last modified time | relevance | path

Searched refs:GetPlayingState (Results 1 - 25 of 28) sorted by relevance

12

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_snk.h105 int GetPlayingState(const BluetoothRemoteDevice &device) const;
116 int GetPlayingState(const BluetoothRemoteDevice &device, int &state) const;
H A Dbluetooth_a2dp_src.h172 int GetPlayingState(const BluetoothRemoteDevice &device) const;
182 int GetPlayingState(const BluetoothRemoteDevice &device, int &state) const;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp181 int A2dpSink::GetPlayingState(const BluetoothRemoteDevice &device) const in GetPlayingState() function in OHOS::Bluetooth::A2dpSink
198 proxy->GetPlayingState(RawAddress(device.GetDeviceAddr()), ret); in GetPlayingState()
202 int A2dpSink::GetPlayingState(const BluetoothRemoteDevice &device, int &state) const in GetPlayingState() function in OHOS::Bluetooth::A2dpSink
218 return proxy->GetPlayingState(RawAddress(device.GetDeviceAddr()), state); in GetPlayingState()
H A Dbluetooth_a2dp_src.cpp215 int32_t A2dpSource::GetPlayingState(const BluetoothRemoteDevice &device) const in GetPlayingState() function in OHOS::Bluetooth::A2dpSource
231 proxy->GetPlayingState(RawAddress(device.GetDeviceAddr()), ret); in GetPlayingState()
236 int32_t A2dpSource::GetPlayingState(const BluetoothRemoteDevice &device, int &state) const in GetPlayingState() function in OHOS::Bluetooth::A2dpSource
251 return proxy->GetPlayingState(RawAddress(device.GetDeviceAddr()), state); in GetPlayingState()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_device.h115 bool GetPlayingState() const;
H A Da2dp_service_device.cpp76 bool A2dpDeviceInfo::GetPlayingState() const in GetPlayingState() function in OHOS::bluetooth::A2dpDeviceInfo
H A Da2dp_service_state_machine.cpp140 if (deviceInfo->GetPlayingState()) { in UpdateDeviceInformation()
H A Da2dp_service.h260 int GetPlayingState(const RawAddress &device, int &state) const override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_sink.h41 virtual int GetPlayingState(const RawAddress &device, int &state) = 0;
H A Di_bluetooth_a2dp_src.h41 virtual int GetPlayingState(const RawAddress &device, int &state) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_sink_server.h41 int GetPlayingState(const RawAddress &device, int &state) override;
H A Dbluetooth_a2dp_source_server.h41 int GetPlayingState(const RawAddress &device, int &state) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_sink_proxy.h39 int GetPlayingState(const RawAddress &device, int &state) override;
H A Dbluetooth_a2dp_src_proxy.h39 int GetPlayingState(const RawAddress &device, int &state) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_sink_server.cpp196 int BluetoothA2dpSinkServer::GetPlayingState(const RawAddress &device, int &state) in GetPlayingState() function in OHOS::Bluetooth::BluetoothA2dpSinkServer
203 return pimpl->a2dpSnkService_->GetPlayingState(device, state); in GetPlayingState()
H A Dbluetooth_a2dp_source_server.cpp263 int32_t BluetoothA2dpSourceServer::GetPlayingState(const RawAddress &device, int &state) in GetPlayingState() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
270 int ret = pimpl->a2dpSrcService_->GetPlayingState(device, state); in GetPlayingState()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h188 virtual int GetPlayingState(const RawAddress &device, int &state) const = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h74 static napi_value GetPlayingState(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp100 * @tc.name: GetPlayingState
109 int state = profile_->GetPlayingState(device); in HWTEST_F()
H A Da2dp_src_test.cpp101 * @tc.name: GetPlayingState
110 int state = profile_->GetPlayingState(device); in HWTEST_F()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp111 std::to_string(A2dpSource::GetProfile()->GetPlayingState(devices[i])).c_str()); in AddDevicesToArray()
114 std::to_string(A2dpSink::GetProfile()->GetPlayingState(devices[i])).c_str()); in AddDevicesToArray()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_proxy.cpp118 int BluetoothA2dpSinkProxy::GetPlayingState(const RawAddress &device, int &state) in GetPlayingState() function in OHOS::Bluetooth::BluetoothA2dpSinkProxy
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk.cpp216 int res = profile->GetPlayingState(device); in getPlayingState()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_sink_stub.cpp168 int result = GetPlayingState(RawAddress(addr), state); in GetPlayingStateInner()
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp106 DECLARE_NAPI_FUNCTION("getPlayingState", GetPlayingState), in DefineA2dpSourceJSClass()
179 napi_value NapiA2dpSource::GetPlayingState(napi_env env, napi_callback_info info) in GetPlayingState() function in OHOS::Bluetooth::NapiA2dpSource
193 int32_t errorCode = profile->GetPlayingState(remoteDevice, state); in GetPlayingState()

Completed in 13 milliseconds

12