| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/ |
| D | stream_n_exporter.cpp | 48 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
|
| D | flush.cpp | 40 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/ |
| 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
|
| 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
|
| /foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/class_stream/ |
| D | stream_n_exporter.cpp | 53 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
|
| 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
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
| D | create_stream.cpp | 44 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
|
| D | fdopen_stream.cpp | 42 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
|
| /foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/properties/ |
| D | fdopen_stream.cpp | 42 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
|
| D | create_stream.cpp | 43 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
| D | common_func.cpp | 186 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream() local
|