Home
last modified time | relevance | path

Searched refs:nativeBufferTmp (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_buffer_test.cpp633 OH_NativeBuffer* nativeBufferTmp = nullptr; in HWTEST_F() local
634 ret = OH_NativeBuffer_FromNativeWindowBuffer(nativeWindowBuffer, &nativeBufferTmp); in HWTEST_F()
636 ASSERT_EQ(nativeBuffer, nativeBufferTmp); in HWTEST_F()
781 OH_NativeBuffer* nativeBufferTmp = nullptr; in HWTEST_F() local
783 int32_t ret = OH_NativeBuffer_FromNativeWindowBuffer(nativeWindowBuffer, &nativeBufferTmp); in HWTEST_F()
785 ASSERT_EQ(nativeBuffer, nativeBufferTmp); in HWTEST_F()

Completed in 2 milliseconds