Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow1.cpp717 OHNativeWindow *nativeWindow2; in testNativeWindowWRParcelNormal() local
718 flag = OH_NativeWindow_ReadFromParcel(parcel1, &nativeWindow2); in testNativeWindowWRParcelNormal()
723 if (nativeWindow1 != nativeWindow2) { in testNativeWindowWRParcelNormal()
1586 OHNativeWindow *nativeWindow2 = nullptr; member
1602 …flag = OH_NativeWindow_NativeWindowAttachBuffer(paramater.nativeWindow2, paramater.nativeWindowBuf… in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal1()
1615 …int32_t flag = OH_NativeWindow_NativeWindowAttachBuffer(paramater.nativeWindow2, paramater.nativeW… in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal2()
1631 …flag = OH_NativeWindow_NativeWindowDetachBuffer(paramater.nativeWindow2, paramater.nativeWindowBuf… in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal2()
1637 …flag = OH_NativeWindow_NativeWindowAttachBuffer(paramater.nativeWindow2, paramater.nativeWindowBuf… in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal2()
1662 paramater->nativeWindow2 = initNative2->returnNativeWindow(); in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal()
1663 if (paramater->nativeWindow2 == nullptr) { in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal()
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/
Dnativeimage.cpp615 OHNativeWindow *nativeWindow2 = nullptr; in OHNativeImageAcquireNativeWindowNormal() local
619 nativeWindow2 = OH_NativeImage_AcquireNativeWindow(nativeImage); in OHNativeImageAcquireNativeWindowNormal()
620 if (nativeWindow1 == nativeWindow2) { in OHNativeImageAcquireNativeWindowNormal()