Home
last modified time | relevance | path

Searched refs:WatcherImpl (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_watcher.h127 class WatcherImpl : public ObjectWatcher { class
129 WatcherImpl(std::weak_ptr<JSWatcher> watcher) : watcher_(watcher) in WatcherImpl() function in OHOS::ObjectStore::WatcherImpl
133 virtual ~WatcherImpl();
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_watcher.cpp283 void WatcherImpl::OnChanged(const std::string &sessionid, const std::vector<std::string> &changedData) in OnChanged()
293 WatcherImpl::~WatcherImpl() in ~WatcherImpl()
301 std::shared_ptr<WatcherImpl> watcher = std::make_shared<WatcherImpl>(watcher_); in Add()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.h53 class WatcherImpl : public OHOS::FFI::FFIData { class
62 static OHOS::FFI::RuntimeType runtimeType = OHOS::FFI::RuntimeType::Create<OHOS::FFI::FFIData>("WatcherImpl"); in GetClassType()
H A Dfile_fs_impl.h87 static std::tuple<int32_t, sptr<WatcherImpl>> CreateWatcher(std::string path, uint32_t events,
H A Dfile_fs_ffi.cpp613 auto instance = FFIData::GetData<WatcherImpl>(id); in FfiOHOSFileFsWatcherStart()
630 auto instance = FFIData::GetData<WatcherImpl>(id); in FfiOHOSFileFsWatcherStop()
H A Dfile_fs_impl.cpp1224 std::tuple<int32_t, sptr<WatcherImpl>> FileFsImpl::CreateWatcher(std::string path, uint32_t events, in CreateWatcher()
1234 auto watcherImpl = FFIData::Create<WatcherImpl>(); in CreateWatcher()

Completed in 6 milliseconds