Searched refs:BluetoothBleAdvertiserStub (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_advertiser_stub.cpp | 29 const std::map<uint32_t, std::function<ErrCode(BluetoothBleAdvertiserStub *, MessageParcel &, MessageParcel &)>> 30 BluetoothBleAdvertiserStub::interfaces_ = { 32 std::bind(&BluetoothBleAdvertiserStub::RegisterBleAdvertiserCallbackInner, _1, _2, _3)}, 34 std::bind(&BluetoothBleAdvertiserStub::DeregisterBleAdvertiserCallbackInner, _1, _2, _3)}, 36 std::bind(&BluetoothBleAdvertiserStub::StartAdvertisingInner, _1, _2, _3)}, 38 std::bind(&BluetoothBleAdvertiserStub::EnableAdvertisingInner, _1, _2, _3)}, 40 std::bind(&BluetoothBleAdvertiserStub::DisableAdvertisingInner, _1, _2, _3)}, 42 std::bind(&BluetoothBleAdvertiserStub::StopAdvertisingInner, _1, _2, _3)}, 44 std::bind(&BluetoothBleAdvertiserStub::CloseInner, _1, _2, _3)}, 46 std::bind(&BluetoothBleAdvertiserStub 51 BluetoothBleAdvertiserStub::BluetoothBleAdvertiserStub() BluetoothBleAdvertiserStub() function in OHOS::Bluetooth::BluetoothBleAdvertiserStub [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_ble_advertiser_stub.h | 26 class BluetoothBleAdvertiserStub : public IRemoteStub<IBluetoothBleAdvertiser> { class 28 BluetoothBleAdvertiserStub(); 29 ~BluetoothBleAdvertiserStub() override; 30 DISALLOW_COPY_AND_MOVE(BluetoothBleAdvertiserStub); 37 std::function<ErrCode(BluetoothBleAdvertiserStub *, MessageParcel &, MessageParcel &)>>
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_advertiser_server.h | 27 class BluetoothBleAdvertiserServer : public BluetoothBleAdvertiserStub {
|
Completed in 1 milliseconds