Home
last modified time | relevance | path

Searched refs:updataEnable (Results 1 - 2 of 2) sorted by relevance

/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp293 void WakeupController::ChangePickupWakeupSourceConfig(bool updataEnable) in ChangePickupWakeupSourceConfig() argument
301 POWER_HILOGI(COMP_SVC, "%{public}s(%{public}d)", __func__, updataEnable); in ChangePickupWakeupSourceConfig()
322 if (originEnable == updataEnable) { in ChangePickupWakeupSourceConfig()
326 root["pickup"]["enable"] = updataEnable; in ChangePickupWakeupSourceConfig()
332 void WakeupController::ChangeLidWakeupSourceConfig(bool updataEnable) in ChangeLidWakeupSourceConfig() argument
349 if (originEnable == updataEnable) { in ChangeLidWakeupSourceConfig()
354 root["lid"]["enable"] = updataEnable; in ChangeLidWakeupSourceConfig()
H A Dwakeup_controller.h59 static void ChangePickupWakeupSourceConfig(bool updataEnable);
61 static void ChangeLidWakeupSourceConfig(bool updataEnable);

Completed in 4 milliseconds