Home
last modified time | relevance | path

Searched defs:AsyncWriteBufferCallbackInfo (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.h141 struct AsyncWriteBufferCallbackInfo { struct
142 napi_env env = nullptr;
143 napi_async_work asyncWork = nullptr;
145 std::string url = "";
146 bool append = false;
147 int result = DEFAULT_RESULT;
148 int errorType = -1;
149 int32_t length = 0;
150 int32_t position = 0;
151 void* buf = nullptr;
[all …]