Home
last modified time | relevance | path

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

/test/xts/device_attest_lite/interfaces/kit/js/src/
Dnative_device_attest.cpp121 array = JSI::CreateArray(size); in SetJsResult()
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/test/
DWorkerTest.test.js1535 function CreateArray(type, b) { class
1571 array[i] = CreateArray(i, 65);
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/main/ets/test/
DThreadWorker.test.js2099 function CreateArray(type,b) { class
2135 array[i] = CreateArray(i, 65);
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp5538 static JSVM_Value CreateArray(JSVM_Env env, JSVM_CallbackInfo info) in CreateArray() function
9265 {.data = nullptr, .callback = CreateArray},
/test/xts/acts/arkui/ace_napi_test/entry/src/main/ets/test/
DNapiTest.ets972 * @tc.desc : Testing CreateArray NAPI interface.
995 * @tc.desc : Testing CreateArray NAPI interface.