Searched refs:weakDevice (Results 1 – 2 of 2) sorted by relevance
56 std::weak_ptr<PowerDevice> weakDevice = shared_from_this(); in PowerDevice() local57 … pimpl->dispatcher_.PostTask(std::bind(&bluetooth::PowerDevice::DelayTimeoutCallback, weakDevice)); in PowerDevice()268 void PowerDevice::DelayTimeoutCallback(const std::weak_ptr<PowerDevice>& weakDevice) in DelayTimeoutCallback() argument270 std::shared_ptr<PowerDevice> sharedDevice = weakDevice.lock(); in DelayTimeoutCallback()
212 static void DelayTimeoutCallback(const std::weak_ptr<PowerDevice>& weakDevice);