Searched refs:isFocusEnable_ (Results 1 - 2 of 2) sorted by relevance
/base/update/updater/services/ui/ | ||
H A D | updater_ui_config.h | 38 static bool isFocusEnable_; member in Updater::UpdaterUiConfig |
H A D | updater_ui_config.cpp | 100 bool UpdaterUiConfig::isFocusEnable_ {false}; namespace in Updater::UpdaterUiConfig 146 return isFocusEnable_; in GetFocusCfg() 192 isFocusEnable_ = node[FOCUS_CFG_FIELD].As<bool>().value_or(false); in LoadFocusCfg() |
Completed in 1 milliseconds