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 D | watcher_n_exporter.cpp | 45 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 D | watcher_entity.h | 46 struct WatcherEntity { struct
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/ |
H A D | watcher_n_exporter.cpp | 42 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 D | watcher_entity.h | 78 struct WatcherEntity { struct
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | watcher.cpp | 104 auto watcherEntity = NClass::GetEntityOf<WatcherEntity>(env, objWatcher); in CreateWatcher()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | watcher.cpp | 101 auto watcherEntity = NClass::GetEntityOf<WatcherEntity>(env, objWatcher); in CreateWatcher()
|