Searched refs:isSuccess (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | NativeDrawingMatrixTest.cpp | 76 bool isSuccess = OH_Drawing_MatrixSetRectToRect(matrixOne, in HWTEST_F() local 78 EXPECT_EQ(isSuccess, false); in HWTEST_F() 79 isSuccess = OH_Drawing_MatrixSetRectToRect(nullptr, in HWTEST_F() 81 EXPECT_EQ(isSuccess, false); in HWTEST_F() 82 isSuccess = OH_Drawing_MatrixSetRectToRect(matrixOne, in HWTEST_F() 84 EXPECT_EQ(isSuccess, false); in HWTEST_F() 85 isSuccess = OH_Drawing_MatrixSetRectToRect(matrixOne, in HWTEST_F() 87 EXPECT_EQ(isSuccess, false); in HWTEST_F() 88 isSuccess = OH_Drawing_MatrixSetRectToRect(nullptr, nullptr, nullptr, OH_Drawing_ScaleToFit::SCALE_TO_FIT_FILL); in HWTEST_F() 89 EXPECT_EQ(isSuccess, fals in HWTEST_F() [all...] |
/test/xts/acts/appexecfwk_lite/appexecfwk_hal/src/ |
H A D | bundle_mgr_test.c | 628 bool isSuccess = Uninstall(nullptr, &installParam, TestInstallerCallback); variable 629 TEST_ASSERT_FALSE(isSuccess); variable 630 printf("uninstall result is %d err %u\n", isSuccess, g_errCode);
|
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeMatrixTest.cpp | 949 bool isSuccess = OH_Drawing_MatrixSetRectToRect(matrix, rectSrc, rectDst, fit); in HWTEST_F() local 950 EXPECT_EQ(isSuccess, true); in HWTEST_F() 1014 bool isSuccess = OH_Drawing_MatrixSetRectToRect(matrix, rectSrc, rectDst, fit); in HWTEST_F() local 1015 EXPECT_EQ(isSuccess, true); in HWTEST_F()
|
Completed in 5 milliseconds