Home
last modified time | relevance | path

Searched refs:userSetupState (Results 1 - 1 of 1) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp2415 bool userSetupState = false; in OnShortKeyProcess() local
2418 userSetupState = accountData->GetConfig()->GetDbHandle()->GetBoolValue(USER_SETUP_COMPLETED, false); in OnShortKeyProcess()
2420 if (oobeState && userSetupState) { in OnShortKeyProcess()
2810 bool userSetupState = false; in RegisterShortKeyEvent()
2813 userSetupState = accountData->GetConfig()->GetDbHandle()->GetBoolValue(USER_SETUP_COMPLETED, false); in RegisterShortKeyEvent()
2815 if (accountData->GetAccountId() == DEFAULT_ACCOUNT_ID && (oobeState == false || userSetupState == false)) { in RegisterShortKeyEvent()

Completed in 5 milliseconds