Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts104 export const testNativeWindowSetNullMetadataValue: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h183 napi_value testNativeWindowSetNullMetadataValue(napi_env env, napi_callback_info info);
Dnativewindow.cpp216 …{"testNativeWindowSetNullMetadataValue", nullptr, testNativeWindowSetNullMetadataValue, nullptr, n…
Dnativewindow2.cpp1887 napi_value testNativeWindowSetNullMetadataValue(napi_env env, napi_callback_info info) in testNativeWindowSetNullMetadataValue() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1298 * @tc.name : testNativeWindowSetNullMetadataValue
1299 * @tc.desc : testNativeWindowSetNullMetadataValue
1304 it('testNativeWindowSetNullMetadataValue', 4, async (done: Function) => {
1305 let result: number = nativeWindow.testNativeWindowSetNullMetadataValue();