Home
last modified time | relevance | path

Searched refs:value (Results 1 - 25 of 2532) sorted by relevance

12345678910>>...102

/test/xts/acts/startup_lite/syspara_hal/src/
H A Ddeviceinfo_func_test.c66 const char *value = GetDeviceType(); variable
67 printf("Device Type=%s\n", value);
68 AssertNotEmpty(value); variable
81 const char *value = GetDeviceType(); variable
82 printf("Device Type=%s\n", value);
83 TEST_ASSERT_NOT_NULL(value); variable
84 if (value != NULL)
86 TEST_ASSERT_TRUE(strlen(value) <= 32);
99 const char *value = GetManufacture(); variable
100 printf("Manufacture=%s\n", value);
101 AssertNotEmpty(value); global() variable
114 const char *value = GetManufacture(); global() variable
116 TEST_ASSERT_NOT_NULL(value); global() variable
132 const char *value = GetBrand(); global() variable
134 AssertNotEmpty(value); global() variable
147 const char *value = GetBrand(); global() variable
149 TEST_ASSERT_NOT_NULL(value); global() variable
165 const char *value = GetMarketName(); global() variable
167 AssertNotEmpty(value); global() variable
180 const char *value = GetMarketName(); global() variable
182 TEST_ASSERT_NOT_NULL(value); global() variable
198 const char *value = GetProductSeries(); global() variable
200 AssertNotEmpty(value); global() variable
213 const char *value = GetProductSeries(); global() variable
215 TEST_ASSERT_NOT_NULL(value); global() variable
231 const char *value = GetProductModel(); global() variable
233 AssertNotEmpty(value); global() variable
246 const char *value = GetProductModel(); global() variable
248 TEST_ASSERT_NOT_NULL(value); global() variable
264 const char *value = GetHardwareModel(); global() variable
266 AssertNotEmpty(value); global() variable
279 const char *value = GetHardwareModel(); global() variable
281 TEST_ASSERT_NOT_NULL(value); global() variable
297 const char *value = GetSerial(); global() variable
299 AssertNotEmpty(value); global() variable
312 const char *value = GetSerial(); global() variable
314 TEST_ASSERT_NOT_NULL(value); global() variable
330 const char *value = GetOSFullName(); global() variable
332 AssertNotEmpty(value); global() variable
345 const char *value = GetOSFullName(); global() variable
347 TEST_ASSERT_NOT_NULL(value); global() variable
363 const char *value = GetDisplayVersion(); global() variable
365 AssertNotEmpty(value); global() variable
378 const char *value = GetDisplayVersion(); global() variable
380 TEST_ASSERT_NOT_NULL(value); global() variable
396 const char *value = GetBootloaderVersion(); global() variable
398 AssertNotEmpty(value); global() variable
411 const char *value = GetBootloaderVersion(); global() variable
413 TEST_ASSERT_NOT_NULL(value); global() variable
429 const char *value = GetSecurityPatchTag(); global() variable
431 AssertNotEmpty(value); global() variable
444 const char *value = GetSecurityPatchTag(); global() variable
446 TEST_ASSERT_NOT_NULL(value); global() variable
463 const char *value = GetSecurityPatchTag(); global() variable
498 const char *value = GetAbiList(); global() variable
500 AssertNotEmpty(value); global() variable
513 const char *value = GetAbiList(); global() variable
515 TEST_ASSERT_NOT_NULL(value); global() variable
531 int value = GetSdkApiVersion(); global() variable
545 int value = GetFirstApiVersion(); global() variable
559 const char *value = GetIncrementalVersion(); global() variable
561 AssertNotEmpty(value); global() variable
573 const char *value = GetVersionId(); global() variable
575 AssertNotEmpty(value); global() variable
588 const char *value = GetVersionId(); global() variable
590 TEST_ASSERT_NOT_NULL(value); global() variable
606 const char *value = GetBuildType(); global() variable
608 AssertNotEmpty(value); global() variable
621 const char *value = GetBuildType(); global() variable
623 TEST_ASSERT_NOT_NULL(value); global() variable
639 const char *value = GetBuildUser(); global() variable
641 AssertNotEmpty(value); global() variable
654 const char *value = GetBuildUser(); global() variable
656 TEST_ASSERT_NOT_NULL(value); global() variable
672 const char *value = GetBuildHost(); global() variable
674 AssertNotEmpty(value); global() variable
687 const char *value = GetBuildHost(); global() variable
689 TEST_ASSERT_NOT_NULL(value); global() variable
705 const char *value = GetBuildTime(); global() variable
707 AssertNotEmpty(value); global() variable
720 const char *value = GetBuildTime(); global() variable
722 TEST_ASSERT_NOT_NULL(value); global() variable
738 const char *value = GetSoftwareModel(); global() variable
740 AssertNotEmpty(value); global() variable
753 const char *value = GetSoftwareModel(); global() variable
755 TEST_ASSERT_NOT_NULL(value); global() variable
771 const char *value = GetBuildRootHash(); global() variable
773 TEST_ASSERT_NOT_NULL(value); global() variable
785 const char *value = GetHardwareProfile(); global() variable
787 AssertNotEmpty(value); global() variable
[all...]
/test/xts/acts/distributeddatamgr_lite/dbm_kv_store_hal/src/
H A Ddbm_kv_store_func_test.c96 } value, value1; in PutKVs() local
107 memset_s(&value, sizeof(value), 0, sizeof(value)); in PutKVs()
108 value.num = i; in PutKVs()
110 int ret = strcpy_s(value.content, sizeof(value.content), content); in PutKVs()
113 status = DBM_Put(g_KVStoreHandle, keytemp, (void*)&value, sizeof(value)); in PutKVs()
126 TEST_ASSERT_EQUAL_INT(value1.num, value in PutKVs()
149 } value, value1; GetKVs() local
224 } value; global() variable
256 } value; global() variable
280 } value; global() variable
304 } value; global() variable
328 } value; global() variable
349 } value; global() variable
370 } value; global() variable
391 } value; global() variable
412 } value; global() variable
433 } value; global() variable
454 } value; global() variable
478 } value; global() variable
499 } value; global() variable
520 } value; global() variable
541 } value; global() variable
565 } value; global() variable
586 } value; global() variable
610 } value, value1; global() variable
643 } value, value1; global() variable
676 } value, value1, value2; global() variable
720 } value; global() variable
740 } value, value1; global() variable
783 char value[] = "It is never too old to learn"; global() variable
812 char value[] = "It is never too old to learn"; global() variable
840 char value[] = "It is never too old to learn"; global() variable
869 char value[] = "It is never too old to learn"; global() variable
[all...]
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingMatrixTest.cpp97 float value; in HWTEST_F() local
98 value = OH_Drawing_MatrixGetValue(matrixTwo, 0); in HWTEST_F()
99 EXPECT_TRUE(IsScalarAlmostEqual(value, 1.5f)); in HWTEST_F()
100 value = OH_Drawing_MatrixGetValue(matrixTwo, 1); in HWTEST_F()
101 EXPECT_TRUE(IsScalarAlmostEqual(value, 0.0f)); in HWTEST_F()
102 value = OH_Drawing_MatrixGetValue(matrixTwo, 2); in HWTEST_F()
103 EXPECT_TRUE(IsScalarAlmostEqual(value, 3.5f)); in HWTEST_F()
105 value = OH_Drawing_MatrixGetValue(matrixTwo, 3); in HWTEST_F()
106 EXPECT_TRUE(IsScalarAlmostEqual(value, 0.0f)); in HWTEST_F()
107 value in HWTEST_F()
155 float value; HWTEST_F() local
195 float value; HWTEST_F() local
231 float value; HWTEST_F() local
291 float value; HWTEST_F() local
330 float value; HWTEST_F() local
425 float value; HWTEST_F() local
462 float value; HWTEST_F() local
490 float value; HWTEST_F() local
525 float value; HWTEST_F() local
562 float value; HWTEST_F() local
589 float value; HWTEST_F() local
633 float value; HWTEST_F() local
[all...]
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/agree/
H A DpublicAgreeParam.js20 value: param.HksKeyStorageType.HKS_STORAGE_PERSISTENT,
22 HuksKeyISKEYALIAS: { tag: param.HksTag.HKS_TAG_IS_KEY_ALIAS, value: true },
25 value: param.HksKeyDigest.HKS_DIGEST_NONE,
29 value: param.HksKeyDigest.HKS_DIGEST_SHA1,
33 value: param.HksKeyDigest.HKS_DIGEST_SHA224,
37 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
41 value: param.HksKeyDigest.HKS_DIGEST_SHA384,
45 value: param.HksKeyDigest.HKS_DIGEST_SHA512,
49 value: param.HksKeyPadding.HKS_PADDING_NONE,
53 value
[all...]
/test/xts/acts/security/huks/security_huks_basic/utils/param/agree/
H A DpublicAgreeParam.js20 value: param.HksKeyStorageType.HKS_STORAGE_PERSISTENT,
22 HuksKeyISKEYALIAS: { tag: param.HksTag.HKS_TAG_IS_KEY_ALIAS, value: true },
25 value: param.HksKeyDigest.HKS_DIGEST_NONE,
29 value: param.HksKeyDigest.HKS_DIGEST_SHA1,
33 value: param.HksKeyDigest.HKS_DIGEST_SHA224,
37 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
41 value: param.HksKeyDigest.HKS_DIGEST_SHA384,
45 value: param.HksKeyDigest.HKS_DIGEST_SHA512,
49 value: param.HksKeyPadding.HKS_PADDING_NONE,
53 value
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_blendmode_test.cpp26 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; in TestCustomComponentBlendMode001() local
28 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCustomComponentBlendMode001()
31 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BLEND_MODE)->value[PARAM_0].i32, customType); in TestCustomComponentBlendMode001()
32 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BLEND_MODE)->value[PARAM_1].i32, customApplyType); in TestCustomComponentBlendMode001()
42 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; in TestCustomComponentBlendMode002() local
44 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCustomComponentBlendMode002()
47 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BLEND_MODE)->value[PARAM_0].i32, customType); in TestCustomComponentBlendMode002()
48 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BLEND_MODE)->value[PARAM_ in TestCustomComponentBlendMode002()
58 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode003() local
74 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode004() local
90 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode005() local
106 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode006() local
122 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode007() local
138 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode008() local
154 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode009() local
170 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode010() local
186 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode011() local
202 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode012() local
218 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode013() local
234 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode014() local
250 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode015() local
266 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode016() local
282 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode017() local
298 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode018() local
314 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode019() local
330 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode020() local
346 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode021() local
362 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode022() local
378 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode023() local
394 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode024() local
410 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode025() local
426 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode026() local
442 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode027() local
458 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode028() local
474 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode029() local
490 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode030() local
506 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode031() local
522 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode032() local
538 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode033() local
554 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode034() local
570 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode035() local
586 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode036() local
602 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode037() local
618 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode038() local
634 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode039() local
650 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode040() local
666 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode041() local
682 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode042() local
698 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode043() local
714 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode044() local
730 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode045() local
746 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode046() local
762 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode047() local
778 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode048() local
794 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode049() local
810 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode050() local
826 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode051() local
842 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode052() local
858 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode053() local
874 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode054() local
890 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode055() local
906 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode056() local
922 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode057() local
938 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode058() local
954 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode059() local
970 ArkUI_NumberValue value[] = {{.i32 = customType}, {.i32 = customApplyType}}; TestCustomComponentBlendMode060() local
[all...]
H A Dcustomcomponent_foregroundblurstyle_test.cpp26 int32_t value = ARKUI_BLUR_STYLE_THIN; in TestCustomComponentForegroundBlurStyle001() local
27 ArkUI_NumberValue values[] = {{.i32 = value}}; in TestCustomComponentForegroundBlurStyle001()
31 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_FOREGROUND_BLUR_STYLE)->value[PARAM_0].i32, value); in TestCustomComponentForegroundBlurStyle001()
38 int32_t value = ARKUI_BLUR_STYLE_REGULAR; in TestCustomComponentForegroundBlurStyle002() local
39 ArkUI_NumberValue values[] = {{.i32 = value}}; in TestCustomComponentForegroundBlurStyle002()
43 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_FOREGROUND_BLUR_STYLE)->value[PARAM_0].i32, value); in TestCustomComponentForegroundBlurStyle002()
50 int32_t value = ARKUI_BLUR_STYLE_THICK; in TestCustomComponentForegroundBlurStyle003() local
51 ArkUI_NumberValue values[] = {{.i32 = value}}; in TestCustomComponentForegroundBlurStyle003()
62 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_THIN; TestCustomComponentForegroundBlurStyle004() local
74 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_REGULAR; TestCustomComponentForegroundBlurStyle005() local
86 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_THICK; TestCustomComponentForegroundBlurStyle006() local
98 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_ULTRA_THICK; TestCustomComponentForegroundBlurStyle007() local
110 int32_t value = ARKUI_BLUR_STYLE_NONE; TestCustomComponentForegroundBlurStyle008() local
122 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_ULTRA_THIN; TestCustomComponentForegroundBlurStyle009() local
134 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_THIN; TestCustomComponentForegroundBlurStyle010() local
146 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_REGULAR; TestCustomComponentForegroundBlurStyle011() local
158 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_THICK; TestCustomComponentForegroundBlurStyle012() local
170 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_ULTRA_THICK; TestCustomComponentForegroundBlurStyle013() local
182 int32_t value = PARAM_NEGATIVE_100; TestCustomComponentForegroundBlurStyle014() local
194 int32_t value = ARKUI_COLOR_MODE_SYSTEM; TestCustomComponentForegroundBlurStyle015() local
206 int32_t value = ARKUI_COLOR_MODE_LIGHT; TestCustomComponentForegroundBlurStyle016() local
218 int32_t value = ARKUI_COLOR_MODE_DARK; TestCustomComponentForegroundBlurStyle017() local
230 int32_t value = PARAM_NEGATIVE_100; TestCustomComponentForegroundBlurStyle018() local
242 int32_t value = ARKUI_ADAPTIVE_COLOR_DEFAULT; TestCustomComponentForegroundBlurStyle019() local
254 int32_t value = ARKUI_ADAPTIVE_COLOR_AVERAGE; TestCustomComponentForegroundBlurStyle020() local
266 int32_t value = PARAM_NEGATIVE_100; TestCustomComponentForegroundBlurStyle021() local
278 float value = PARAM_NEGATIVE_1; TestCustomComponentForegroundBlurStyle022() local
290 float value = PARAM_0; TestCustomComponentForegroundBlurStyle023() local
302 float value = PARAM_20; TestCustomComponentForegroundBlurStyle024() local
314 float value = GRAY_SCALE_MAX; TestCustomComponentForegroundBlurStyle025() local
326 float value = SIZE_200; TestCustomComponentForegroundBlurStyle026() local
338 float value = PARAM_NEGATIVE_1; TestCustomComponentForegroundBlurStyle027() local
350 float value = PARAM_0; TestCustomComponentForegroundBlurStyle028() local
362 float value = PARAM_20; TestCustomComponentForegroundBlurStyle029() local
374 float value = GRAY_SCALE_MAX; TestCustomComponentForegroundBlurStyle030() local
386 float value = SIZE_200; TestCustomComponentForegroundBlurStyle031() local
398 float value = PARAM_20; TestCustomComponentForegroundBlurStyle032() local
[all...]
H A Dcustomcomponent_mask_test.cpp32 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, in TestCustomComponentMask001() local
41 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCustomComponentMask001()
44 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_0].u32, maskFillColor); in TestCustomComponentMask001()
45 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_1].u32, maskStrokeColor); in TestCustomComponentMask001()
46 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_2].f32, maskStrokeWidth); in TestCustomComponentMask001()
47 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_3].i32, maskType); in TestCustomComponentMask001()
48 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_4].f32, maskRectangularWidth); in TestCustomComponentMask001()
49 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_5].f32, maskRectangularHeight); in TestCustomComponentMask001()
50 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_ in TestCustomComponentMask001()
67 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, TestCustomComponentMask002() local
102 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, TestCustomComponentMask003() local
136 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, TestCustomComponentMask004() local
169 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCustomComponentMask005() local
194 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCustomComponentMask006() local
218 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCustomComponentMask007() local
243 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCustomComponentMask008() local
268 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCustomComponentMask009() local
293 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCustomComponentMask010() local
318 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCustomComponentMask011() local
345 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCustomComponentMask012() local
372 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCustomComponentMask013() local
393 ArkUI_NumberValue value[] = {{.i32 = maskType}, TestCustomComponentMask014() local
418 ArkUI_NumberValue value[] = {{.i32 = maskType}, TestCustomComponentMask015() local
443 ArkUI_NumberValue value[] = {{.i32 = maskType}, TestCustomComponentMask016() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_blendmode_test.cpp26 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; in TestCommonAttrsBlendMode001() local
28 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCommonAttrsBlendMode001()
31 ASSERT_EQ(nodeAPI->getAttribute(blendMode, NODE_BLEND_MODE)->value[PARAM_0].i32, blendModeType); in TestCommonAttrsBlendMode001()
32 ASSERT_EQ(nodeAPI->getAttribute(blendMode, NODE_BLEND_MODE)->value[PARAM_1].i32, blendModeApplyType); in TestCommonAttrsBlendMode001()
42 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; in TestCommonAttrsBlendMode002() local
44 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCommonAttrsBlendMode002()
47 ASSERT_EQ(nodeAPI->getAttribute(blendMode, NODE_BLEND_MODE)->value[PARAM_0].i32, blendModeType); in TestCommonAttrsBlendMode002()
48 ASSERT_EQ(nodeAPI->getAttribute(blendMode, NODE_BLEND_MODE)->value[PARAM_ in TestCommonAttrsBlendMode002()
58 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode003() local
74 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode004() local
90 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode005() local
106 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode006() local
122 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode007() local
138 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode008() local
154 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode009() local
170 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode010() local
186 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode011() local
202 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode012() local
218 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode013() local
234 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode014() local
250 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode015() local
266 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode016() local
282 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode017() local
298 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode018() local
314 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode019() local
330 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode020() local
346 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode021() local
362 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode022() local
378 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode023() local
394 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode024() local
410 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode025() local
426 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode026() local
442 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode027() local
458 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode028() local
474 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode029() local
490 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode030() local
506 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode031() local
522 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode032() local
538 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode033() local
554 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode034() local
570 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode035() local
586 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode036() local
602 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode037() local
618 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode038() local
634 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode039() local
650 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode040() local
666 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode041() local
682 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode042() local
698 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode043() local
714 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode044() local
730 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode045() local
746 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode046() local
762 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode047() local
778 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode048() local
794 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode049() local
810 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode050() local
826 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode051() local
842 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode052() local
858 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode053() local
874 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode054() local
890 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode055() local
906 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode056() local
922 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode057() local
938 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode058() local
954 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode059() local
970 ArkUI_NumberValue value[] = {{.i32 = blendModeType}, {.i32 = blendModeApplyType}}; TestCommonAttrsBlendMode060() local
[all...]
H A Dcommonattrs_foregroundblurstyle_test.cpp26 int32_t value = ARKUI_BLUR_STYLE_THIN; in TestCommonAttrsForegroundBlurStyle001() local
27 ArkUI_NumberValue values[] = {{.i32 = value}}; in TestCommonAttrsForegroundBlurStyle001()
31 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_FOREGROUND_BLUR_STYLE)->value[PARAM_0].i32, value); in TestCommonAttrsForegroundBlurStyle001()
38 int32_t value = ARKUI_BLUR_STYLE_REGULAR; in TestCommonAttrsForegroundBlurStyle002() local
39 ArkUI_NumberValue values[] = {{.i32 = value}}; in TestCommonAttrsForegroundBlurStyle002()
43 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_FOREGROUND_BLUR_STYLE)->value[PARAM_0].i32, value); in TestCommonAttrsForegroundBlurStyle002()
50 int32_t value = ARKUI_BLUR_STYLE_THICK; in TestCommonAttrsForegroundBlurStyle003() local
51 ArkUI_NumberValue values[] = {{.i32 = value}}; in TestCommonAttrsForegroundBlurStyle003()
62 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_THIN; TestCommonAttrsForegroundBlurStyle004() local
74 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_REGULAR; TestCommonAttrsForegroundBlurStyle005() local
86 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_THICK; TestCommonAttrsForegroundBlurStyle006() local
98 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_ULTRA_THICK; TestCommonAttrsForegroundBlurStyle007() local
110 int32_t value = ARKUI_BLUR_STYLE_NONE; TestCommonAttrsForegroundBlurStyle008() local
122 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_ULTRA_THIN; TestCommonAttrsForegroundBlurStyle009() local
134 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_THIN; TestCommonAttrsForegroundBlurStyle010() local
146 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_REGULAR; TestCommonAttrsForegroundBlurStyle011() local
158 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_THICK; TestCommonAttrsForegroundBlurStyle012() local
170 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_ULTRA_THICK; TestCommonAttrsForegroundBlurStyle013() local
182 int32_t value = PARAM_NEGATIVE_100; TestCommonAttrsForegroundBlurStyle014() local
194 int32_t value = ARKUI_COLOR_MODE_SYSTEM; TestCommonAttrsForegroundBlurStyle015() local
206 int32_t value = ARKUI_COLOR_MODE_LIGHT; TestCommonAttrsForegroundBlurStyle016() local
218 int32_t value = ARKUI_COLOR_MODE_DARK; TestCommonAttrsForegroundBlurStyle017() local
230 int32_t value = PARAM_NEGATIVE_100; TestCommonAttrsForegroundBlurStyle018() local
242 int32_t value = ARKUI_ADAPTIVE_COLOR_DEFAULT; TestCommonAttrsForegroundBlurStyle019() local
254 int32_t value = ARKUI_ADAPTIVE_COLOR_AVERAGE; TestCommonAttrsForegroundBlurStyle020() local
266 int32_t value = PARAM_NEGATIVE_100; TestCommonAttrsForegroundBlurStyle021() local
278 float value = PARAM_NEGATIVE_1; TestCommonAttrsForegroundBlurStyle022() local
290 float value = PARAM_0; TestCommonAttrsForegroundBlurStyle023() local
302 float value = PARAM_20; TestCommonAttrsForegroundBlurStyle024() local
314 float value = GRAY_SCALE_MAX; TestCommonAttrsForegroundBlurStyle025() local
326 float value = SIZE_200; TestCommonAttrsForegroundBlurStyle026() local
338 float value = PARAM_NEGATIVE_1; TestCommonAttrsForegroundBlurStyle027() local
350 float value = PARAM_0; TestCommonAttrsForegroundBlurStyle028() local
362 float value = PARAM_20; TestCommonAttrsForegroundBlurStyle029() local
374 float value = GRAY_SCALE_MAX; TestCommonAttrsForegroundBlurStyle030() local
386 float value = SIZE_200; TestCommonAttrsForegroundBlurStyle031() local
398 float value = PARAM_20; TestCommonAttrsForegroundBlurStyle032() local
[all...]
H A Dcommonattrs_mask_test.cpp32 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, in TestCommonAttrsMask001() local
41 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCommonAttrsMask001()
44 ASSERT_EQ(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_0].u32, maskFillColor); in TestCommonAttrsMask001()
45 ASSERT_EQ(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_1].u32, maskStrokeColor); in TestCommonAttrsMask001()
46 ASSERT_EQ(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_2].f32, maskStrokeWidth); in TestCommonAttrsMask001()
47 ASSERT_EQ(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_3].i32, maskType); in TestCommonAttrsMask001()
48 ASSERT_EQ(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_4].f32, maskRectangularWidth); in TestCommonAttrsMask001()
49 ASSERT_EQ(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_5].f32, maskRectangularHeight); in TestCommonAttrsMask001()
50 ASSERT_EQ(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_ in TestCommonAttrsMask001()
67 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, TestCommonAttrsMask002() local
102 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, TestCommonAttrsMask003() local
136 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, TestCommonAttrsMask004() local
169 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCommonAttrsMask005() local
194 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCommonAttrsMask006() local
218 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCommonAttrsMask007() local
243 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCommonAttrsMask008() local
268 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCommonAttrsMask009() local
293 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCommonAttrsMask010() local
318 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCommonAttrsMask011() local
345 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCommonAttrsMask012() local
372 ArkUI_NumberValue value[] = {{.u32 = maskFillColor}, {.u32 = maskStrokeColor}, {.f32 = maskStrokeWidth}, TestCommonAttrsMask013() local
393 ArkUI_NumberValue value[] = {{.i32 = maskType}, TestCommonAttrsMask014() local
418 ArkUI_NumberValue value[] = {{.i32 = maskType}, TestCommonAttrsMask015() local
443 ArkUI_NumberValue value[] = {{.i32 = maskType}, TestCommonAttrsMask016() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/calendarpicker/
H A Dcalendarpicker_textstyle_test.cpp22 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W100}}; in TestCalendarPickerTextStyle001() local
23 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCalendarPickerTextStyle001()
26 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_TEXT_STYLE)->value[PARAM_0].u32, COLOR_RED); in TestCalendarPickerTextStyle001()
27 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_TEXT_STYLE)->value[PARAM_1].f32, SIZE_30); in TestCalendarPickerTextStyle001()
28 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_TEXT_STYLE)->value[PARAM_2].i32, in TestCalendarPickerTextStyle001()
36 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W200}}; in TestCalendarPickerTextStyle002() local
37 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestCalendarPickerTextStyle002()
40 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_TEXT_STYLE)->value[PARAM_ in TestCalendarPickerTextStyle002()
50 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W300}}; TestCalendarPickerTextStyle003() local
64 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W400}}; TestCalendarPickerTextStyle004() local
78 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W500}}; TestCalendarPickerTextStyle005() local
92 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W600}}; TestCalendarPickerTextStyle006() local
106 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W700}}; TestCalendarPickerTextStyle007() local
120 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W800}}; TestCalendarPickerTextStyle008() local
134 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_W900}}; TestCalendarPickerTextStyle009() local
148 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestCalendarPickerTextStyle010() local
162 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestCalendarPickerTextStyle011() local
176 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestCalendarPickerTextStyle012() local
190 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_LIGHTER}}; TestCalendarPickerTextStyle013() local
204 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestCalendarPickerTextStyle014() local
218 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = SIZE_30}, {.i32 = ARKUI_FONT_WEIGHT_REGULAR}}; TestCalendarPickerTextStyle015() local
232 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.f32 = PARAM_NEGATIVE_1}, {.i32 = PARAM_NEGATIVE_1}}; TestCalendarPickerTextStyle016() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_placeholderfont_test.cpp29 ArkUI_NumberValue value[] = { in TestTextAreaPlaceHolderFont001() local
31 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextAreaPlaceHolderFont001()
35 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_TEXT_AREA_PLACEHOLDER_FONT)->value[PARAM_0].f32, FONT_SIZE); in TestTextAreaPlaceHolderFont001()
36 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_TEXT_AREA_PLACEHOLDER_FONT)->value[PARAM_1].i32, in TestTextAreaPlaceHolderFont001()
38 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_TEXT_AREA_PLACEHOLDER_FONT)->value[PARAM_2].i32, in TestTextAreaPlaceHolderFont001()
46 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_NORMAL}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; in TestTextAreaPlaceHolderFont002() local
47 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextAreaPlaceHolderFont002()
51 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_TEXT_AREA_PLACEHOLDER_FONT)->value[PARAM_ in TestTextAreaPlaceHolderFont002()
62 ArkUI_NumberValue value[] = {{.f32 = FONT_SIZE}}; TestTextAreaPlaceHolderFont003() local
75 ArkUI_NumberValue value[] = {{.f32 = FONT_SIZE}}; TestTextAreaPlaceHolderFont004() local
88 ArkUI_NumberValue value[] = {}; TestTextAreaPlaceHolderFont005() local
100 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W100}}; TestTextAreaPlaceHolderFont006() local
116 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W200}}; TestTextAreaPlaceHolderFont007() local
132 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W300}}; TestTextAreaPlaceHolderFont008() local
148 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W400}}; TestTextAreaPlaceHolderFont009() local
164 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W500}}; TestTextAreaPlaceHolderFont010() local
180 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W600}}; TestTextAreaPlaceHolderFont011() local
196 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W700}}; TestTextAreaPlaceHolderFont012() local
212 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W800}}; TestTextAreaPlaceHolderFont013() local
228 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W900}}; TestTextAreaPlaceHolderFont014() local
244 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestTextAreaPlaceHolderFont015() local
260 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestTextAreaPlaceHolderFont016() local
276 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestTextAreaPlaceHolderFont017() local
292 ArkUI_NumberValue value[] = { TestTextAreaPlaceHolderFont018() local
309 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestTextAreaPlaceHolderFont019() local
325 ArkUI_NumberValue value[] = { TestTextAreaPlaceHolderFont020() local
[all...]
H A Dtextarea_fontweight_test.cpp24 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W100}}; in TestTextAreaFontWeight001() local
25 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextAreaFontWeight001()
28 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_FONT_WEIGHT)->value[PARAM_0].i32, ARKUI_FONT_WEIGHT_W100); in TestTextAreaFontWeight001()
35 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W200}}; in TestTextAreaFontWeight002() local
36 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextAreaFontWeight002()
39 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_FONT_WEIGHT)->value[PARAM_0].i32, ARKUI_FONT_WEIGHT_W200); in TestTextAreaFontWeight002()
46 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W300}}; in TestTextAreaFontWeight003() local
47 ArkUI_AttributeItem value_item = {value, sizeo in TestTextAreaFontWeight003()
57 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W400}}; TestTextAreaFontWeight004() local
68 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W500}}; TestTextAreaFontWeight005() local
79 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W600}}; TestTextAreaFontWeight006() local
90 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W700}}; TestTextAreaFontWeight007() local
101 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W800}}; TestTextAreaFontWeight008() local
112 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W900}}; TestTextAreaFontWeight009() local
123 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestTextAreaFontWeight010() local
134 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestTextAreaFontWeight011() local
145 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestTextAreaFontWeight012() local
156 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_LIGHTER}}; TestTextAreaFontWeight013() local
167 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestTextAreaFontWeight014() local
178 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_REGULAR}}; TestTextAreaFontWeight015() local
189 ArkUI_NumberValue value[] = {{.i32 = ABNROMAL_PARAM}}; TestTextAreaFontWeight016() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_placeholderfont_test.cpp29 ArkUI_NumberValue value[] = { in TestTextInputPlaceHolderFont001() local
31 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextInputPlaceHolderFont001()
35 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_TEXT_INPUT_PLACEHOLDER_FONT)->value[PARAM_0].f32, FONT_SIZE); in TestTextInputPlaceHolderFont001()
36 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_TEXT_INPUT_PLACEHOLDER_FONT)->value[PARAM_1].i32, in TestTextInputPlaceHolderFont001()
38 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_TEXT_INPUT_PLACEHOLDER_FONT)->value[PARAM_2].i32, in TestTextInputPlaceHolderFont001()
46 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_NORMAL}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; in TestTextInputPlaceHolderFont002() local
47 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextInputPlaceHolderFont002()
51 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_TEXT_INPUT_PLACEHOLDER_FONT)->value[PARAM_ in TestTextInputPlaceHolderFont002()
62 ArkUI_NumberValue value[] = {{.f32 = FONT_SIZE}}; TestTextInputPlaceHolderFont003() local
75 ArkUI_NumberValue value[] = {{.f32 = FONT_SIZE}}; TestTextInputPlaceHolderFont004() local
88 ArkUI_NumberValue value[] = {}; TestTextInputPlaceHolderFont005() local
100 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W100}}; TestTextInputPlaceHolderFont006() local
116 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W200}}; TestTextInputPlaceHolderFont007() local
132 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W300}}; TestTextInputPlaceHolderFont008() local
148 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W400}}; TestTextInputPlaceHolderFont009() local
164 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W500}}; TestTextInputPlaceHolderFont010() local
180 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W600}}; TestTextInputPlaceHolderFont011() local
196 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W700}}; TestTextInputPlaceHolderFont012() local
212 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W800}}; TestTextInputPlaceHolderFont013() local
228 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_W900}}; TestTextInputPlaceHolderFont014() local
244 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestTextInputPlaceHolderFont015() local
260 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestTextInputPlaceHolderFont016() local
276 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestTextInputPlaceHolderFont017() local
292 ArkUI_NumberValue value[] = { TestTextInputPlaceHolderFont018() local
309 ArkUI_NumberValue value[] = {{.f32 = PARAM_0}, {.i32 = ARKUI_FONT_STYLE_ITALIC}, {.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestTextInputPlaceHolderFont019() local
325 ArkUI_NumberValue value[] = { TestTextInputPlaceHolderFont020() local
[all...]
/test/xts/acts/security/huks/security_huks_basic/utils/param/derive/
H A DpublicDeriveParam.js25 value: param.HksKeySize.HKS_AES_KEY_SIZE_512,
29 value: param.HksKeyAlg.HKS_ALG_HKDF,
33 value: param.HksKeyAlg.HKS_ALG_AES,
37 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_DERIVE,
41 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
45 value: param.HksKeyDigest.HKS_DIGEST_SHA384,
49 value: param.HksKeyDigest.HKS_DIGEST_SHA512,
53 value: param.HksKeySize.HKS_AES_KEY_SIZE_128,
57 value: param.HksKeySize.HKS_AES_KEY_SIZE_192,
61 value
[all...]
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/derive/
H A DpublicDeriveParam.js25 value: param.HksKeySize.HKS_AES_KEY_SIZE_512,
29 value: param.HksKeyAlg.HKS_ALG_HKDF,
33 value: param.HksKeyAlg.HKS_ALG_AES,
37 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_DERIVE,
41 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
45 value: param.HksKeyDigest.HKS_DIGEST_SHA384,
49 value: param.HksKeyDigest.HKS_DIGEST_SHA512,
53 value: param.HksKeySize.HKS_AES_KEY_SIZE_128,
57 value: param.HksKeySize.HKS_AES_KEY_SIZE_192,
61 value
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
H A Dtext_font_test.cpp23 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_FONT)->value[PARAM_1].i32, ARKUI_FONT_WEIGHT_NORMAL); in TestTextFont001()
24 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_FONT)->value[PARAM_2].i32, ARKUI_FONT_STYLE_NORMAL); in TestTextFont001()
32 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W100}, {.i32 = ARKUI_FONT_STYLE_NORMAL}}; in TestTextFont002() local
33 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextFont002()
37 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_FONT)->value[PARAM_0].f32, sizeValue); in TestTextFont002()
38 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_FONT)->value[PARAM_1].i32, ARKUI_FONT_WEIGHT_W100); in TestTextFont002()
39 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_TEXT_FONT)->value[PARAM_2].i32, ARKUI_FONT_STYLE_NORMAL); in TestTextFont002()
52 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W200}, {.i32 = ARKUI_FONT_STYLE_ITALIC}}; in TestTextFont003() local
53 ArkUI_AttributeItem valueItem = {value, sizeo in TestTextFont003()
66 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W300}}; TestTextFont004() local
79 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W400}}; TestTextFont005() local
92 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W500}}; TestTextFont006() local
105 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W600}}; TestTextFont007() local
118 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W700}}; TestTextFont008() local
131 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W800}}; TestTextFont009() local
144 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_W900}}; TestTextFont010() local
157 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestTextFont011() local
170 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestTextFont012() local
183 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestTextFont013() local
196 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_LIGHTER}}; TestTextFont014() local
209 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestTextFont015() local
222 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = ARKUI_FONT_WEIGHT_REGULAR}}; TestTextFont016() local
236 ArkUI_NumberValue value[] = {{.f32 = sizeValue}, {.i32 = exceptionValue}, {.i32 = exceptionValue}}; TestTextFont017() local
252 ArkUI_NumberValue value[] = {{.f32 = sizeValue}}; TestTextFont018() local
[all...]
H A Dtext_fontweight_test.cpp23 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_FONT_WEIGHT)->value[PARAM_0].i32, ARKUI_FONT_WEIGHT_NORMAL); in TestTextFontWeight001()
30 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W100}}; in TestTextFontWeight002() local
31 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextFontWeight002()
33 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_FONT_WEIGHT)->value[PARAM_0].i32, ARKUI_FONT_WEIGHT_W100); in TestTextFontWeight002()
41 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W200}}; in TestTextFontWeight003() local
42 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestTextFontWeight003()
44 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_FONT_WEIGHT)->value[PARAM_0].i32, ARKUI_FONT_WEIGHT_W200); in TestTextFontWeight003()
52 ArkUI_NumberValue value[] in TestTextFontWeight004() local
63 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W400}}; TestTextFontWeight005() local
74 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W500}}; TestTextFontWeight006() local
85 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W600}}; TestTextFontWeight007() local
96 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W700}}; TestTextFontWeight008() local
107 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W800}}; TestTextFontWeight009() local
118 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W900}}; TestTextFontWeight010() local
129 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestTextFontWeight011() local
140 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestTextFontWeight012() local
151 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_LIGHTER}}; TestTextFontWeight013() local
162 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestTextFontWeight014() local
173 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_REGULAR}}; TestTextFontWeight015() local
185 ArkUI_NumberValue value[] = {{.i32 = exceptionValue}}; TestTextFontWeight016() local
[all...]
/test/xts/acts/security/huks/security_huks_basic/utils/param/signverify/
H A DpublicSignverifyParam.js20 value: DSA_COMMON_SIZE,
24 value: param.HksKeySize.HKS_DSA_KEY_SIZE_512,
28 value: param.HksKeySize.HKS_DSA_KEY_SIZE_1024,
32 value: param.HksKeyAlg.HKS_ALG_DSA,
36 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_SIGN,
40 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_VERIFY,
44 value: param.HksKeyDigest.HKS_DIGEST_SHA1,
48 value: param.HksKeyDigest.HKS_DIGEST_SHA224,
52 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
56 value
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/column/
H A Dcolumn_foregroundblurstyle_test.cpp26 int32_t value = ARKUI_BLUR_STYLE_THIN; in TestColumnForegroundBlurStyle001() local
27 ArkUI_NumberValue values[] = {{.i32 = value}}; in TestColumnForegroundBlurStyle001()
31 ASSERT_EQ(nodeAPI->getAttribute(column, NODE_FOREGROUND_BLUR_STYLE)->value[PARAM_0].i32, value); in TestColumnForegroundBlurStyle001()
38 int32_t value = ARKUI_BLUR_STYLE_REGULAR; in TestColumnForegroundBlurStyle002() local
39 ArkUI_NumberValue values[] = {{.i32 = value}}; in TestColumnForegroundBlurStyle002()
43 ASSERT_EQ(nodeAPI->getAttribute(column, NODE_FOREGROUND_BLUR_STYLE)->value[PARAM_0].i32, value); in TestColumnForegroundBlurStyle002()
50 int32_t value = ARKUI_BLUR_STYLE_THICK; in TestColumnForegroundBlurStyle003() local
51 ArkUI_NumberValue values[] = {{.i32 = value}}; in TestColumnForegroundBlurStyle003()
62 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_THIN; TestColumnForegroundBlurStyle004() local
74 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_REGULAR; TestColumnForegroundBlurStyle005() local
86 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_THICK; TestColumnForegroundBlurStyle006() local
98 int32_t value = ARKUI_BLUR_STYLE_BACKGROUND_ULTRA_THICK; TestColumnForegroundBlurStyle007() local
110 int32_t value = ARKUI_BLUR_STYLE_NONE; TestColumnForegroundBlurStyle008() local
122 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_ULTRA_THIN; TestColumnForegroundBlurStyle009() local
134 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_THIN; TestColumnForegroundBlurStyle010() local
146 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_REGULAR; TestColumnForegroundBlurStyle011() local
158 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_THICK; TestColumnForegroundBlurStyle012() local
170 int32_t value = ARKUI_BLUR_STYLE_COMPONENT_ULTRA_THICK; TestColumnForegroundBlurStyle013() local
182 int32_t value = PARAM_NEGATIVE_100; TestColumnForegroundBlurStyle014() local
194 int32_t value = ARKUI_COLOR_MODE_SYSTEM; TestColumnForegroundBlurStyle015() local
206 int32_t value = ARKUI_COLOR_MODE_LIGHT; TestColumnForegroundBlurStyle016() local
218 int32_t value = ARKUI_COLOR_MODE_DARK; TestColumnForegroundBlurStyle017() local
230 int32_t value = PARAM_NEGATIVE_100; TestColumnForegroundBlurStyle018() local
242 int32_t value = ARKUI_ADAPTIVE_COLOR_DEFAULT; TestColumnForegroundBlurStyle019() local
254 int32_t value = ARKUI_ADAPTIVE_COLOR_AVERAGE; TestColumnForegroundBlurStyle020() local
266 int32_t value = PARAM_NEGATIVE_100; TestColumnForegroundBlurStyle021() local
278 float value = PARAM_NEGATIVE_1; TestColumnForegroundBlurStyle022() local
290 float value = PARAM_0; TestColumnForegroundBlurStyle023() local
302 float value = PARAM_20; TestColumnForegroundBlurStyle024() local
314 float value = GRAY_SCALE_MAX; TestColumnForegroundBlurStyle025() local
326 float value = SIZE_200; TestColumnForegroundBlurStyle026() local
338 float value = PARAM_NEGATIVE_1; TestColumnForegroundBlurStyle027() local
350 float value = PARAM_0; TestColumnForegroundBlurStyle028() local
362 float value = PARAM_20; TestColumnForegroundBlurStyle029() local
374 float value = GRAY_SCALE_MAX; TestColumnForegroundBlurStyle030() local
386 float value = SIZE_200; TestColumnForegroundBlurStyle031() local
398 float value = PARAM_20; TestColumnForegroundBlurStyle032() local
[all...]
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/signverify/
H A DpublicSignverifyParam.js21 value: DSA_COMMON_SIZE,
25 value: param.HksKeySize.HKS_DSA_KEY_SIZE_512,
29 value: param.HksKeySize.HKS_DSA_KEY_SIZE_1024,
33 value: param.HksKeyAlg.HKS_ALG_DSA,
37 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_SIGN,
41 value: param.HksKeyPurpose.HKS_KEY_PURPOSE_VERIFY,
45 value: param.HksKeyDigest.HKS_DIGEST_SHA1,
49 value: param.HksKeyDigest.HKS_DIGEST_SHA224,
53 value: param.HksKeyDigest.HKS_DIGEST_SHA256,
57 value
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/span/
H A Dspan_fontweight_test.cpp23 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W100}}; in TestSpanFontWeight001() local
24 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestSpanFontWeight001()
27 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_FONT_WEIGHT)->value[PARAM_0].i32, ARKUI_FONT_WEIGHT_W100); in TestSpanFontWeight001()
35 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W200}}; in TestSpanFontWeight002() local
36 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestSpanFontWeight002()
39 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_FONT_WEIGHT)->value[PARAM_0].i32, ARKUI_FONT_WEIGHT_W200); in TestSpanFontWeight002()
47 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W300}}; in TestSpanFontWeight003() local
48 ArkUI_AttributeItem value_item = {value, sizeo in TestSpanFontWeight003()
59 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W400}}; TestSpanFontWeight004() local
71 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W500}}; TestSpanFontWeight005() local
83 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W600}}; TestSpanFontWeight006() local
95 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W700}}; TestSpanFontWeight007() local
107 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W800}}; TestSpanFontWeight008() local
119 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W900}}; TestSpanFontWeight009() local
131 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestSpanFontWeight010() local
143 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestSpanFontWeight011() local
155 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestSpanFontWeight012() local
167 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_LIGHTER}}; TestSpanFontWeight013() local
179 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestSpanFontWeight014() local
191 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_REGULAR}}; TestSpanFontWeight015() local
204 ArkUI_NumberValue value[] = {{.i32 = fontWeight}}; TestSpanFontWeight016() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/button/
H A Dbutton_fontweight_test.cpp23 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W100}}; in TestButtonFontWeight001() local
24 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestButtonFontWeight001()
27 ASSERT_EQ(nodeAPI->getAttribute(button, NODE_FONT_WEIGHT)->value[PARAM_0].i32, ARKUI_FONT_WEIGHT_W100); in TestButtonFontWeight001()
34 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W200}}; in TestButtonFontWeight002() local
35 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestButtonFontWeight002()
38 ASSERT_EQ(nodeAPI->getAttribute(button, NODE_FONT_WEIGHT)->value[PARAM_0].i32, ARKUI_FONT_WEIGHT_W200); in TestButtonFontWeight002()
45 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W300}}; in TestButtonFontWeight003() local
46 ArkUI_AttributeItem value_item = {value, sizeo in TestButtonFontWeight003()
56 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W400}}; TestButtonFontWeight004() local
67 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W500}}; TestButtonFontWeight005() local
78 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W600}}; TestButtonFontWeight006() local
89 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W700}}; TestButtonFontWeight007() local
100 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W800}}; TestButtonFontWeight008() local
111 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_W900}}; TestButtonFontWeight009() local
122 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLD}}; TestButtonFontWeight010() local
133 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_NORMAL}}; TestButtonFontWeight011() local
144 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_BOLDER}}; TestButtonFontWeight012() local
155 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_LIGHTER}}; TestButtonFontWeight013() local
166 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_MEDIUM}}; TestButtonFontWeight014() local
177 ArkUI_NumberValue value[] = {{.i32 = ARKUI_FONT_WEIGHT_REGULAR}}; TestButtonFontWeight015() local
188 ArkUI_NumberValue value[] = {{.i32 = PARAM_NEGATIVE_10}}; TestButtonFontWeight016() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/flex/
H A Dflex_option_test.cpp30 ArkUI_NumberValue value[] = { in TestFlexOption001() local
36 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestFlexOption001()
40 ASSERT_EQ(nodeAPI->getAttribute(flex, NODE_FLEX_OPTION)->value[PARAM_0].i32, direction); in TestFlexOption001()
41 ASSERT_EQ(nodeAPI->getAttribute(flex, NODE_FLEX_OPTION)->value[PARAM_1].i32, wrap); in TestFlexOption001()
42 ASSERT_EQ(nodeAPI->getAttribute(flex, NODE_FLEX_OPTION)->value[PARAM_2].i32, flex_alignment); in TestFlexOption001()
43 ASSERT_EQ(nodeAPI->getAttribute(flex, NODE_FLEX_OPTION)->value[PARAM_3].i32, item_alignment); in TestFlexOption001()
44 ASSERT_EQ(nodeAPI->getAttribute(flex, NODE_FLEX_OPTION)->value[PARAM_4].i32, PARAM_0); in TestFlexOption001()
57 ArkUI_NumberValue value[] = { in TestFlexOption002() local
64 ArkUI_AttributeItem value_item = {value, sizeo in TestFlexOption002()
84 ArkUI_NumberValue value[] = { TestFlexOption003() local
111 ArkUI_NumberValue value[] = { TestFlexOption004() local
138 ArkUI_NumberValue value[] = { TestFlexOption005() local
164 ArkUI_NumberValue value[] = { TestFlexOption006() local
191 ArkUI_NumberValue value[] = { TestFlexOption007() local
218 ArkUI_NumberValue value[] = { TestFlexOption008() local
244 ArkUI_NumberValue value[] = { TestFlexOption009() local
270 ArkUI_NumberValue value[] = { TestFlexOption010() local
297 ArkUI_NumberValue value[] = { TestFlexOption011() local
325 ArkUI_NumberValue value[] = { TestFlexOption012() local
353 ArkUI_NumberValue value[] = { TestFlexOption013() local
381 ArkUI_NumberValue value[] = { TestFlexOption014() local
409 ArkUI_NumberValue value[] = { TestFlexOption015() local
437 ArkUI_NumberValue value[] = { TestFlexOption016() local
464 ArkUI_NumberValue value[] = { TestFlexOption017() local
493 ArkUI_NumberValue value[] = { TestFlexOption018() local
522 ArkUI_NumberValue value[] = { TestFlexOption019() local
550 ArkUI_NumberValue value[] = { TestFlexOption020() local
579 ArkUI_NumberValue value[] = { TestFlexOption021() local
602 const char *value = BAD_PARAM; TestFlexOption022() local
[all...]

Completed in 29 milliseconds

12345678910>>...102