Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_vibrate.cpp25 const std::string VIBRATOR_PLAYMODE_PATH = "/sys/class/leds/vibrator/play_mode"; variable
42 if (FileExists(VIBRATOR_PLAYMODE_PATH)) { in InitVibration()
97 FILE* file = fopen(VIBRATOR_PLAYMODE_PATH.c_str(), "w"); in SetPlayMode()