Searched refs:testNativeWindowGetLastFlushedBufferNullptr (Results 1 – 5 of 5) sorted by relevance
48 export const testNativeWindowGetLastFlushedBufferNullptr: () => number; constant
119 napi_value testNativeWindowGetLastFlushedBufferNullptr(napi_env env, napi_callback_info info);
96 …testNativeWindowGetLastFlushedBufferNullptr", nullptr, testNativeWindowGetLastFlushedBufferNullptr…
1024 napi_value testNativeWindowGetLastFlushedBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowGetLastFlushedBufferNullptr() function
458 * @tc.name : testNativeWindowGetLastFlushedBufferNullptr459 * @tc.desc : testNativeWindowGetLastFlushedBufferNullptr464 it('testNativeWindowGetLastFlushedBufferNullptr', 3, async (done: Function) => {465 let result: number = nativeWindow.testNativeWindowGetLastFlushedBufferNullptr();