Searched refs:testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal (Results 1 – 5 of 5) sorted by relevance
27 export const testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal: () => number; constant
94 napi_value testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal(napi_env env, napi_callba…
54 …testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal, nullptr, nullptr, nullptr, napi_de…
259 napi_value testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal(napi_env env, napi_callba… in testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal() function
168 * @tc.name : testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal169 * @tc.desc : testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal174 …it('testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal', 0, async (done: Function) => {175 …let result: number = nativeWindow.testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal();