Home
last modified time | relevance | path

Searched refs:SuspendPlaying (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h52 virtual int SuspendPlaying(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h299 virtual int SuspendPlaying(const RawAddress &device) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h323 int SuspendPlaying(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h52 int SuspendPlaying(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h50 int SuspendPlaying(const RawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp401 int BluetoothA2dpSourceServer::SuspendPlaying(const RawAddress &device) in SuspendPlaying() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
404 return pimpl->a2dpSrcService_->SuspendPlaying(device); in SuspendPlaying()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h371 int SuspendPlaying(const RawAddress &device) override;
H A Da2dp_service.cpp869 int A2dpService::SuspendPlaying(const RawAddress &device) in SuspendPlaying() function in OHOS::bluetooth::A2dpService
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp365 * @tc.name: SuspendPlaying
374 EXPECT_EQ(profile_->SuspendPlaying(device), 0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp531 int A2dpSource::SuspendPlaying(const BluetoothRemoteDevice &device) in SuspendPlaying() function in OHOS::Bluetooth::A2dpSource
547 return proxy->SuspendPlaying(RawAddress(device.GetDeviceAddr())); in SuspendPlaying()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp371 int result = SuspendPlaying(RawAddress(addr)); in SuspendPlayingInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp329 int BluetoothA2dpSrcProxy::SuspendPlaying(const RawAddress &device) in SuspendPlaying() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy

Completed in 10 milliseconds