Home
last modified time | relevance | path

Searched refs:DirEntity (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/
H A Ddir_n_exporter.cpp39 static DirEntity *GetDirEntity(napi_env env, napi_callback_info info) in GetDirEntity()
47 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in GetDirEntity()
57 DirEntity *dirEntity = GetDirEntity(env, info); in CloseSync()
76 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in Close()
158 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in Read()
216 DirEntity *dirEntity = GetDirEntity(env, info); in ReadSync()
270 static DirEntity *CheckDirEntity(napi_env env, napi_value dir_entity) in CheckDirEntity()
272 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, dir_entity); in CheckDirEntity()
424 auto dirEntity = make_unique<DirEntity>(); in Constructor()
425 if (!NClass::SetEntityFor<DirEntity>(env, funcArg.GetThisVar(), move(dirEntity))) { in Constructor()
H A Ddir_entity.h25 struct DirEntity { struct
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dopen_dir.cpp60 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, objDir); in Sync()
117 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, objDir); in Async()