Searched refs:BluetoothBlePeripheralObserverStub (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_peripheral_observer_stub.cpp | 26 BluetoothBlePeripheralObserverStub::BluetoothBlePeripheralObserverStub() in BluetoothBlePeripheralObserverStub() function in OHOS::Bluetooth::BluetoothBlePeripheralObserverStub 31 BluetoothBlePeripheralObserverStub::OnReadRemoteRssiEventInner}, in BluetoothBlePeripheralObserverStub() 33 BluetoothBlePeripheralObserverStub::OnPairStatusChangedInner}, in BluetoothBlePeripheralObserverStub() 35 BluetoothBlePeripheralObserverStub::OnAclStateChangedInner}, in BluetoothBlePeripheralObserverStub() 39 BluetoothBlePeripheralObserverStub::~BluetoothBlePeripheralObserverStub() in ~BluetoothBlePeripheralObserverStub() 45 int BluetoothBlePeripheralObserverStub::OnRemoteRequest( in OnRemoteRequest() 66 ErrCode BluetoothBlePeripheralObserverStub::OnReadRemoteRssiEventInner( in OnReadRemoteRssiEventInner() 67 BluetoothBlePeripheralObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnReadRemoteRssiEventInner() 80 ErrCode BluetoothBlePeripheralObserverStub::OnPairStatusChangedInner( in OnPairStatusChangedInner() 81 BluetoothBlePeripheralObserverStub *stub, MessageParcel &data, MessageParcel &reply) in OnPairStatusChangedInner() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_peripheral_observer_stub.h | 26 class BluetoothBlePeripheralObserverStub : public IRemoteStub<IBluetoothBlePeripheralObserver> { 28 BluetoothBlePeripheralObserverStub(); 29 ~BluetoothBlePeripheralObserverStub() override; 36 BluetoothBlePeripheralObserverStub *stub, MessageParcel &data, MessageParcel &reply); 38 BluetoothBlePeripheralObserverStub *stub, MessageParcel &data, MessageParcel &reply); 40 BluetoothBlePeripheralObserverStub *stub, MessageParcel &data, MessageParcel &reply); 43 … ErrCode (*)(BluetoothBlePeripheralObserverStub *stub, MessageParcel &data, MessageParcel &reply)> 45 DISALLOW_COPY_AND_MOVE(BluetoothBlePeripheralObserverStub);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 341 …luetoothHost::impl::BluetoothBlePeripheralCallbackImp : public BluetoothBlePeripheralObserverStub {
|