Home
last modified time | relevance | path

Searched refs:readCnt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/bridge/
H A Dark_web_bridge_helper.cpp135 int readCnt = stats.st_size / SINGLE_READ_SIZE; in PrereadLibFile() local
136 if (readCnt * SINGLE_READ_SIZE < stats.st_size) { in PrereadLibFile()
137 readCnt += 1; in PrereadLibFile()
140 for (int i = 0; i < readCnt; i++) { in PrereadLibFile()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dfile_source.cpp79 uint32_t readCnt = 0; in ReadThread() local
89 if (readCnt >= bufferCnt_) { in ReadThread()
104 ++readCnt; in ReadThread()
H A Daudio_source.cpp90 uint32_t readCnt = 0; in ReadThread() local
93 if (!isEnd_ && (readCnt == bufferCnt_)) { in ReadThread()
105 ++readCnt; in ReadThread()