Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_sbuf_impl.h28 bool (*writeUint64)(struct HdfSBufImpl *sbuf, uint64_t value); member
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_sbuf.c133 HDF_SBUF_IMPL_CHECK_RETURN(sbuf, writeUint64, false); in HdfSbufWriteUint64()
134 return sbuf->impl->writeUint64(sbuf->impl, value); in HdfSbufWriteUint64()
H A Dhdf_sbuf_impl_raw.c485 .writeUint64 = SbufRawImplWriteUint64, in SbufInterfaceAssign()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_sbuf_impl_hipc.cpp329 inf->writeUint64 = SbufMParcelImplWriteUint64; in MParcelImplInterfaceAssign()