Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp51 std::optional<XComponentType> xcType = std::nullopt; member
173 auto xcType = testProperty.xcType.value(); in CreateXComponentNode() local
217 testProperty.xcType = XCOMPONENT_SURFACE_TYPE_VALUE;
268 testProperty.xcType = XCOMPONENT_SURFACE_TYPE_VALUE;
357 testProperty.xcType = XCOMPONENT_SURFACE_TYPE_VALUE;
406 testProperty.xcType = XCOMPONENT_SURFACE_TYPE_VALUE;
487 testProperty.xcType = XCOMPONENT_SURFACE_TYPE_VALUE;
510 testProperty.xcType = XCOMPONENT_SURFACE_TYPE_VALUE;
577 testProperty.xcType = XCOMPONENT_TEXTURE_TYPE_VALUE;
610 testProperty.xcType = XCOMPONENT_SURFACE_TYPE_VALUE;
[all …]
H A Dxcomponent_property_test_ng.cpp51 std::optional<XComponentType> xcType = std::nullopt; member
118 auto xcType = testProperty.xcType.value(); in CreateXComponentNode() local
121 XComponentModelNG().Create(xcId, xcType, libraryName, xcomponentController); in CreateXComponentNode()