Home
last modified time | relevance | path

Searched refs:weakDevice (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_device.cpp56 std::weak_ptr<PowerDevice> weakDevice = shared_from_this(); in PowerDevice() local
57 … pimpl->dispatcher_.PostTask(std::bind(&bluetooth::PowerDevice::DelayTimeoutCallback, weakDevice)); in PowerDevice()
268 void PowerDevice::DelayTimeoutCallback(const std::weak_ptr<PowerDevice>& weakDevice) in DelayTimeoutCallback() argument
270 std::shared_ptr<PowerDevice> sharedDevice = weakDevice.lock(); in DelayTimeoutCallback()
H A Dpower_device.h212 static void DelayTimeoutCallback(const std::weak_ptr<PowerDevice>& weakDevice);