Home
last modified time | relevance | path

Searched defs:rafEntity (Results 1 – 9 of 9) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_file/
Dfile_n_exporter.cpp39 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/
Drandomaccessfile_n_exporter.cpp41 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/
Drandomaccessfile_n_exporter.cpp41 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/
Dfile_n_exporter.cpp39 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/
Drandomaccessfile_n_exporter.cpp30 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/
Dcreate_randomaccessfile.cpp104 auto rafEntity = NClass::GetEntityOf<RandomAccessFileEntity>(env, objRAF); in InstantiateRandomAccessFile() local
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/properties/
Dcreate_randomaccessfile.cpp113 auto rafEntity = NClass::GetEntityOf<RandomAccessFileEntity>(env, objRAF); in InstantiateRandomAccessFile() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
Dopen_v9.cpp65 auto rafEntity = NClass::GetEntityOf<FileEntity>(env, objRAF); in InstantiateFile() local
Dcreate_randomaccessfile.cpp113 auto rafEntity = NClass::GetEntityOf<RandomAccessFileEntity>(env, objRAF); in InstantiateRandomAccessFile() local