Searched refs:BluetoothBleCentralManagerStub (Results 1 – 3 of 3) sorted by relevance
29 BluetoothBleCentralManagerStub::interfaces_ = {40 std::bind(&BluetoothBleCentralManagerStub::RemoveScanFilterInner, std::placeholders::_1,70 std::bind(&BluetoothBleCentralManagerStub::SetLpDeviceParamInner, std::placeholders::_1,77 BluetoothBleCentralManagerStub::BluetoothBleCentralManagerStub() in BluetoothBleCentralManagerStub() function in OHOS::Bluetooth::BluetoothBleCentralManagerStub80 BluetoothBleCentralManagerStub::~BluetoothBleCentralManagerStub() in ~BluetoothBleCentralManagerStub()83 int BluetoothBleCentralManagerStub::OnRemoteRequest( in OnRemoteRequest()86 if (BluetoothBleCentralManagerStub::GetDescriptor() != data.ReadInterfaceToken()) { in OnRemoteRequest()112 ErrCode BluetoothBleCentralManagerStub::RegisterBleCentralManagerCallbackInner( in RegisterBleCentralManagerCallbackInner()128 ErrCode BluetoothBleCentralManagerStub::DeregisterBleCentralManagerCallbackInner( in DeregisterBleCentralManagerCallbackInner()139 ErrCode BluetoothBleCentralManagerStub::StartScanInner(MessageParcel &data, MessageParcel &reply) in StartScanInner()[all …]
26 class BluetoothBleCentralManagerStub : public IRemoteStub<IBluetoothBleCentralManager> {28 BluetoothBleCentralManagerStub();29 ~BluetoothBleCentralManagerStub() override;30 DISALLOW_COPY_AND_MOVE(BluetoothBleCentralManagerStub);37 std::function<ErrCode(BluetoothBleCentralManagerStub *, MessageParcel &, MessageParcel &)>>
31 class BluetoothBleCentralManagerServer : public BluetoothBleCentralManagerStub {