Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_sbuf_impl.h31 bool (*writeUint8)(struct HdfSBufImpl *sbuf, uint8_t value); member
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_sbuf.c151 HDF_SBUF_IMPL_CHECK_RETURN(sbuf, writeUint8, false); in HdfSbufWriteUint8()
152 return sbuf->impl->writeUint8(sbuf->impl, value); in HdfSbufWriteUint8()
H A Dhdf_sbuf_impl_raw.c488 .writeUint8 = SbufRawImplWriteUint8, in SbufInterfaceAssign()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_sbuf_impl_hipc.cpp332 inf->writeUint8 = SbufMParcelImplWriteUint8; in MParcelImplInterfaceAssign()