Home
last modified time | relevance | path

Searched refs:GetNExporterName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_exporter.h35 virtual std::string GetNExporterName() = 0;
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.h31 std::string GetNExporterName() override;
H A Dfile_n_exporter.cpp348 string className = GetNExporterName(); in Export()
372 string FileNExporter::GetNExporterName() in GetNExporterName() function in OHOS::FileManagement::ModuleFileIO::FileNExporter
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnative_module.cpp54 std::string nExporterName = product->GetNExporterName(); in Init()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dmodule.cpp56 string nExporterName = product->GetNExporterName(); in Export()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_n_exporter.h36 std::string GetNExporterName() override;
H A Dstat_n_exporter.cpp325 string className = GetNExporterName(); in Export()
349 string StatNExporter::GetNExporterName() in GetNExporterName() function in OHOS::FileManagement::ModuleFileIO::StatNExporter
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.h66 std::string GetNExporterName() override;
H A Dprop_n_exporter.cpp865 string PropNExporter::GetNExporterName() in GetNExporterName() function in OHOS::FileManagement::ModuleFileIO::PropNExporter