Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_sbuf.h452 size_t HdfSbufGetCapacity(const struct HdfSBuf *sbuf);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2c/
H A Di2c_if_u.c81 if (buf != NULL && HdfSbufGetCapacity(buf) <= I2C_BUFF_SIZE) { in I2cHandleSbufCheckResize()
/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Dhdf_sbuf_test.cpp882 size_t capacity = HdfSbufGetCapacity(sBuf);
944 size_t capacity = HdfSbufGetCapacity(sBuf);
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_sbuf.c85 size_t HdfSbufGetCapacity(const struct HdfSBuf *sbuf) in HdfSbufGetCapacity() function
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c691 wrBuf.readSize = HdfSbufGetCapacity(reply); in HdfSyscallAdapterDispatch()