Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_device.h212 static void DelayTimeoutCallback(const std::weak_ptr<PowerDevice>& weakDevice);
H A Dpower_device.cpp57 … pimpl->dispatcher_.PostTask(std::bind(&bluetooth::PowerDevice::DelayTimeoutCallback, weakDevice)); in PowerDevice()
268 void PowerDevice::DelayTimeoutCallback(const std::weak_ptr<PowerDevice>& weakDevice) in DelayTimeoutCallback() function in OHOS::bluetooth::PowerDevice