Home
last modified time | relevance | path

Searched refs:BluetoothOppObserverStub (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_opp_observer_stub.cpp22 BluetoothOppObserverStub::BluetoothOppObserverStub() in BluetoothOppObserverStub() function in OHOS::Bluetooth::BluetoothOppObserverStub
27 BluetoothOppObserverStub::OnReceiveIncomingFileChangedInner; in BluetoothOppObserverStub()
30 BluetoothOppObserverStub::OnTransferStateChangedInner; in BluetoothOppObserverStub()
33 BluetoothOppObserverStub::~BluetoothOppObserverStub() in ~BluetoothOppObserverStub()
39 int32_t BluetoothOppObserverStub::OnRemoteRequest( in OnRemoteRequest()
43 if (BluetoothOppObserverStub::GetDescriptor() != data.ReadInterfaceToken()) { in OnRemoteRequest()
59 int32_t BluetoothOppObserverStub::OnReceiveIncomingFileChangedInner(BluetoothOppObserverStub *stu
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_opp_observer_stub.h25 class BluetoothOppObserverStub : public IRemoteStub<IBluetoothOppObserver> { class
27 BluetoothOppObserverStub();
28 virtual ~BluetoothOppObserverStub();
34 static int32_t OnReceiveIncomingFileChangedInner(BluetoothOppObserverStub *stub,
36 static int32_t OnTransferStateChangedInner(BluetoothOppObserverStub *stub,
39 using BluetoothOppObserverFunc = int32_t (*)(BluetoothOppObserverStub *stub,
43 DISALLOW_COPY_AND_MOVE(BluetoothOppObserverStub);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp49 class BluetoothOppObserverImpl : public BluetoothOppObserverStub {

Completed in 1 milliseconds