Home
last modified time | relevance | path

Searched refs:WindowsContentChangeTypes (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h287 WindowsContentChangeTypes GetWindowContentChangeTypes() const;
295 void SetWindowContentChangeTypes(const WindowsContentChangeTypes changeTypes);
522 WindowsContentChangeTypes windowContentChangeTypes_ = CONTENT_CHANGE_TYPE_INVALID;
H A Daccessibility_def.h230 enum WindowsContentChangeTypes : int32_t { enum
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp168 WindowsContentChangeTypes AccessibilityEventInfo::GetWindowContentChangeTypes() const in GetWindowContentChangeTypes()
174 void AccessibilityEventInfo::SetWindowContentChangeTypes(const WindowsContentChangeTypes changeType… in SetWindowContentChangeTypes()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_event_info_test.cpp100 eventInfo_->SetWindowContentChangeTypes(WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_TEXT);
101 …EXPECT_EQ(eventInfo_->GetWindowContentChangeTypes(), WindowsContentChangeTypes::CONTENT_CHANGE_TYP…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_utils.h133 enum WindowsContentChangeTypes : int32_t { enum
H A Daccessibility_manager.h43 WindowsContentChangeTypes windowContentChangeTypes = CONTENT_CHANGE_TYPE_INVALID;
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/
H A Daccessibilitysystemabilityclient_fuzzer.cpp93 WindowsContentChangeTypes changeTypes; in CreateEventInfoFirstPart()
94 position += GetObject<WindowsContentChangeTypes>(changeTypes, &data[position], size - position); in CreateEventInfoFirstPart()
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp48 windowContentChangeTypes_ = static_cast<WindowsContentChangeTypes>(windowContentChangeTypes); in ReadFromParcelFirstPart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h487 AccessibilityEventType eventType, WindowsContentChangeTypes windowsContentChangeType =
488WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID) const;
496 …AccessibilityEventType eventType, int64_t stackNodeId, WindowsContentChangeTypes windowsContentCha…
H A Dframe_node.cpp3556 AccessibilityEventType eventType, WindowsContentChangeTypes windowsContentChangeType) const in OnAccessibilityEvent()
3574 event.windowContentChangeTypes = WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID; in OnAccessibilityEventForVirtualNode()
3598 …AccessibilityEventType eventType, int64_t stackNodeId, WindowsContentChangeTypes windowsContentCha… in OnAccessibilityEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp649 AccessibilityEventType::PAGE_OPEN, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in SendPopupAccessibilityPageOpen()
843 AccessibilityEventType::CHANGE, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in OnDialogCloseEvent()
914 AccessibilityEventType::CHANGE, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in OpenDialogAnimation()
1003 AccessibilityEventType::CHANGE, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in SetDialogTransitionEffect()
1141 WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in SendToAccessibility()
1146 WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in SendToAccessibility()
1468 AccessibilityEventType::PAGE_OPEN, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in OpenToastAnimation()
1546 AccessibilityEventType::PAGE_CLOSE, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in PopToast()
1791 AccessibilityEventType::PAGE_CLOSE, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in HidePopup()
3886 AccessibilityEventType::PAGE_OPEN, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in HandleModalShow()
[all …]
H A Dsheet_presentation_pattern.cpp1831 … AccessibilityEventType::PAGE_CLOSE, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE); in GetSheetTypeWithAuto()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp1148 … AccessibilityEventType::PAGE_CHANGE, id, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID); in ReplaceAnimation()
1195 … AccessibilityEventType::PAGE_CHANGE, id, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID); in TransitionWithOutAnimation()
1228 … AccessibilityEventType::PAGE_CHANGE, id, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID); in TransitionWithOutAnimation()
2077 … AccessibilityEventType::PAGE_CHANGE, id, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID); in OnCustomAnimationFinish()
2809 … AccessibilityEventType::PAGE_CHANGE, id, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID); in RecoveryToLastStack()
H A Dnavigation_group_node.cpp583 … AccessibilityEventType::PAGE_CHANGE, id, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID); in TransitionWithPop()
747 … AccessibilityEventType::PAGE_CHANGE, id, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID); in TransitionWithPush()
841 … AccessibilityEventType::PAGE_CHANGE, id, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID); in TransitionWithReplace()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation.cpp588 Accessibility::WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_INVALID); in SendAccessibilityAsyncEventForThird()
H A Djs_accessibility_manager.cpp2264 …static_cast<Accessibility::WindowsContentChangeTypes>(accessibilityEvent.windowContentChangeTypes)… in GenerateAccessibilityEventInfo()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp358 static_cast<OHOS::Accessibility::WindowsContentChangeTypes>(int32Data)); in GenerateAccessibilityEventInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp1003 AccessibilityEventType::CHANGE, WindowsContentChangeTypes::CONTENT_CHANGE_TYPE_SUBTREE);