Home
last modified time | relevance | path

Searched refs:DirentNExporter (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dirent/
H A Ddirent_n_exporter.cpp73 napi_value DirentNExporter::isDirectory(napi_env env, napi_callback_info cbinfo) in isDirectory()
78 napi_value DirentNExporter::isFIFO(napi_env env, napi_callback_info cbinfo) in isFIFO()
83 napi_value DirentNExporter::isFile(napi_env env, napi_callback_info cbinfo) in isFile()
88 napi_value DirentNExporter::isSocket(napi_env env, napi_callback_info cbinfo) in isSocket()
98 napi_value DirentNExporter::GetName(napi_env env, napi_callback_info cbinfo) in GetName()
123 bool DirentNExporter::Export() in Export()
142 DirentNExporter::Constructor, in Export()
158 string DirentNExporter::GetClassName() in GetClassName()
160 return DirentNExporter::className_; in GetClassName()
163 DirentNExporter::DirentNExporter(napi_env env, napi_value exports) : NExporter(env, exports) {} in DirentNExporter() function in OHOS::DistributedFS::ModuleFileIO::DirentNExporter
[all …]
H A Ddirent_n_exporter.h24 class DirentNExporter final : public NExporter {
43 DirentNExporter(napi_env env, napi_value exports);
44 ~DirentNExporter() override;
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dmodule.cpp37 products.emplace_back(make_unique<DirentNExporter>(env, exports)); in Export()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/
H A Ddir_n_exporter.cpp132 napi_value objDirent = NClass::InstantiateClass(env, DirentNExporter::className_, {}); in DoReadComplete()
247 napi_value objDirent = NClass::InstantiateClass(env, DirentNExporter::className_, {}); in ReadSync()
296 napi_value objDirent = NClass::InstantiateClass(env, DirentNExporter::className_, {}); in DoListFileVector2NV()