Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_account_data.h52 bool shortcutEnabled = false; member
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings.cpp596 if (atoHosValue.shortcutEnabled) { in UpdateSettingsInAtoHosStatePart()
597 accountData->GetConfig()->SetShortKeyState(atoHosValue.shortcutEnabled); in UpdateSettingsInAtoHosStatePart()
624 … atoHosValue.shortcutEnabled, atoHosValue.shortcutEnabledOnLockScreen, atoHosValue.shortcutTimeout, in UpdateSettingsInAtoHos()
H A Daccessibility_account_data.cpp580 …value.shortcutEnabled = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_SHORTCUT_ENABLED, true); in GetConfigValueAtoHos()