Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
H A Dnativewindow1.cpp176 // 声明一个surfaceId2 in testNativeWindowCreateNativeWindowFromSurfaceIdNormal()
177 uint64_t surfaceId2; in testNativeWindowCreateNativeWindowFromSurfaceIdNormal() local
178 flag = OH_NativeWindow_GetSurfaceId(nativeWindow, &surfaceId2); in testNativeWindowCreateNativeWindowFromSurfaceIdNormal()
179 // 接口调用成功,返回错误码0 | get获取surfaceId2与surfaceId一致 in testNativeWindowCreateNativeWindowFromSurfaceIdNormal()
180 if (flag != 0 || surfaceId2 != surfaceId) { in testNativeWindowCreateNativeWindowFromSurfaceIdNormal()

Completed in 4 milliseconds