Home
last modified time | relevance | path

Searched refs:testNativeWindowGetMetadataValueNullptr (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts107 export const testNativeWindowGetMetadataValueNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h186 napi_value testNativeWindowGetMetadataValueNullptr(napi_env env, napi_callback_info info);
Dnativewindow.cpp222 …{"testNativeWindowGetMetadataValueNullptr", nullptr, testNativeWindowGetMetadataValueNullptr, null…
Dnativewindow2.cpp1975 napi_value testNativeWindowGetMetadataValueNullptr(napi_env env, napi_callback_info info) in testNativeWindowGetMetadataValueNullptr() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1343 * @tc.name : testNativeWindowGetMetadataValueNullptr
1344 * @tc.desc : testNativeWindowGetMetadataValueNullptr
1349 it('testNativeWindowGetMetadataValueNullptr', 3, async (done: Function) => {
1350 let result: number = nativeWindow.testNativeWindowGetMetadataValueNullptr();