Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_pbap_pse_observer_stub.cpp25 BluetoothPbapPseObserverStub::BluetoothPbapPseObserverStub() in BluetoothPbapPseObserverStub() function in OHOS::Bluetooth::BluetoothPbapPseObserverStub
30 BluetoothPbapPseObserverStub::OnConnectionStateChangedInner; in BluetoothPbapPseObserverStub()
33 BluetoothPbapPseObserverStub::~BluetoothPbapPseObserverStub() in ~BluetoothPbapPseObserverStub()
39 int32_t BluetoothPbapPseObserverStub::OnRemoteRequest( in OnRemoteRequest()
43 if (BluetoothPbapPseObserverStub::GetDescriptor() != data.ReadInterfaceToken()) { in OnRemoteRequest()
59 int32_t BluetoothPbapPseObserverStub::OnConnectionStateChangedInner( in OnConnectionStateChangedInner()
60 BluetoothPbapPseObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_pbap_pse_observer_stub.h26 class BluetoothPbapPseObserverStub : public IRemoteStub<IBluetoothPbapPseObserver> {
28 BluetoothPbapPseObserverStub();
29 virtual ~BluetoothPbapPseObserverStub();
36 BluetoothPbapPseObserverStub *stub, MessageParcel &data, MessageParcel &reply);
39 BluetoothPbapPseObserverStub *stub, MessageParcel &data, MessageParcel &reply);
42 DISALLOW_COPY_AND_MOVE(BluetoothPbapPseObserverStub);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pbap_pse.cpp44 class BluetoothPbapPseObserverImp : public BluetoothPbapPseObserverStub {