Searched refs:typeGet (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/ |
H A D | nativewindow_fuzzer.cpp | 97 OHSurfaceSource typeGet = OHSurfaceSource::OH_SURFACE_SOURCE_DEFAULT; in HandleOpt1() local 98 OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, &typeGet); in HandleOpt1()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | native_window_test.cpp | 485 OHSurfaceSource typeGet = OHSurfaceSource::OH_SURFACE_SOURCE_DEFAULT; in HWTEST_F() local 486 ASSERT_EQ(OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, &typeGet), OHOS::GSERROR_OK); in HWTEST_F() 487 ASSERT_EQ(typeSet, typeGet); in HWTEST_F() 505 const char* typeGet; in HWTEST_F() local 506 ASSERT_EQ(OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, &typeGet), OHOS::GSERROR_OK); in HWTEST_F() 507 ASSERT_EQ(0, strcmp(typeSet, typeGet)); in HWTEST_F()
|
H A D | consumer_surface_test.cpp | 1910 GraphicTransformType typeGet = surface_->GetTransformHint(); in HWTEST_F() local 1911 ASSERT_EQ(typeGet, GraphicTransformType::GRAPHIC_ROTATE_BUTT); in HWTEST_F()
|
Completed in 7 milliseconds