Home
last modified time | relevance | path

Searched refs:BluetoothAvrcpTgObserverStub (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_observer_stub.cpp24 BluetoothAvrcpTgObserverStub::BluetoothAvrcpTgObserverStub() in BluetoothAvrcpTgObserverStub() function in OHOS::Bluetooth::BluetoothAvrcpTgObserverStub
29 BluetoothAvrcpTgObserverStub::OnConnectionStateChangedInner; in BluetoothAvrcpTgObserverStub()
32 BluetoothAvrcpTgObserverStub::~BluetoothAvrcpTgObserverStub() in ~BluetoothAvrcpTgObserverStub()
38 int BluetoothAvrcpTgObserverStub::OnRemoteRequest( in OnRemoteRequest()
43 if (BluetoothAvrcpTgObserverStub::GetDescriptor() != data.ReadInterfaceToken()) { in OnRemoteRequest()
58 ErrCode BluetoothAvrcpTgObserverStub::OnConnectionStateChangedInner( in OnConnectionStateChangedInner()
59 BluetoothAvrcpTgObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_observer_stub.h26 class BluetoothAvrcpTgObserverStub : public IRemoteStub<IBluetoothAvrcpTgObserver> {
28 BluetoothAvrcpTgObserverStub();
29 virtual ~BluetoothAvrcpTgObserverStub();
36 BluetoothAvrcpTgObserverStub *stub, MessageParcel &data, MessageParcel &reply);
39 BluetoothAvrcpTgObserverStub *stub, MessageParcel &data, MessageParcel &reply);
41 DISALLOW_COPY_AND_MOVE(BluetoothAvrcpTgObserverStub);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp42 class ObserverImpl : public BluetoothAvrcpTgObserverStub {