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 D | stream_n_exporter.cpp | 39 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 D | stream_n_exporter.cpp | 52 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 D | flush.cpp | 47 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 D | create_stream.cpp | 44 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
|
H A D | fdopen_stream.cpp | 42 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
H A D | common_func.cpp | 278 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
|