Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
Dfile_n_exporter.h165 struct AsyncReadBufferCallbackInfo { struct
166 napi_env env = nullptr;
167 napi_async_work asyncWork = nullptr;
168 napi_ref callback[PARAMS_NUMBER_THREE] = { 0 };
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;
[all …]