Home
last modified time | relevance | path

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

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