Home
last modified time | relevance | path

Searched refs:isEof (Results 1 - 6 of 6) sorted by relevance

/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/cpp/
H A Drawfile_request.cpp39 bool isEof = OH_ArkWebHttpBodyStream_IsEof(httpBodyStream); in ReadCallback() local
40 if (!isEof && bytesRead != 0) { in ReadCallback()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/
H A Drawfile_request.cpp39 bool isEof = OH_ArkWebHttpBodyStream_IsEof(httpBodyStream); in ReadCallback() local
40 if (!isEof && bytesRead != 0) { in ReadCallback()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/
H A Drawfile_request.cpp34 bool isEof = OH_ArkWebHttpBodyStream_IsEof(httpBodyStream); in ReadCallback() local
35 if (!isEof && bytesRead != 0) { in ReadCallback()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/main/cpp/
H A Dhello.cpp69 bool isEof = OH_ArkWebHttpBodyStream_IsEof(httpBodyStream); in ReadCallback() local
70 if (!isEof && bytesRead != 0) { in ReadCallback()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfile_metadata_stream.cpp222 bool isEof = currentPos == fileSize; in IsEof() local
228 return isEof; in IsEof()
/third_party/sqlite/src/
H A Dsqlite3.c179607 u8 isEof; /* True if at End Of Results */ global() member
185795 int isEof; /* True if cursor is at EOF */ global() member
214305 u8 isEof; /* After pStmt has returned SQLITE_DONE */ global() member
[all...]

Completed in 129 milliseconds