/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_snk.h | 105 int GetPlayingState(const BluetoothRemoteDevice &device) const; 116 int GetPlayingState(const BluetoothRemoteDevice &device, int &state) const;
|
H A D | bluetooth_a2dp_src.h | 172 int GetPlayingState(const BluetoothRemoteDevice &device) const; 182 int GetPlayingState(const BluetoothRemoteDevice &device, int &state) const;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_snk.cpp | 181 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 D | bluetooth_a2dp_src.cpp | 215 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 D | a2dp_service_device.h | 115 bool GetPlayingState() const;
|
H A D | a2dp_service_device.cpp | 76 bool A2dpDeviceInfo::GetPlayingState() const in GetPlayingState() function in OHOS::bluetooth::A2dpDeviceInfo
|
H A D | a2dp_service_state_machine.cpp | 140 if (deviceInfo->GetPlayingState()) { in UpdateDeviceInformation()
|
H A D | a2dp_service.h | 260 int GetPlayingState(const RawAddress &device, int &state) const override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_sink.h | 41 virtual int GetPlayingState(const RawAddress &device, int &state) = 0;
|
H A D | i_bluetooth_a2dp_src.h | 41 virtual int GetPlayingState(const RawAddress &device, int &state) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_sink_server.h | 41 int GetPlayingState(const RawAddress &device, int &state) override;
|
H A D | bluetooth_a2dp_source_server.h | 41 int GetPlayingState(const RawAddress &device, int &state) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_sink_proxy.h | 39 int GetPlayingState(const RawAddress &device, int &state) override;
|
H A D | bluetooth_a2dp_src_proxy.h | 39 int GetPlayingState(const RawAddress &device, int &state) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_sink_server.cpp | 196 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 D | bluetooth_a2dp_source_server.cpp | 263 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 D | interface_profile_a2dp_src.h | 188 virtual int GetPlayingState(const RawAddress &device, int &state) const = 0;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_a2dp_src.h | 74 static napi_value GetPlayingState(napi_env env, napi_callback_info info);
|
/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_snk_test.cpp | 100 * @tc.name: GetPlayingState 109 int state = profile_->GetPlayingState(device); in HWTEST_F()
|
H A D | a2dp_src_test.cpp | 101 * @tc.name: GetPlayingState 110 int state = profile_->GetPlayingState(device); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | bt_statistic.cpp | 111 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 D | bluetooth_a2dp_sink_proxy.cpp | 118 int BluetoothA2dpSinkProxy::GetPlayingState(const RawAddress &device, int &state) in GetPlayingState() function in OHOS::Bluetooth::BluetoothA2dpSinkProxy
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_a2dp_snk.cpp | 216 int res = profile->GetPlayingState(device); in getPlayingState()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_sink_stub.cpp | 168 int result = GetPlayingState(RawAddress(addr), state); in GetPlayingStateInner()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 106 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()
|