Home
last modified time | relevance | path

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

/base/accessibility/interfaces/innerkits/asacfwk/include/
Daccessibility_caption.h105 CAPTION_ENABLE = 0, enumerator
/base/accessibility/interfaces/kits/napi/src/
Dnapi_accessibility_system_ability_client.cpp1480 CaptionObserverType type = CaptionObserverType::CAPTION_ENABLE; in RegisterCaptionStateCallback()
1482 type = CaptionObserverType::CAPTION_ENABLE; in RegisterCaptionStateCallback()
1508 CaptionObserverType type = CaptionObserverType::CAPTION_ENABLE; in DeregisterCaptionStateCallback()
1510 type = CaptionObserverType::CAPTION_ENABLE; in DeregisterCaptionStateCallback()
1540 CaptionObserverType type = CaptionObserverType::CAPTION_ENABLE; in GetStateType()
1542 type = CaptionObserverType::CAPTION_ENABLE; in GetStateType()
1587 … if (observer->GetStateType() == CaptionObserverType::CAPTION_ENABLE && observer.get() == this) { in OnCaptionStateChanged()
/base/accessibility/frameworks/asacfwk/src/
Daccessibility_system_ability_client.cpp644 if (type == CaptionObserverType::CAPTION_ENABLE) { in AddCaptionListener()
665 if (type == CaptionObserverType::CAPTION_ENABLE) { in DeleteCaptionListener()