Searched refs:isFocusEnable_ (Results 1 – 2 of 2) sorted by relevance
100 bool UpdaterUiConfig::isFocusEnable_ {false};146 return isFocusEnable_; in GetFocusCfg()192 isFocusEnable_ = node[FOCUS_CFG_FIELD].As<bool>().value_or(false); in LoadFocusCfg()
38 static bool isFocusEnable_; variable