Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_config.cpp100 bool UpdaterUiConfig::isFocusEnable_ {false};
146 return isFocusEnable_; in GetFocusCfg()
192 isFocusEnable_ = node[FOCUS_CFG_FIELD].As<bool>().value_or(false); in LoadFocusCfg()
H A Dupdater_ui_config.h38 static bool isFocusEnable_; variable