Searched refs:BluetoothBleCentralManagerCallBackProxy (Results 1 – 2 of 2) sorted by relevance
23 BluetoothBleCentralManagerCallBackProxy::BluetoothBleCentralManagerCallBackProxy(const sptr<IRemote… in BluetoothBleCentralManagerCallBackProxy() function in OHOS::Bluetooth::BluetoothBleCentralManagerCallBackProxy26 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()
24 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_;