Home
last modified time | relevance | path

Searched defs:errorCode2 (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_nowear_test_api20/entry/src/main/cpp/drag/
DGetDragSourceTest.cpp31 ArkUI_ErrorCode errorCode2 = OH_ArkUI_DragEvent_IsRemote(dragEvent, &isRemoteBool); in OnEventReceive() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/requirement/
Drequirement_routerpagestate_test.cpp74 ArkUI_ErrorCode errorCode2 = OH_ArkUI_GetRouterPageState(column1, &state); in CreateNativeNode() local
/test/xts/acts/arkui/ace_c_arkui_test_api15/entry/src/main/cpp/lazyForEach/
Dlazyforeach_expand_mode_test.cpp237 auto errorCode2 = OH_ArkUI_NodeUtils_GetLastChildIndexWithoutExpand(node_ptr, &endIndex); in OnEventReceive1() local
248 auto errorCode2 = OH_ArkUI_NodeUtils_GetLastChildIndexWithoutExpand(nullptr, &endIndex); in OnEventReceive1() local
271 auto errorCode2 = OH_ArkUI_NodeUtils_GetLastChildIndexWithoutExpand(node_ptr, &endIndex); in OnEventReceive2() local
287 auto errorCode2 = OH_ArkUI_NodeUtils_GetLastChildIndexWithoutExpand(node_ptr, &endIndex); in OnEventReceive2() local
/test/xts/acts/arkui/ace_c_arkui_test_api20/entry/src/main/cpp/nodeUtils/
DNodeUniqueIdTest.cpp112 auto errorCode2 = OH_ArkUI_NodeUtils_GetNodeHandleByUniqueId(uniqueId, &node); in CreatUniqueIdTest() local
/test/xts/acts/graphic/acts_drawing_native/
DDrawingNativeFontTestPart2.cpp951 …OH_Drawing_ErrorCode errorCode2 = OH_Drawing_FontGetPos(font, glyphs, sizeof(glyphs)/sizeof(glyphs… variable
1005 …OH_Drawing_ErrorCode errorCode2 = OH_Drawing_FontGetPos(font, glyphs2, glyphsCount2, point2, point… variable
1057 …OH_Drawing_ErrorCode errorCode2 = OH_Drawing_FontGetPos(font, glyphs2, glyphsCount2, point2, point… variable
DDrawingNativeBrushTest.cpp1112 …OH_Drawing_ErrorCode errorCode2 = OH_Drawing_BrushSetColor4f(brush, 1.2f, 0.4f, 1.0f, 0.2f, nullpt… variable
DDrawingNativePenTest.cpp1826 … OH_Drawing_ErrorCode errorCode2 = OH_Drawing_PenSetColor4f(pen, 1.2f, 0.4f, 1.0f, 0.2f, nullptr); variable