Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/
Dstream_n_exporter.cpp48 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in ReadSync() local
92 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync() local
113 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in WriteSync() local
147 static napi_value WriteExec(napi_env env, NFuncArg &funcArg, StreamEntity *streamEntity) in WriteExec()
209 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Write() local
218 static napi_value ReadExec(napi_env env, NFuncArg &funcArg, StreamEntity *streamEntity) in ReadExec()
283 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Read() local
301 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Close() local
344 auto streamEntity = CreateUniquePtr<StreamEntity>(); in Constructor() local
Dflush.cpp40 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Sync() local
65 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Async() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/
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
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
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/class_stream/
Dstream_n_exporter.cpp53 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in ReadSync() local
93 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync() local
112 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in WriteSync() local
166 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Write() local
238 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Read() local
307 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Close() local
351 unique_ptr<StreamEntity> streamEntity = make_unique<StreamEntity>(); in Constructor() local
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
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
Dcreate_stream.cpp44 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
Dfdopen_stream.cpp42 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/properties/
Dfdopen_stream.cpp42 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
Dcreate_stream.cpp43 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
Dcommon_func.cpp186 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local