Home
last modified time | relevance | path

Searched defs:AsyncListCallbackInfo (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.h87 struct AsyncListCallbackInfo { struct
88 napi_env env = nullptr;
89 napi_async_work asyncWork = nullptr;
91 bool recursive = false;
92 std::string url = "";
93 std::string originUri = "";
94 int result = DEFAULT_RESULT;
95 int errorType = -1;
96 std::vector<FileInfo> fileList;