Home
last modified time | relevance | path

Searched defs:watcher (Results 1 - 25 of 31) sorted by relevance

12

/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Dnotifier_impl.cpp42 void NotifierImpl::AddWatcher(std::string &sessionId, std::weak_ptr<JSWatcher> watcher) in AddWatcher() argument
H A Djs_object_wrapper.cpp45 std::weak_ptr<JSWatcher> watcher = watcher_; in AddWatch() local
H A Djs_watcher.cpp301 std::shared_ptr<WatcherImpl> watcher = std::make_shared<WatcherImpl>(watcher_); in Add() local
371 StatusEventListener::StatusEventListener(std::weak_ptr<JSWatcher> watcher, const std::string &sessionId) in StatusEventListener() argument
342 ChangeEventListener( std::weak_ptr<JSWatcher> watcher, DistributedObjectStore *objectStore, DistributedObject *object) ChangeEventListener() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dlazy_load_manager.cpp103 LazyLoadWatcher *watcher = new LazyLoadWatcher(nativeElement, attrName, getter, keyId); in AddLazyLoadWatcher() local
[all...]
H A Djs_fwk_common.h32 jerry_value_t watcher; member
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dasset_change_timer.cpp43 OnAssetChanged( const std::string &sessionId, const std::string &assetKey, std::shared_ptr<ObjectWatcher> watcher) OnAssetChanged() argument
49 StartTimer( const std::string &sessionId, const std::string &assetKey, std::shared_ptr<ObjectWatcher> watcher) StartTimer() argument
62 ProcessTask( const std::string &sessionId, const std::string &assetKey, std::shared_ptr<ObjectWatcher> watcher) ProcessTask() argument
H A Dflat_object_storage_engine.cpp289 uint32_t FlatObjectStorageEngine::RegisterObserver(const std::string &key, std::shared_ptr<TableWatcher> watcher) in RegisterObserver() argument
335 std::shared_ptr<TableWatcher> watcher = iter->second; in UnRegisterObserver() local
347 uint32_t FlatObjectStorageEngine::SetStatusNotifier(std::shared_ptr<StatusWatcher> watcher) in SetStatusNotifier() argument
H A Ddistributed_object_store_impl.cpp141 uint32_t DistributedObjectStoreImpl::Watch(DistributedObject *object, std::shared_ptr<ObjectWatcher> watcher) in Watch() argument
H A Dflat_object_store.cpp143 uint32_t FlatObjectStore::Watch(const std::string &sessionId, std::shared_ptr<FlatObjectWatcher> watcher) in Watch() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp147 std::shared_ptr<RdbWatcher> watcher = std::make_shared<RdbWatcher>(); in HWTEST_F() local
H A Drdb_general_store_test.cpp827 MockGeneralWatcher watcher; in HWTEST_F() local
855 MockGeneralWatcher watcher; in HWTEST_F() local
[all...]
H A Dkvdb_service_test.cpp314 std::shared_ptr<KVDBWatcher> watcher = std::make_shared<KVDBWatcher>(); in HWTEST_F() local
355 std::shared_ptr<KVDBWatcher> watcher = std::make_shared<KVDBWatcher>(); in HWTEST_F() local
373 std::shared_ptr<KVDBWatcher> watcher = std::make_shared<KVDBWatcher>(); in HWTEST_F() local
H A Dkvdb_general_store_test.cpp539 DistributedDataTest::MockGeneralWatcher watcher; in HWTEST_F() local
650 DistributedDataTest::MockGeneralWatcher watcher; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_service_death_notifier.cpp107 void KvStoreServiceDeathNotifier::AddServiceDeathWatcher(std::shared_ptr<KvStoreDeathRecipient> watcher) in AddServiceDeathWatcher() argument
119 void KvStoreServiceDeathNotifier::RemoveServiceDeathWatcher(std::shared_ptr<KvStoreDeathRecipient> watcher) in RemoveServiceDeathWatcher() argument
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_watcher.h129 WatcherImpl(std::weak_ptr<JSWatcher> watcher) : watcher_(watcher) in WatcherImpl() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_db.cpp63 int32_t CloudDB::Watch(int32_t origin, Watcher &watcher) in Watch() argument
68 int32_t CloudDB::Unwatch(int32_t origin, Watcher &watcher) in Unwatch() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.cpp50 JSValue watcher = CreateWatcher(getter, DirectiveWatcherCallback::Handler, options); in CreateDescriptorWatcher() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.cpp87 int32_t GeneralStoreMock::Watch(int32_t origin, Watcher &watcher) in Watch() argument
92 int32_t GeneralStoreMock::Unwatch(int32_t origin, Watcher &watcher) in Unwatch() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_thread_pool_test.cpp216 std::shared_ptr<TimerWatcher> watcher = std::make_shared<TimerWatcher>(); in HWTEST_F() local
259 std::shared_ptr<TimerWatcher> watcher in HWTEST_F() local
109 MockSchedule(const std::shared_ptr<MockThreadPool> &threadPoolPtr, const std::shared_ptr<DistributedDBThreadPoolTest::TimerWatcher> &watcher, std::atomic<TaskId> &taskId) MockSchedule() argument
292 std::shared_ptr<TimerWatcher> watcher = std::make_shared<TimerWatcher>(); HWTEST_F() local
319 std::shared_ptr<TimerWatcher> watcher = std::make_shared<TimerWatcher>(); HWTEST_F() local
359 std::shared_ptr<TimerWatcher> watcher = std::make_shared<TimerWatcher>(); HWTEST_F() local
404 std::shared_ptr<TimerWatcher> watcher = std::make_shared<TimerWatcher>(); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp287 std::shared_ptr<MockObjectWatcher> watcher = std::make_shared<MockObjectWatcher>(); in HWTEST_F() local
319 std::shared_ptr<MockObjectWatcher> watcher = std::make_shared<MockObjectWatcher>(); in HWTEST_F() local
1152 std::shared_ptr<MockFlatObjectWatcher> watcher = std::make_shared<MockFlatObjectWatcher>(sessionId); in HWTEST_F() local
1170 std::shared_ptr<MockFlatObjectWatcher> watcher in HWTEST_F() local
1189 std::shared_ptr<MockFlatObjectWatcher> watcher = std::make_shared<MockFlatObjectWatcher>(sessionId); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp484 MockGeneralWatcher watcher; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.cpp632 void MutableSpanString::SetSpanWatcher(const WeakPtr<SpanWatcher>& watcher) in SetSpanWatcher() argument
642 auto watcher = watcher_.Upgrade(); in NotifySpanWatcher() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp675 int32_t RdbGeneralStore::Watch(int32_t origin, Watcher &watcher) in Watch() argument
685 int32_t RdbGeneralStore::Unwatch(int32_t origin, Watcher &watcher) in Unwatch() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp512 int32_t KVDBGeneralStore::Watch(int32_t origin, Watcher &watcher) in Watch() argument
522 int32_t KVDBGeneralStore::Unwatch(int32_t origin, Watcher &watcher) in Unwatch() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp1113 jerry_value_t watcher = CallJSWatcher(attrValue, WatcherCallbackFunc, options); in AddWatcherItem() local
1628 jerry_value_t watcher = CallJSWatcher(getter, ListForWatcherCallbackFunc, options); in SetListForWatcher() local
1824 JSValue watcher = DescriptorUtils::CreateDescriptorWatcher(nativeElement_, descriptor); CreateDirectiveWatcher() local
[all...]

Completed in 21 milliseconds

12