Home
last modified time | relevance | path

Searched refs:CONFIG_SHORT_KEY_MULTI_TARGET (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/acfwk/include/
H A Daccessibility_config.h46 CONFIG_SHORT_KEY_MULTI_TARGET, enumerator
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H A Dnapi_accessibility_config.cpp438 …lse if (callbackInfo->id_ == OHOS::AccessibilityConfig::CONFIG_ID::CONFIG_SHORT_KEY_MULTI_TARGET) { in SetConfigExecute()
485 case OHOS::AccessibilityConfig::CONFIG_ID::CONFIG_SHORT_KEY_MULTI_TARGET: in ConfigCompleteInfoById()
586 …lse if (callbackInfo->id_ == OHOS::AccessibilityConfig::CONFIG_ID::CONFIG_SHORT_KEY_MULTI_TARGET) { in GetConfigExecute()
698 case OHOS::AccessibilityConfig::CONFIG_ID::CONFIG_SHORT_KEY_MULTI_TARGET: in SetConfigParseData()
H A Dnative_module.cpp457 …(std::nothrow) NAccessibilityConfigClass(OHOS::AccessibilityConfig::CONFIG_SHORT_KEY_MULTI_TARGET); in InitShortKeyMultiTarget()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/src/
H A Daccessibility_config_impl.cpp960 observer->OnConfigChanged(CONFIG_SHORT_KEY_MULTI_TARGET, configValue); in NotifyShortkeyMultiTargetChanged()
1659 configObservers_.find(CONFIG_SHORT_KEY_MULTI_TARGET); in OnAccessibleAbilityManagerShortkeyMultiTargetChanged()
1837 if ((it = configObservers_.find(CONFIG_SHORT_KEY_MULTI_TARGET)) != configObservers_.end()) { in NotifyDefaultShortKeyMultiConfigs()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_config_observer.cpp91 } else if (configId_ == CONFIG_SHORT_KEY_MULTI_TARGET) { in OnConfigChanged()