Searched refs:NAccessibilityConfigObserver (Results 1 – 4 of 4) sorted by relevance
8 NAccessibilityConfigObserver::Notify*;9 NAccessibilityConfigObserver::Subscribe*;10 NAccessibilityConfigObserver::Unsubscribe*;11 NAccessibilityConfigObserver::OnConfigChanged*;
115 int NAccessibilityConfigObserver::NotifyStateChanged(uv_work_t *work) in NotifyStateChanged()158 int NAccessibilityConfigObserver::NotifyPropertyChanged(uv_work_t *work) in NotifyPropertyChanged()201 int NAccessibilityConfigObserver::NotifyStringChanged(uv_work_t *work) in NotifyStringChanged()282 int NAccessibilityConfigObserver::NotifyIntChanged(uv_work_t *work) in NotifyIntChanged()323 int NAccessibilityConfigObserver::NotifyUintChanged(uv_work_t *work) in NotifyUintChanged()364 int NAccessibilityConfigObserver::NotifyDoubleChanged(uv_work_t *work) in NotifyDoubleChanged()405 void NAccessibilityConfigObserver::NotifyStateChanged2JS(bool enabled) in NotifyStateChanged2JS()525 void NAccessibilityConfigObserver::NotifyIntChanged2JS(int32_t value) in NotifyIntChanged2JS()555 void NAccessibilityConfigObserver::NotifyUintChanged2JS(uint32_t value) in NotifyUintChanged2JS()585 void NAccessibilityConfigObserver::NotifyDoubleChanged2JS(double value) in NotifyDoubleChanged2JS()[all …]
35 struct NAccessibilityConfigObserver { struct37 …NAccessibilityConfigObserver(napi_env env, napi_ref callback, OHOS::AccessibilityConfig::CONFIG_ID… in NAccessibilityConfigObserver() function76 std::vector<std::shared_ptr<NAccessibilityConfigObserver>> observers_ = {}; argument
94 std::vector<std::shared_ptr<NAccessibilityConfigObserver>> captionListener_;