Lines Matching defs:impl
48 struct BluetoothHost::impl {
49 impl();
50 ~impl();
100 class BluetoothHost::impl::BluetoothHostObserverImp : public BluetoothHostObserverStub {
102 explicit BluetoothHostObserverImp(BluetoothHost::impl &host) : host_(host){};
222 BluetoothHost::impl &host_;
229 class BluetoothHost::impl::BluetoothRemoteDeviceObserverImp : public BluetoothRemoteDeviceObserverstub {
231 explicit BluetoothRemoteDeviceObserverImp(BluetoothHost::impl &host) : host_(host){};
333 BluetoothHost::impl &host_;
337 class BluetoothHost::impl::BluetoothBlePeripheralCallbackImp : public BluetoothBlePeripheralObserverStub {
339 explicit BluetoothBlePeripheralCallbackImp(BluetoothHost::impl &host) : host_(host){};
376 BluetoothHost::impl &host_;
380 class BluetoothHost::impl::BluetoothResourceManagerObserverImp : public BluetoothResourceManagerObserverStub {
382 explicit BluetoothResourceManagerObserverImp(BluetoothHost::impl &host) : host_(host){};
418 BluetoothHost::impl &host_;
422 class BluetoothHost::impl::BluetoothSwitchAction : public IBluetoothSwitchAction {
459 BluetoothHost::impl::impl()
482 BluetoothHost::impl::~impl()
495 bool BluetoothHost::impl::LoadBluetoothHostService()
538 void BluetoothHost::impl::LoadSystemAbilitySuccess(const sptr<IRemoteObject> &remoteObject)
545 void BluetoothHost::impl::LoadSystemAbilityFail()
552 void BluetoothHost::impl::SyncRandomAddrToService(void)
571 pimpl = std::make_unique<impl>();
710 int BluetoothHost::impl::EnableBluetoothAfterFactoryReset(void)