/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | notifier_impl.cpp | 42 void NotifierImpl::AddWatcher(std::string &sessionId, std::weak_ptr<JSWatcher> watcher)
in AddWatcher() argument
|
H A D | js_object_wrapper.cpp | 45 std::weak_ptr<JSWatcher> watcher = watcher_;
in AddWatch() local
|
H A D | js_watcher.cpp | 301 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 D | lazy_load_manager.cpp | 103 LazyLoadWatcher *watcher = new LazyLoadWatcher(nativeElement, attrName, getter, keyId);
in AddLazyLoadWatcher() local [all...] |
H A D | js_fwk_common.h | 32 jerry_value_t watcher; member
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | asset_change_timer.cpp | 43 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 D | flat_object_storage_engine.cpp | 289 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 D | distributed_object_store_impl.cpp | 141 uint32_t DistributedObjectStoreImpl::Watch(DistributedObject *object, std::shared_ptr<ObjectWatcher> watcher) in Watch() argument
|
H A D | flat_object_store.cpp | 143 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 D | rdb_asset_loader_test.cpp | 147 std::shared_ptr<RdbWatcher> watcher = std::make_shared<RdbWatcher>();
in HWTEST_F() local
|
H A D | rdb_general_store_test.cpp | 827 MockGeneralWatcher watcher;
in HWTEST_F() local 855 MockGeneralWatcher watcher;
in HWTEST_F() local [all...] |
H A D | kvdb_service_test.cpp | 314 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 D | kvdb_general_store_test.cpp | 539 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 D | kvstore_service_death_notifier.cpp | 107 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 D | js_watcher.h | 129 WatcherImpl(std::weak_ptr<JSWatcher> watcher) : watcher_(watcher)
in WatcherImpl() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_db.cpp | 63 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 D | descriptor_utils.cpp | 50 JSValue watcher = CreateWatcher(getter, DirectiveWatcherCallback::Handler, options); in CreateDescriptorWatcher() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | general_store_mock.cpp | 87 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 D | distributeddb_thread_pool_test.cpp | 216 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 D | object_store_test.cpp | 287 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 D | cloud_test.cpp | 484 MockGeneralWatcher watcher; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | mutable_span_string.cpp | 632 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 D | rdb_general_store.cpp | 675 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 D | kvdb_general_store.cpp | 512 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 D | component.cpp | 1113 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...] |