Home
last modified time | relevance | path

Searched defs:typeCode (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/cj/src/
Dmessage_sequence_impl.cpp567 int32_t MessageSequenceImpl::CJ_WriteArrayBuffer(int32_t typeCode, void* value, size_t byteLength) in CJ_WriteArrayBuffer()
657 bool MessageSequenceImpl::CJ_WriteVectorByTypeCode(int32_t typeCode, void* data, size_t byteLength) in CJ_WriteVectorByTypeCode()
Dipc_ffi.cpp499 int64_t id, int32_t typeCode, void* value, size_t byteLength, int32_t* errCode) in FfiRpcMessageSequenceImplWriteArrayBuffer()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
Dnapi_message_sequence_write.cpp1881 int32_t typeCode = 0; in JS_checkWriteArrayBufferArgs() local
1935 int32_t typeCode = 0; in JS_writeArrayBuffer() local
1949 bool NAPI_MessageSequence::JS_writeVectorByTypeCode(int32_t typeCode, in JS_writeVectorByTypeCode()
1998 napi_value typeCode = CreateTypeCodeEnum(env); in Export() local
Dnapi_message_sequence_read.cpp1144 int32_t typeCode = 0; in JS_readArrayBuffer() local
1155 int32_t typeCode, in JS_readVectorByTypeCode()