Home
last modified time | relevance | path

Searched refs:shortcutTimeout (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_account_data.h54 int shortcutTimeout = 0; member
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings.cpp624 … atoHosValue.shortcutEnabled, atoHosValue.shortcutEnabledOnLockScreen, atoHosValue.shortcutTimeout, in UpdateSettingsInAtoHos()
645 if (atoHosValue.shortcutTimeout == 1) { in UpdateSettingsInAtoHos()
647 } else if (atoHosValue.shortcutTimeout == 0) { in UpdateSettingsInAtoHos()
H A Daccessibility_account_data.cpp583 value.shortcutTimeout = config_->GetDbHandle()->GetIntValue(ACCESSIBILITY_SHORTCUT_TIMEOUT, in GetConfigValueAtoHos()