Home
last modified time | relevance | path

Searched defs:AsyncReadBufferCallbackInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.h165 struct AsyncReadBufferCallbackInfo { struct
166 napi_env env = nullptr;
167 napi_async_work asyncWork = nullptr;
169 std::string url = "";
170 int length = 0;
171 int position = 0;
172 int result = DEFAULT_RESULT;
173 int errorType = -1;
174 int32_t len = 0;
175 std::string contents = "";