Home
last modified time | relevance | path

Searched refs:g_testProperty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng_extra_add.cpp116 TestProperty g_testProperty; variable
133 g_testProperty.muted = MUTED_VALUE; in SetUpTestSuite()
134 g_testProperty.autoPlay = AUTO_PLAY; in SetUpTestSuite()
135 g_testProperty.controls = CONTROL_VALUE; in SetUpTestSuite()
136 g_testProperty.loop = LOOP_VALUE; in SetUpTestSuite()
137 g_testProperty.objectFit = VIDEO_IMAGE_FIT; in SetUpTestSuite()
170 if (g_testProperty.src.has_value()) { in CreateVideoNode()
179 if (g_testProperty.muted.has_value()) { in CreateVideoNode()
182 if (g_testProperty.autoPlay.has_value()) { in CreateVideoNode()
185 if (g_testProperty.controls.has_value()) { in CreateVideoNode()
[all …]
H A Dvideo_test_ng_add.cpp116 TestProperty g_testProperty; variable
133 g_testProperty.muted = MUTED_VALUE; in SetUpTestSuite()
134 g_testProperty.autoPlay = AUTO_PLAY; in SetUpTestSuite()
135 g_testProperty.controls = CONTROL_VALUE; in SetUpTestSuite()
136 g_testProperty.loop = LOOP_VALUE; in SetUpTestSuite()
137 g_testProperty.objectFit = VIDEO_IMAGE_FIT; in SetUpTestSuite()
170 if (g_testProperty.src.has_value()) { in CreateVideoNode()
179 if (g_testProperty.muted.has_value()) { in CreateVideoNode()
182 if (g_testProperty.autoPlay.has_value()) { in CreateVideoNode()
185 if (g_testProperty.controls.has_value()) { in CreateVideoNode()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp81 TestProperty g_testProperty; variable
97 g_testProperty.imageSrc = MOVINGPHOTO_IMAGE_SRC; in SetUpTestSuite()
98 g_testProperty.muted = MUTED_VALUE; in SetUpTestSuite()
99 g_testProperty.objectFit = MOVINGPHOTO_IMAGE_FIT; in SetUpTestSuite()
120 if (g_testProperty.movingPhotoController.has_value()) { in CreateMovingPhotoNode()
132 if (g_testProperty.imageSrc.has_value()) { in CreateMovingPhotoNode()
135 if (g_testProperty.muted.has_value()) { in CreateMovingPhotoNode()
138 if (g_testProperty.objectFit.has_value()) { in CreateMovingPhotoNode()
152 auto frameNode = CreateMovingPhotoNode(g_testProperty);
404 auto frameNode = CreateMovingPhotoNode(g_testProperty);
[all …]