Home
last modified time | relevance | path

Searched refs:BluetoothBleCentralManagerStub (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_stub.cpp29 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::BluetoothBleCentralManagerStub
80 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 …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_ble_central_manager_stub.h26 class BluetoothBleCentralManagerStub : public IRemoteStub<IBluetoothBleCentralManager> {
28 BluetoothBleCentralManagerStub();
29 ~BluetoothBleCentralManagerStub() override;
30 DISALLOW_COPY_AND_MOVE(BluetoothBleCentralManagerStub);
37 std::function<ErrCode(BluetoothBleCentralManagerStub *, MessageParcel &, MessageParcel &)>>
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h31 class BluetoothBleCentralManagerServer : public BluetoothBleCentralManagerStub {