Home
last modified time | relevance | path

Searched refs:heightGet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp62 int32_t heightGet = 0; in HandleOpt() local
64 OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, &heightGet, &widthGet); in HandleOpt()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp293 int32_t heightGet = 0; variable
295 …ASSERT_EQ(OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, &heightGet, &widthGet), OHOS::…
296 ASSERT_EQ(heightSet, heightGet);