Home
last modified time | relevance | path

Searched refs:SoftBusReadFile (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_file_test.cpp66 ret = SoftBusReadFile(fd, NULL, sizeof(uint32_t));
68 ret = SoftBusReadFile(fd, &value, sizeof(uint32_t));
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_file.h47 int32_t SoftBusReadFile(int32_t fd, void *readBuf, uint32_t maxLen);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_file.c24 int32_t SoftBusReadFile(int32_t fd, void *readBuf, uint32_t maxLen) in SoftBusReadFile() function
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_file.c66 int32_t SoftBusReadFile(int32_t fd, void *readBuf, uint32_t maxLen) in SoftBusReadFile() function
/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c346 int32_t len = SoftBusReadFile(fd, &value, sizeof(uint32_t)); in SoftBusCryptoRand()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c470 int32_t len = SoftBusReadFile(fd, &value, sizeof(uint32_t)); in SoftBusCryptoRand()