Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/base/
H A Dhdi_smq_meta.h443 uint32_t typecode = 0; in UnMarshalling() local
444 if (!parcel.ReadUint32(typecode)) { in UnMarshalling()
449 SmqType type = static_cast<SmqType>(typecode); in UnMarshalling()