Searched refs:ReaderIteratorNExporter (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_readeriterator/ |
H A D | readeriterator_n_exporter.cpp | 27 napi_value ReaderIteratorNExporter::Constructor(napi_env env, napi_callback_info info) in Constructor() 50 napi_value ReaderIteratorNExporter::Next(napi_env env, napi_callback_info info) in Next() 86 bool ReaderIteratorNExporter::Export() in Export() 96 …tie(succ, classValue) = NClass::DefineClass(exports_.env_, className, ReaderIteratorNExporter::Con… in Export() 113 string ReaderIteratorNExporter::GetClassName() in GetClassName() 115 return ReaderIteratorNExporter::className_; in GetClassName() 118 ReaderIteratorNExporter::ReaderIteratorNExporter(napi_env env, napi_value exports) : NExporter(env,… in ReaderIteratorNExporter() function in OHOS::FileManagement::ModuleFileIO::ReaderIteratorNExporter 120 ReaderIteratorNExporter::~ReaderIteratorNExporter() {} in ~ReaderIteratorNExporter()
|
H A D | readeriterator_n_exporter.h | 24 class ReaderIteratorNExporter final : public NExporter { 34 ReaderIteratorNExporter(napi_env env, napi_value exports); 35 ~ReaderIteratorNExporter() override;
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
H A D | module.cpp | 49 products.emplace_back(make_unique<ReaderIteratorNExporter>(env, exports)); in Export()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | read_lines.cpp | 76 …napi_value objReaderIterator = NClass::InstantiateClass(env, ReaderIteratorNExporter::className_, … in InstantiateReaderIterator()
|