Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp7746 void *vpi = new int(123); in HWTEST_F_L0() local
7773 NativePointerRef::New(vm_, vpi); in HWTEST_F_L0()
7792 void *vpi = new int(123); in HWTEST_F_L0() local
7820 NativePointerRef::New(vm_, vpi, callBack, vpi1, 0); in HWTEST_F_L0()
7838 void *vpi = new int(123); in HWTEST_F_L0() local
7844 Local<NativePointerRef> res_vpi = NativePointerRef::New(vm_, vpi, NativeAreaAllocator::FreeBufferFunc, vpi1, 0); in HWTEST_F_L0()
H A Djsnapi_sample.cpp376 void *vpi = new int(123); in HWTEST_F_L0() local
377 Local<NativePointerRef> nativePoint = NativePointerRef::New(vm_, vpi); in HWTEST_F_L0()

Completed in 22 milliseconds