Searched refs:StreamNExporter (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/ |
H A D | stream_n_exporter.cpp | 38 std::mutex StreamNExporter::mutex; 39 std::shared_ptr<FILE> StreamNExporter::GetFilePtr(StreamEntity *streamEntity) in GetFilePtr() 48 StreamEntity* StreamNExporter::GetEntityOf(napi_env env, NFuncArg &funcArg) in GetEntityOf() 58 napi_value StreamNExporter::FlushSync(napi_env env, napi_callback_info info) in FlushSync() 88 napi_value StreamNExporter::Flush(napi_env env, napi_callback_info info) in Flush() 382 napi_value StreamNExporter::Read(napi_env env, napi_callback_info cbInfo) in Read() 528 bool StreamNExporter::Export() in Export() 561 string StreamNExporter::GetClassName() in GetClassName() 563 return StreamNExporter::className_; in GetClassName() 566 StreamNExporter::StreamNExporter(napi_env env, napi_value exports) : NExporter(env, exports) {} in StreamNExporter() function in OHOS::FileManagement::ModuleFileIO::StreamNExporter [all …]
|
H A D | stream_n_exporter.h | 27 class StreamNExporter final : public NExporter { 52 StreamNExporter(napi_env env, napi_value exports); 53 ~StreamNExporter() override;
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/ |
H A D | stream_n_exporter.cpp | 41 napi_value StreamNExporter::ReadSync(napi_env env, napi_callback_info info) in ReadSync() 82 napi_value StreamNExporter::CloseSync(napi_env env, napi_callback_info info) in CloseSync() 101 napi_value StreamNExporter::WriteSync(napi_env env, napi_callback_info info) in WriteSync() 152 napi_value StreamNExporter::Write(napi_env env, napi_callback_info info) in Write() 221 napi_value StreamNExporter::Read(napi_env env, napi_callback_info info) in Read() 290 napi_value StreamNExporter::Close(napi_env env, napi_callback_info info) in Close() 350 bool StreamNExporter::Export() in Export() 380 string StreamNExporter::GetClassName() in GetClassName() 382 return StreamNExporter::className_; in GetClassName() 385 StreamNExporter::StreamNExporter(napi_env env, napi_value exports) : NExporter(env, exports) {} in StreamNExporter() function in OHOS::DistributedFS::ModuleFileIO::StreamNExporter [all …]
|
H A D | stream_n_exporter.h | 24 class StreamNExporter final : public NExporter { 42 StreamNExporter(napi_env env, napi_value exports); 43 ~StreamNExporter() override;
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/ |
H A D | module.cpp | 40 products.emplace_back(make_unique<StreamNExporter>(env, exports)); in Export()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
H A D | module.cpp | 50 products.emplace_back(make_unique<StreamNExporter>(env, exports)); in Export()
|
H A D | common_func.cpp | 268 napi_value objStream = NClass::InstantiateClass(env, StreamNExporter::className_, {}); in InstantiateStream()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | fdopen_stream.cpp | 36 napi_value objStream = NClass::InstantiateClass(env, StreamNExporter::className_, {}); in InstantiateStream()
|
H A D | create_stream.cpp | 38 napi_value objStream = NClass::InstantiateClass(env, StreamNExporter::className_, {}); in InstantiateStream()
|