Home
last modified time | relevance | path

Searched refs:Attach (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_sendable_arraybuffer_test.cpp91 * @tc.name: Attach
104 arrBuf->Attach(thread, length + 1, taggedValue); in HWTEST_F_L0()
110 * @tc.name: Attach
123 arrBuf->Attach(thread, length + 1, taggedValue, true); in HWTEST_F_L0()
142 arrBuf->Attach(thread, length + 1, taggedValue); in HWTEST_F_L0()
166 arrBuf->Attach(thread, length + 1, taggedValue, true); in HWTEST_F_L0()
190 arrBuf->Attach(thread, length + 1, taggedValue); in HWTEST_F_L0()
206 arrBuf->Attach(thread, length + 1, taggedValue, false); in HWTEST_F_L0()
H A Djs_array_buffer_test.cpp65 * @tc.name: Attach & Detach & IsDetach
66 * @tc.desc: Attach the specified array buffer to the specified data, then detach the data, and verify the detach
87 arrBuf->Attach(thread, length + 1, JSHandle<JSTaggedValue>::Cast(nativePointer).GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_sendable_arraybuffer.h30 void Attach(JSThread *thread, uint32_t arrayBufferByteLength, JSTaggedValue arrayBufferData,
H A Djs_sendable_arraybuffer.cpp42 void JSSendableArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach() function in panda::ecmascript::JSSendableArrayBuffer
52 LOG_ECMA(FATAL) << "JSSendableArrayBuffer::Attach:allocator is nullptr"; in Attach()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_arraybuffer.h30 void Attach(JSThread *thread, uint32_t arrayBufferByteLength, JSTaggedValue arrayBufferData,
H A Djs_arraybuffer.cpp41 void JSArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach() function in panda::ecmascript::JSArrayBuffer
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Djson_stringifier_test.cpp337 static void* Attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint, in Attach() function
365 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), reinterpret_cast<void*>(Detach)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.cpp212 arrayBuffer->Attach(thread_, arrayLength, JSTaggedValue(np), withNativeAreaAllocator); in TransferArrayBufferAttach()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp494 void Attach([[maybe_unused]] int *buffer) in Attach() function in panda::test::JSNApiTests
511 auto info = CreateNativeBindingInfo(reinterpret_cast<void *>(Attach), reinterpret_cast<void *>(Detach)); in HWTEST_F_L0()
599 auto info = CreateNativeBindingInfo(reinterpret_cast<void *>(Attach), reinterpret_cast<void *>(Detach)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp1397 static void* Attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint, in Attach() function
1421 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), reinterpret_cast<void*>(Detach)); in HWTEST_F_L0()
1452 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), reinterpret_cast<void*>(Detach)); in HWTEST_F_L0()
1484 auto info = CreateNativeBindingInfo(reinterpret_cast<void*>(Attach), nullptr); in HWTEST_F_L0()

Completed in 13 milliseconds