| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_file/ |
| D | file_n_exporter.cpp | 39 auto rafEntity = NClass::GetEntityOf<FileEntity>(env, raf_entity); in GetFileEntity() local 58 auto rafEntity = GetFileEntity(env, funcArg.GetThisVar()); in GetFD() local 73 auto rafEntity = make_unique<FileEntity>(); in Constructor() local
|
| /foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/class_randomaccessfile/ |
| D | randomaccessfile_n_exporter.cpp | 41 auto rafEntity = NClass::GetEntityOf<RandomAccessFileEntity>(env, raf_entity); in GetRAFEntity() local 114 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in GetFD() local 128 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in GetFPointer() local 142 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in SetFilePointerSync() local 161 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in ReadSync() local 195 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in Read() local 253 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in WriteSync() local 295 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in Write() local 351 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in CloseSync() local 367 auto rafEntity = make_unique<RandomAccessFileEntity>(); in Constructor() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_randomaccessfile/ |
| D | randomaccessfile_n_exporter.cpp | 41 auto rafEntity = NClass::GetEntityOf<RandomAccessFileEntity>(env, raf_entity); in GetRAFEntity() local 117 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in GetFD() local 131 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in GetFPointer() local 145 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in SetFilePointerSync() local 165 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in ReadSync() local 195 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in ReadExec() local 264 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in WriteSync() local 307 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in Write() local 363 auto rafEntity = GetRAFEntity(env, funcArg.GetThisVar()); in CloseSync() local 379 auto rafEntity = make_unique<RandomAccessFileEntity>(); in Constructor() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/ |
| D | file_n_exporter.cpp | 39 auto rafEntity = NClass::GetEntityOf<FileEntity>(env, raf_entity); in GetFileEntity() local 61 auto rafEntity = GetFileEntity(env, funcArg.GetThisVar()); in GetFD() local 271 auto rafEntity = CreateUniquePtr<FileEntity>(); in Constructor() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/ |
| D | randomaccessfile_n_exporter.cpp | 30 auto rafEntity = NClass::GetEntityOf<RandomAccessFileEntity>(env, raf_entity); in GetRAFEntity() local 172 static napi_value ReadExec(napi_env env, NFuncArg &funcArg, RandomAccessFileEntity* rafEntity) in ReadExec() 278 static napi_value WriteExec(napi_env env, NFuncArg &funcArg, RandomAccessFileEntity* rafEntity) in WriteExec() 403 auto rafEntity = CreateUniquePtr<RandomAccessFileEntity>(); in Constructor() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
| D | create_randomaccessfile.cpp | 104 auto rafEntity = NClass::GetEntityOf<RandomAccessFileEntity>(env, objRAF); in InstantiateRandomAccessFile() local
|
| /foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/properties/ |
| D | create_randomaccessfile.cpp | 113 auto rafEntity = NClass::GetEntityOf<RandomAccessFileEntity>(env, objRAF); in InstantiateRandomAccessFile() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
| D | open_v9.cpp | 65 auto rafEntity = NClass::GetEntityOf<FileEntity>(env, objRAF); in InstantiateFile() local
|
| D | create_randomaccessfile.cpp | 113 auto rafEntity = NClass::GetEntityOf<RandomAccessFileEntity>(env, objRAF); in InstantiateRandomAccessFile() local
|