Searched refs:value3 (Results 1 - 7 of 7) sorted by relevance
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/system/ |
H A D | system_ColorFontChange_test.cpp | 145 ArkUI_NumberValue value3[] = {30};
in testRegisterSystemFontStyleChangeEvent_003() local 146 ArkUI_AttributeItem item3 = {value3, 1};
in testRegisterSystemFontStyleChangeEvent_003() 187 ArkUI_NumberValue value3[] = {30};
in testUnregisterSystemFontStyleChangeEvent_004() local 188 ArkUI_AttributeItem item3 = {value3, 1};
in testUnregisterSystemFontStyleChangeEvent_004() 232 ArkUI_NumberValue value3[] = {30};
in testSystemFontStyleEvent_GetFontSizeScale_005() local 233 ArkUI_AttributeItem item3 = {value3, 1};
in testSystemFontStyleEvent_GetFontSizeScale_005() 271 ArkUI_NumberValue value3[] = {30};
in testSystemFontStyleEvent_GetFontWeightScale_006() local 272 ArkUI_AttributeItem item3 = {value3, 1};
in testSystemFontStyleEvent_GetFontWeightScale_006()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/arkApi/ |
H A D | arkApi.cpp | 252 ArkUI_NumberValue value3[] = {{.i32 = 10}};
in TestArkUIAddApi024() local 253 OH_ArkUI_NodeEvent_SetReturnNumberValue(nullptr, value3, size3);
in TestArkUIAddApi024()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk.cpp | 500 char value3[MAX_NUMBER] = "vfprintf_0100";
in Vfprintf() local 503 int vfpval = vfprintftest(value1, value2, value3, value4, "qwe", "1");
in Vfprintf()
|
H A D | stringndk.cpp | 278 char *value3 = strncat(valueFirst, valueSecond, valueThird);
in Strncat() local 280 napi_create_string_utf8(env, value3, NAPI_AUTO_LENGTH, &result);
in Strncat()
|
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | OH_Drawing_TypographyTest.cpp | 1730 int value3 = 3; // 3 for test in HWTEST_F() local 1731 OH_Drawing_TextStyleAddFontFeature(txtStyle, key3, value3); in HWTEST_F()
|
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/ |
H A D | util.test.js | 211 let value3 = 15; 212 let result = util.printf(format, value1, value2, value3);
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 1052 int64_t value3; in testCreateData4() local 1053 OH_JSVM_GetValueInt64(env,output3, &value3); in testCreateData4() 1289 JSVM_Value value3; in testValueOperation() local 1290 OH_JSVM_CreateStringUtf8(env, "12", 2, &value3); in testValueOperation() 1292 OH_JSVM_CoerceToNumber(env,value3,&value4); in testValueOperation()
|
Completed in 39 milliseconds