Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test_3.cpp169 ASSERT_DEATH(env_->PinByteArray(nullptr), ""); in TEST_F()
Darray_native_test.cpp122 ets_byte *buf = env_->PinByteArray(array); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h384 ets_byte *(*PinByteArray)(EtsEnv *env, ets_byteArray array); member
1357 ets_byte *PinByteArray(ets_byteArray array) in PinByteArray() function
1359 return native_interface->PinByteArray(this, array); in PinByteArray()
Dets_napi_native_interface.cpp2198 NO_UB_SANITIZE static ets_byte *PinByteArray(EtsEnv *env, ets_byteArray array) in PinByteArray() function
2954 PinByteArray,
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp1065 buf = (ets_byte *)env->PinByteArray(arr); in ETS_EtsNapiTests_printByteArr()