Searched defs:rLen (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_cache.c | 109 int32 ReadFromCache(HiviewCache *cache, uint8 *data, uint16 rLen) in ReadFromCache() 149 int32 PrereadFromCache(HiviewCache *cache, uint8 *data, uint16 rLen) in PrereadFromCache()
|
H A D | hiview_file.c | 187 int32 rLen = (readLen <= (wCursor - rCursor)) ? readLen : (wCursor - rCursor); in ReadFromFile() local
|
/ohos5.0/base/startup/init/services/modules/init_context/ |
H A D | init_context.c | 144 ssize_t rLen = TEMP_FAILURE_RETRY(read(subInfo->recvFd, buffer, sizeof(buffer))); in SubInitExecuteCmd() local 196 ssize_t rLen = TEMP_FAILURE_RETRY(read(subInfo->recvFd, buffer, size)); in HandleRecvMessage_() local
|
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | emmc_if.c | 24 uint32_t rLen; in EmmcGetCidReadReplyData() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pwm/ |
H A D | pwm_if_u.c | 143 uint32_t rLen; in PwmGetConfig() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/timer/ |
H A D | timer_if_u.c | 367 uint32_t rLen; in HwTimerGet() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2c/ |
H A D | i2c_if_u.c | 246 uint32_t rLen; in I2cMsgReadBack() local
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | nweb_spawn_service_test.cpp | 245 ssize_t rLen = TEMP_FAILURE_RETRY(read(socketId, buffer, buffSize)); in RecvMsg() local
|
H A D | app_spawn_service_test.cpp | 293 ssize_t rLen = TEMP_FAILURE_RETRY(read(socketId, buffer, buffSize)); in RecvMsg() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_if_u.c | 105 uint32_t rLen; in SpiMsgReadBack() local
|
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_client.c | 157 ssize_t rLen = TEMP_FAILURE_RETRY(read(socketFd, buf, len)); in ReadMessage() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pcie/ |
H A D | pcie_if_u.c | 66 uint32_t rLen; in PcieGetDataFromReply() local
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | loadbmp_test.h | 99 uint8_t rLen; member
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_if.c | 48 uint32_t rLen; in HdmiGetDataFromReply() local
|