Home
last modified time | relevance | path

Searched refs:BluetoothBleCentralManagerCallBackProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_callback_proxy.cpp23 BluetoothBleCentralManagerCallBackProxy::BluetoothBleCentralManagerCallBackProxy(const sptr<IRemote… in BluetoothBleCentralManagerCallBackProxy() function in OHOS::Bluetooth::BluetoothBleCentralManagerCallBackProxy
26 BluetoothBleCentralManagerCallBackProxy::~BluetoothBleCentralManagerCallBackProxy() in ~BluetoothBleCentralManagerCallBackProxy()
29 void BluetoothBleCentralManagerCallBackProxy::OnScanCallback(const BluetoothBleScanResult &result, in OnScanCallback()
33 if (!data.WriteInterfaceToken(BluetoothBleCentralManagerCallBackProxy::GetDescriptor())) { in OnScanCallback()
55 void BluetoothBleCentralManagerCallBackProxy::OnBleBatchScanResultsEvent(std::vector<BluetoothBleSc… in OnBleBatchScanResultsEvent()
58 if (!data.WriteInterfaceToken(BluetoothBleCentralManagerCallBackProxy::GetDescriptor())) { in OnBleBatchScanResultsEvent()
88 void BluetoothBleCentralManagerCallBackProxy::OnStartOrStopScanEvent(int resultCode, bool isStartSc… in OnStartOrStopScanEvent()
91 if (!data.WriteInterfaceToken(BluetoothBleCentralManagerCallBackProxy::GetDescriptor())) { in OnStartOrStopScanEvent()
115 void BluetoothBleCentralManagerCallBackProxy::OnNotifyMsgReportFromLpDevice(const bluetooth::Uuid &… in OnNotifyMsgReportFromLpDevice()
122 ErrCode BluetoothBleCentralManagerCallBackProxy::InnerTransact( in InnerTransact()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_ble_central_manager_callback_proxy.h24 class BluetoothBleCentralManagerCallBackProxy : public IRemoteProxy<IBluetoothBleCentralManagerCall…
26 BluetoothBleCentralManagerCallBackProxy(const sptr<IRemoteObject> &impl);
27 ~BluetoothBleCentralManagerCallBackProxy() override;
28 DISALLOW_COPY_AND_MOVE(BluetoothBleCentralManagerCallBackProxy);
38 static inline BrokerDelegator<BluetoothBleCentralManagerCallBackProxy> delegator_;