/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/ |
H A D | scroll_brightness_test.cpp | 22 #define MIN_VALUE 0 macro 48 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestScrollBrightness003() 52 ASSERT_EQ(nodeAPI->getAttribute(scroll, NODE_BRIGHTNESS)->value[PARAM_0].f32, MIN_VALUE); in TestScrollBrightness003()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/ |
H A D | image_translate_test.cpp | 18 #define MIN_VALUE (0.0) macro 30 float x = MIN_VALUE; in TestImageTranslate001() 31 float y = MIN_VALUE; in TestImageTranslate001() 32 float z = MIN_VALUE; in TestImageTranslate001()
|
H A D | image_brightness_test.cpp | 19 #define MIN_VALUE (0.0) macro 31 float brightnessValue = MIN_VALUE; in TestImageBrightness001()
|
H A D | image_opacity_test.cpp | 19 #define MIN_VALUE 0.0 macro 30 float opacity = MIN_VALUE; in TestImageOpacity001()
|
H A D | image_saturate_test.cpp | 20 #define MIN_VALUE 0.0 macro 30 float saturateValue = MIN_VALUE; in TestImageSaturate001()
|
H A D | image_clip_test.cpp | 19 #define MIN_VALUE 1 macro 32 int32_t clip = MIN_VALUE; in TestImageClip001()
|
/test/xts/hats/hdf/light/hdiService/ |
H A D | hdf_light_hdi_common_test.cpp | 30 constexpr int32_t MIN_VALUE = 0; member 63 effect.lightColor.colorValue.rgbColor.r = MIN_VALUE; in InitConfig() 64 effect.lightColor.colorValue.rgbColor.g = MIN_VALUE; in InitConfig() 65 effect.lightColor.colorValue.rgbColor.b = MIN_VALUE; in InitConfig()
|
H A D | hdf_light_hdiService_test.cpp | 33 constexpr int32_t MIN_VALUE = 0; member 66 effect.lightColor.colorValue.rgbColor.r = MIN_VALUE; in InitConfig() 67 effect.lightColor.colorValue.rgbColor.g = MIN_VALUE; in InitConfig() 68 effect.lightColor.colorValue.rgbColor.b = MIN_VALUE; in InitConfig() 602 light.colorValue.rgbColor.g = MIN_VALUE; in HWTEST_F() 603 light.colorValue.rgbColor.b = MIN_VALUE; in HWTEST_F()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_contrast_test.cpp | 19 #define MIN_VALUE (0.0) macro 30 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestCustomComponentContrast001() 34 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_CONTRAST)->value[PARAM_0].f32, MIN_VALUE); in TestCustomComponentContrast001()
|
H A D | customcomponent_sepia_test.cpp | 19 #define MIN_VALUE (0.0) macro 30 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestCustomComponentSepia001() 34 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_SEPIA)->value[PARAM_0].f32, MIN_VALUE); in TestCustomComponentSepia001()
|
H A D | customcomponent_opacity_test.cpp | 19 #define MIN_VALUE (0.0) macro 28 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestCustomComponentOpacity001() 32 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_OPACITY)->value[PARAM_0].f32, MIN_VALUE); in TestCustomComponentOpacity001()
|
H A D | customcomponent_invert_test.cpp | 18 #define MIN_VALUE (0.0) macro 27 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestCustomComponentInvert001() 31 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_INVERT)->value[PARAM_0].f32, MIN_VALUE); in TestCustomComponentInvert001()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
H A D | commonattrs_sepia_test.cpp | 19 #define MIN_VALUE (0.0) macro 30 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestCommonAttrsSepia001() 34 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_SEPIA)->value[PARAM_0].f32, MIN_VALUE); in TestCommonAttrsSepia001()
|
H A D | commonattrs_contrast_test.cpp | 19 #define MIN_VALUE (0.0) macro 30 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestCommonAttrsContrast001() 34 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_CONTRAST)->value[PARAM_0].f32, MIN_VALUE); in TestCommonAttrsContrast001()
|
H A D | commonattrs_opacity_test.cpp | 19 #define MIN_VALUE (0.0) macro 28 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestCommonAttrsOpacity001() 32 ASSERT_EQ(nodeAPI->getAttribute(checkbox, NODE_OPACITY)->value[PARAM_0].f32, MIN_VALUE); in TestCommonAttrsOpacity001()
|
H A D | commonattrs_invert_test.cpp | 18 #define MIN_VALUE (0.0) macro 27 ArkUI_NumberValue value[] = {{.f32 = MIN_VALUE}}; in TestCommonAttrsInvert001() 31 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_INVERT)->value[PARAM_0].f32, MIN_VALUE); in TestCommonAttrsInvert001()
|
/test/xts/hats/hdf/light/hdiService_additional/ |
H A D | HdfLightCommonTestAdditional.cpp | 30 constexpr int32_t MIN_VALUE = 0;
member 53 effect.lightColor.colorValue.rgbColor.r = MIN_VALUE;
in InitConfig() 54 effect.lightColor.colorValue.rgbColor.g = MIN_VALUE;
in InitConfig() 55 effect.lightColor.colorValue.rgbColor.b = MIN_VALUE;
in InitConfig() 381 light.colorValue.rgbColor.g = MIN_VALUE;
in HWTEST_F() 382 light.colorValue.rgbColor.b = MIN_VALUE;
in HWTEST_F()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
H A D | textinput_clip_test.cpp | 19 #define MIN_VALUE 1 macro 32 int32_t clip = MIN_VALUE; in TestTextInputClip001()
|
/test/xts/dcts/testtools/disjsTest/server/ |
H A D | testApi.js | 180 putValue = Number.MIN_VALUE;
|
/test/xts/acts/distributeddatamgr/dataSharejstest/hap/entry/src/ohosTest/js/test/ |
H A D | DataAbilityPredicatesJsunit.test.js | 117 "doubleValue": Number.MIN_VALUE,
2380 var values = [Number.MIN_VALUE.toString()];
2431 var values = [Number.MIN_VALUE.toString(), "1.0", DOUBLE_MAX.toString()];
|
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstorePredicatesJsunit.test.js | 116 "doubleValue": Number.MIN_VALUE,
2008 var values = [Number.MIN_VALUE.toString()];
2056 var values = [Number.MIN_VALUE.toString(), "1.0", DOUBLE_MAX.toString()];
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStorePredicatesJsunit.test.js | 119 "doubleValue": Number.MIN_VALUE,
2003 var values = [Number.MIN_VALUE.toString()];
2054 var values = [Number.MIN_VALUE.toString(), "1.0", DOUBLE_MAX.toString()];
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/js/test/ |
H A D | RdbStoreSyncFirstLevelJsunit.test.js | 1000 * @tc.desc Server rdbStore Insert first and synchronize salary Number.MIN_VALUE-1
1012 "salary": Number.MIN_VALUE-1,
1852 let intMinValue = Number.MIN_VALUE;
|
/test/xts/acts/distributeddatamgr/dataObjecttest/dataObjectjstest/hap/entry/src/ohosTest/js/test/ |
H A D | ObjectStoreJsunitV9.test.js | 731 let minValue = Number.MIN_VALUE;
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/ |
H A D | KvStoreSecurityLevelS1Jsunit.test.js | 3379 let intValue = Number.MIN_VALUE;
3438 let intValue = Number.MIN_VALUE;
3912 let intValue = Number.MIN_VALUE-1;
|