Home
last modified time | relevance | path

Searched refs:listfileProcedureName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/
H A Ddir_n_exporter.h44 const std::string listfileProcedureName = "fileioDirListFile"; variable
H A Ddir_n_exporter.cpp367 … return NAsyncWorkPromise(env, thisVar).Schedule(listfileProcedureName, cbExec, cbCompl).val_; in ListFile()
370 … return NAsyncWorkCallback(env, thisVar, cb).Schedule(listfileProcedureName, cbExec, cbCompl).val_; in ListFile()