Searched defs:typeCode (Results 1 – 4 of 4) sorted by relevance
| /foundation/communication/ipc/interfaces/innerkits/cj/src/ |
| D | message_sequence_impl.cpp | 567 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()
|
| D | ipc_ffi.cpp | 499 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/ |
| D | napi_message_sequence_write.cpp | 1881 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
|
| D | napi_message_sequence_read.cpp | 1144 int32_t typeCode = 0; in JS_readArrayBuffer() local 1155 int32_t typeCode, in JS_readVectorByTypeCode()
|