Home
last modified time | relevance | path

Searched refs:WatcherEntity (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_watcher/
H A Dwatcher_n_exporter.cpp45 unique_ptr<WatcherEntity> watcherEntity = make_unique<WatcherEntity>(); in Constructor()
46 if (!NClass::SetEntityFor<WatcherEntity>(env, funcArg.GetThisVar(), move(watcherEntity))) { in Constructor()
62 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in StopSync()
80 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in Stop()
H A Dwatcher_entity.h46 struct WatcherEntity { struct
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_n_exporter.cpp42 auto watcherEntity = CreateUniquePtr<WatcherEntity>(); in Constructor()
48 if (!NClass::SetEntityFor<WatcherEntity>(env, funcArg.GetThisVar(), move(watcherEntity))) { in Constructor()
65 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in Stop()
89 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in Start()
H A Dwatcher_entity.h78 struct WatcherEntity { struct
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dwatcher.cpp104 auto watcherEntity = NClass::GetEntityOf<WatcherEntity>(env, objWatcher); in CreateWatcher()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dwatcher.cpp101 auto watcherEntity = NClass::GetEntityOf<WatcherEntity>(env, objWatcher); in CreateWatcher()