Searched refs:BluetoothGattClientCallbackStubImpl (Results 1 – 1 of 1) sorted by relevance
97 class BluetoothGattClientCallbackStubImpl;106 sptr<BluetoothGattClientCallbackStubImpl> clientCallback_;129 class GattClient::impl::BluetoothGattClientCallbackStubImpl : public BluetoothGattClientCallbackStu… class in OHOS::Bluetooth::GattClient::impl343 explicit BluetoothGattClientCallbackStubImpl(std::weak_ptr<GattClient> client) : client_(client) in BluetoothGattClientCallbackStubImpl() function in OHOS::Bluetooth::GattClient::impl::BluetoothGattClientCallbackStubImpl345 ~BluetoothGattClientCallbackStubImpl() override in ~BluetoothGattClientCallbackStubImpl()357 clientCallback_ = new BluetoothGattClientCallbackStubImpl(client); in Init()