Home
last modified time | relevance | path

Searched refs:surfaceChangedEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp57 std::optional<SurfaceChangedEvent> surfaceChangedEvent = std::nullopt; member
149 testProperty.surfaceChangedEvent = std::nullopt; in TearDown()
190 if (testProperty.surfaceChangedEvent.has_value()) { in CreateXComponentNode()
191 … XComponentModelNG().SetControllerOnChanged(std::move(testProperty.surfaceChangedEvent.value())); in CreateXComponentNode()
1297 testProperty.surfaceChangedEvent = std::move(onSurfaceChanged);
H A Dxcomponent_property_test_ng.cpp57 std::optional<SurfaceChangedEvent> surfaceChangedEvent = std::nullopt; member
135 if (testProperty.surfaceChangedEvent.has_value()) { in CreateXComponentNode()
136 … XComponentModelNG().SetControllerOnChanged(std::move(testProperty.surfaceChangedEvent.value())); in CreateXComponentNode()