Home
last modified time | relevance | path

Searched defs:HdfSBufImpl (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_sbuf_impl.h25 struct HdfSBufImpl { struct
35 bool (*writeInt8)(struct HdfSBufImpl *sbuf, int8_t value); argument
38 bool (*writeFloat)(struct HdfSBufImpl *sbuf, float value); argument
42 int (*readFileDescriptor)(struct HdfSBufImpl *sbuf); argument
54 const char *(*readString)(struct HdfSBufImpl *sbuf); argument
59 void (*flush)(struct HdfSBufImpl *sbuf); argument
60 size_t (*getCapacity)(const struct HdfSBufImpl *sbuf); argument
61 size_t (*getDataSize)(const struct HdfSBufImpl *sbuf); argument
63 void (*recycle)(struct HdfSBufImpl *sbuf); argument
64 struct HdfSBufImpl *(*move)(struct HdfSBufImpl *sbuf); argument
[all …]