Home
last modified time | relevance | path

Searched defs:streamEntity (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/
H A Dstream_n_exporter.cpp39 std::shared_ptr<FILE> StreamNExporter::GetFilePtr(StreamEntity *streamEntity) in GetFilePtr()
67 auto streamEntity = GetEntityOf(env, funcArg); in FlushSync() local
97 auto streamEntity = GetEntityOf(env, funcArg); in Flush() local
147 auto streamEntity = GetEntityOf(env, funcArg); in ReadSync() local
193 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync() local
215 auto streamEntity = GetEntityOf(env, funcArg); in WriteSync() local
313 auto streamEntity = GetEntityOf(env, funcArg); in Write() local
391 auto streamEntity = GetEntityOf(env, funcArg); in Read() local
413 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Close() local
458 auto streamEntity = GetEntityOf(env, funcArg); in Seek() local
[all …]
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/
H A Dstream_n_exporter.cpp52 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in ReadSync() local
90 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync() local
111 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in WriteSync() local
163 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Write() local
230 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Read() local
298 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Close() local
342 unique_ptr<StreamEntity> streamEntity = make_unique<StreamEntity>(); in Constructor() local
H A Dflush.cpp47 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Sync() local
69 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Async() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dcreate_stream.cpp44 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
H A Dfdopen_stream.cpp42 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dcommon_func.cpp278 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local