Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
H A Dnativewindow1.cpp1090 auto magicId = OH_NativeWindow_GetNativeObjectMagic(nativeWindow); in testNativeWindowGetNativeObjectMagicNormal() local
1091 if (magicId == -1) { in testNativeWindowGetNativeObjectMagicNormal()
1100 if (magicId != magicId2) { in testNativeWindowGetNativeObjectMagicNormal()
1131 auto magicId = OH_NativeWindow_NativeObjectReference(nullptr); in testNativeWindowNativeObjectReferenceNullptr() local
1132 if (magicId != CONSTANT_40001000) { in testNativeWindowNativeObjectReferenceNullptr()
1137 magicId = OH_NativeWindow_NativeObjectReference(nativeWindowBuffer); in testNativeWindowNativeObjectReferenceNullptr()
1138 if (magicId != CONSTANT_40001000) { in testNativeWindowNativeObjectReferenceNullptr()
1159 auto magicId = OH_NativeWindow_NativeObjectReference(nativeWindow); in testNativeWindowNativeObjectReferenceNormal() local
1160 if (magicId != 0) { in testNativeWindowNativeObjectReferenceNormal()
1165 magicId in testNativeWindowNativeObjectReferenceNormal()
1182 auto magicId = OH_NativeWindow_NativeObjectUnreference(nullptr); testNativeWindowNativeObjectUnreferenceNullptr() local
1209 auto magicId = OH_NativeWindow_NativeObjectUnreference(nativeWindow); testNativeWindowNativeObjectUnreferenceNormal() local
[all...]

Completed in 3 milliseconds