Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_thread.cpp312 vibrate_->HandleVibration(VIBRATE_TIME_MS); in HandlePowerKey()
404 vibrate_ = std::make_unique<BatteryVibrate>(); in InitVibration()
405 if (vibrate_ == nullptr) { in InitVibration()
410 if (!vibrate_->InitVibration()) { in InitVibration()
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dcharger_thread.h70 std::unique_ptr<BatteryVibrate> vibrate_ = nullptr; variable