Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_sbuf_impl.h29 bool (*writeUint32)(struct HdfSBufImpl *sbuf, uint32_t value); member
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_sbuf.c139 HDF_SBUF_IMPL_CHECK_RETURN(sbuf, writeUint32, false); in HdfSbufWriteUint32()
140 return sbuf->impl->writeUint32(sbuf->impl, value); in HdfSbufWriteUint32()
H A Dhdf_sbuf_impl_raw.c486 .writeUint32 = SbufRawImplWriteUint32, in SbufInterfaceAssign()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_sbuf_impl_hipc.cpp330 inf->writeUint32 = SbufMParcelImplWriteUint32; in MParcelImplInterfaceAssign()