Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp58 std::optional<SurfaceDestroyedEvent> surfaceDestroyedEvent = std::nullopt; member
150 testProperty.surfaceDestroyedEvent = std::nullopt; in TearDown()
193 if (testProperty.surfaceDestroyedEvent.has_value()) { in CreateXComponentNode()
194 …XComponentModelNG().SetControllerOnDestroyed(std::move(testProperty.surfaceDestroyedEvent.value())… in CreateXComponentNode()
1298 testProperty.surfaceDestroyedEvent = std::move(onSurfaceDestroyed);
H A Dxcomponent_property_test_ng.cpp58 std::optional<SurfaceDestroyedEvent> surfaceDestroyedEvent = std::nullopt; member
138 if (testProperty.surfaceDestroyedEvent.has_value()) { in CreateXComponentNode()
139 …XComponentModelNG().SetControllerOnDestroyed(std::move(testProperty.surfaceDestroyedEvent.value())… in CreateXComponentNode()