Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmultimodal_input_preferences_manager.h73 const std::string strTouchpadScrollSwitch_ = "scrollSwitch"; variable
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp105 touchpadScrollSwitch_ = touchpadPref->GetBool(strTouchpadScrollSwitch_, BOOL_DEFAULT); in GetPreferencesSettings()
134 …preferencesMap_[strTouchpadScrollSwitch_] = {TOUCHPAD_FILE_NAME, static_cast<int32_t>(touchpadScro… in InitPreferencesMap()