Home
last modified time | relevance | path

Searched refs:PARAM_6 (Results 1 - 23 of 23) sorted by relevance

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A Dnativendk.cpp35 #define PARAM_6 6 macro
48 size_t argc = PARAM_6; in CreateCapability()
49 napi_value args[PARAM_6] = {nullptr}; in CreateCapability()
79 } else if (firstParam == PARAM_6) { in CreateCapability()
106 size_t argc = PARAM_6; in TestInitAVErrCode()
107 napi_value args[PARAM_6] = {nullptr}; in TestInitAVErrCode()
346 size_t argc = PARAM_6; in TestForCallTiming()
347 napi_value args[PARAM_6] = {nullptr}; in TestForCallTiming()
361 } else if (sixParam == PARAM_6) { in TestForCallTiming()
390 size_t argc = PARAM_6; in isNeedCallTiming()
[all...]
H A Dvideodecoderndk.cpp36 #define PARAM_6 6 macro
220 size_t argc = PARAM_6; in OHVideoDecoderStart()
221 napi_value args[PARAM_6] = {nullptr}; in OHVideoDecoderStart()
312 napi_get_value_int32(env, args[PARAM_6], &seventhParam); in OHVideoDecoderStop()
395 napi_get_value_int32(env, args[PARAM_6], &seventhParam); in OHVideoDecoderFlush()
H A Dvideoencoderndk.cpp35 #define PARAM_6 6 macro
883 size_t argc = PARAM_6; in OHVideoEncoderStart()
884 napi_value args[PARAM_6] = {nullptr}; in OHVideoEncoderStart()
975 napi_get_value_int32(env, args[PARAM_6], &seventhParam); in OHVideoEncoderStop()
1057 napi_get_value_int32(env, args[PARAM_6], &seventhParam); in OHVideoEncoderFlush()
1140 napi_get_value_int32(env, args[PARAM_6], &seventhParam); in OHVideoEncoderReset()
1221 napi_get_value_int32(env, args[PARAM_6], &seventhParam); in OHVideoEncoderGetOutputDescription()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_transition_test.cpp112 ASSERT_NE(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_6].f32, PARAM_NEGATIVE_1); in TestStackTransition006()
141 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_6].f32, tempo); in TestStackTransition007()
169 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_6].f32, tempo); in TestStackTransition008()
197 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_6].f32, tempo); in TestStackTransition009()
225 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_6].f32, tempo); in TestStackTransition010()
253 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_6].f32, tempo); in TestStackTransition011()
281 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_6].f32, tempo); in TestStackTransition012()
309 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_6].f32, tempo); in TestStackTransition013()
337 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_6].f32, tempo); in TestStackTransition014()
365 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_6] in TestStackTransition015()
[all...]
H A Dstack_transform_test.cpp43 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_TRANSFORM)->value[PARAM_6].f32, PARAM_05); in TestStackTransform001()
76 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_TRANSFORM)->value[PARAM_6].f32, PARAM_NEGATIVE_05); in TestStackTransform002()
H A Dstack_onareachange_test.cpp93 checkResult = (result->data[PARAM_0].f32 < result->data[PARAM_6].f32) && in OnEventReceive()
111 checkResult = (result->data[PARAM_0].f32 == result->data[PARAM_6].f32) && in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
H A Dimage_colorfilter_test.cpp36 {.f32 = colorFilter[PARAM_6]}, {.f32 = colorFilter[PARAM_7]}, {.f32 = colorFilter[PARAM_8]}, in TestImageColorFilter001()
51 ASSERT_EQ(nodeAPI->getAttribute(image, NODE_IMAGE_COLOR_FILTER)->value[PARAM_6].f32, colorFilter[PARAM_6]); in TestImageColorFilter001()
80 {.f32 = colorFilter[PARAM_6]}, {.f32 = colorFilter[PARAM_7]}, {.f32 = colorFilter[PARAM_8]}, in TestImageColorFilter002()
95 ASSERT_EQ(nodeAPI->getAttribute(image, NODE_IMAGE_COLOR_FILTER)->value[PARAM_6].f32, colorFilter[PARAM_6]); in TestImageColorFilter002()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_transform_test.cpp59 ASSERT_EQ(nodeAPI->getAttribute(transform, NODE_TRANSFORM)->value[PARAM_6].f32, matrix412); in TestCommonAttrsTransform001()
100 ASSERT_EQ(nodeAPI->getAttribute(transform, NODE_TRANSFORM)->value[PARAM_6].f32, matrix412); in TestCommonAttrsTransform001()
141 ASSERT_EQ(nodeAPI->getAttribute(transform, NODE_TRANSFORM)->value[PARAM_6].f32, matrix412); in TestCommonAttrsTransform001()
207 ASSERT_EQ(nodeAPI->getAttribute(transform, NODE_TRANSFORM)->value[PARAM_6].f32, 0); in TestCommonAttrsTransform004()
H A Dcommonattrs_mask_test.cpp50 ASSERT_EQ(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_6].f32, maskRectangleRoundedWidth); in TestCommonAttrsMask001()
85 ASSERT_EQ(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_6].f32, maskRectangleRoundedWidth); in TestCommonAttrsMask002()
118 ASSERT_NE(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_6].f32, maskRectangleRoundedWidth); in TestCommonAttrsMask003()
154 ASSERT_EQ(nodeAPI->getAttribute(mask, NODE_MASK)->value[PARAM_6].f32, maskRectangleRoundedWidth); in TestCommonAttrsMask004()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_transform_test.cpp59 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_TRANSFORM)->value[PARAM_6].f32, matrix412); in TestCustomComponentTransform001()
100 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_TRANSFORM)->value[PARAM_6].f32, matrix412); in TestCustomComponentTransform001()
141 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_TRANSFORM)->value[PARAM_6].f32, matrix412); in TestCustomComponentTransform001()
207 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_TRANSFORM)->value[PARAM_6].f32, 0); in TestCustomComponentTransform004()
H A Dcustomcomponent_mask_test.cpp50 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_6].f32, maskRectangleRoundedWidth); in TestCustomComponentMask001()
85 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_6].f32, maskRectangleRoundedWidth); in TestCustomComponentMask002()
118 ASSERT_NE(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_6].f32, maskRectangleRoundedWidth); in TestCustomComponentMask003()
154 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_MASK)->value[PARAM_6].f32, maskRectangleRoundedWidth); in TestCustomComponentMask004()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstringsndk.cpp27 #define PARAM_6 6 macro
212 void *dest = malloc(PARAM_6); in Bcopy()
213 bcopy("hello", dest, PARAM_6); in Bcopy()
226 bzero((void *)dest, PARAM_6); in Bzero()
H A Dwcharndk1.cpp43 #define PARAM_6 6 macro
638 size_t ret = PARAM_6; in Wcslen_One()
647 ret = wcsncasecmp(L"hello1", L"HELLO2", PARAM_6); in Wcsncasecmp_One()
649 ret = wcsncasecmp(L"hello2", L"HELLO1", PARAM_6); in Wcsncasecmp_One()
660 ret = wcsncasecmp_l(L"hello1", L"HELLO2", PARAM_6, nullptr); in Wcsncasecmpl_One()
662 ret = wcsncasecmp_l(L"hello2", L"HELLO1", PARAM_6, nullptr); in Wcsncasecmpl_One()
708 size_t want = PARAM_6; in Wcsnlen_One()
709 size_t ret = wcsnlen(wc, PARAM_6); in Wcsnlen_One()
756 size_t want = PARAM_6; in Wcsrtombs_One()
779 wcsncpy(ret, L"sample", PARAM_6); in Wcsstr_One()
[all...]
H A Dstdlibndk.cpp40 #define PARAM_6 6 macro
129 napi_get_value_uint32(env, args[PARAM_6], &g); in Lcong48()
H A Dunistdndk.cpp78 #define PARAM_6 6 macro
278 if (ret == PARAM_6) { in GetLoginR()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonevent/
H A Dcommonevent_onareachange_test.cpp94 checkResult = (result->data[PARAM_0].f32 < result->data[PARAM_6].f32) && in OnEventReceive()
112 checkResult = (result->data[PARAM_0].f32 == result->data[PARAM_6].f32) && in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_responseregion_test.cpp58 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_RESPONSE_REGION)->value[PARAM_6].f32, WIDTH_OTHER); in TestTextAreaResponseRegion002()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_responseregion_test.cpp58 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_RESPONSE_REGION)->value[PARAM_6].f32, WIDTH_OTHER); in TestTextInputResponseRegion002()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_nestedscroll_test.cpp144 case PARAM_6: in OnEventReceive()
300 case PARAM_6: in ChangeTestType()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/common/
H A Dcommon.h40 #define PARAM_6 6 macro
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/common/
H A Dcommon.h40 #define PARAM_6 6 macro
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
H A Dtext_mask_test.cpp39 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_MASK)->value[PARAM_6].f32, filletSizeValue); in TestTextMask001()
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
H A Davplayerndk.cpp41 #define PARAM_6 6 macro
362 napi_get_value_int32(env, args[PARAM_6], &seventhParam); in OhAvPlayerReset()

Completed in 28 milliseconds