Home
last modified time | relevance | path

Searched refs:SubscribeObserver (Results 1 - 25 of 28) sorted by relevance

12

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_subscribe_test.cpp349 auto status = store->SubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
353 status = store->SubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer2); in HWTEST_F()
397 auto status = store->SubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
401 status = store->SubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer2); in HWTEST_F()
445 auto status = store->SubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
479 auto status = store->SubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
522 auto status = store->SubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
554 status = store->SubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
572 auto status = store->SubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, nullptr); in HWTEST_F()
/foundation/resourceschedule/device_standby/services/core/include/
H A Dapp_mgr_helper.h60 bool SubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer);
/foundation/barrierfree/accessibility/interfaces/innerkits/acfwk/include/
H A Daccessibility_config_observer.h71 void SubscribeObserver(napi_env env, OHOS::AccessibilityConfig::CONFIG_ID id, napi_value observer);
/foundation/resourceschedule/device_standby/services/core/src/
H A Dapp_mgr_helper.cpp67 bool WEAK_FUNC AppMgrHelper::SubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer) in SubscribeObserver() function in OHOS::DevStandbyMgr::AppMgrHelper
H A Dstandby_service_impl.cpp157 if (!AppMgrHelper::GetInstance()->SubscribeObserver(appStateObserver_)) { in RegisterAppStateObserver()
/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_standby_helper_unit_test.cpp50 AppMgrHelper::GetInstance()->SubscribeObserver(observer); in HWTEST_F()
H A Dmock_helper.cpp135 bool AppMgrHelper::SubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer) in SubscribeObserver() function in OHOS::DevStandbyMgr::AppMgrHelper
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Di_pasteboard_service.h40 virtual void SubscribeObserver(PasteboardObserverType type, const sptr<IPasteboardChangedObserver> &observer) = 0;
H A Dpasteboard_service.h114 virtual void SubscribeObserver(
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_helper_unit_test.cpp61 AppMgrHelper::GetInstance()->SubscribeObserver(observer); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_proxy.h40 virtual void SubscribeObserver(PasteboardObserverType type,
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/
H A Dpasteboardservice_fuzzer.cpp149 void SubscribeObserver(PasteboardObserverType type, const sptr<IPasteboardChangedObserver> &observer) override
/foundation/barrierfree/accessibility/interfaces/kits/napi/include/
H A Dnapi_accessibility_system_ability_client.h54 void SubscribeObserver(napi_env env, napi_value observer);
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/include/
H A Dnapi_accessibility_config.h51 void SubscribeObserver(napi_env env, napi_value observer);
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_system_ability_client.cpp671 accessibilityStateListeners_->SubscribeObserver(env, args[PARAM1]); in SubscribeState()
674 touchGuideStateListeners_->SubscribeObserver(env, args[PARAM1]); in SubscribeState()
1004 captionListeners_->SubscribeObserver(env, type, args[PARAM1]); in RegisterCaptionStateCallback()
1389 void StateListenerImpl::SubscribeObserver(napi_env env, napi_value observer) in SubscribeObserver() function in StateListenerImpl
1395 HILOG_DEBUG("SubscribeObserver Observer exist"); in SubscribeObserver()
H A Dnapi_accessibility_config_observer.cpp635 void NAccessibilityConfigObserverImpl::SubscribeObserver(napi_env env, in SubscribeObserver() function in NAccessibilityConfigObserverImpl
642 HILOG_DEBUG("SubscribeObserver Observer exist"); in SubscribeObserver()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store.h594 * @brief SubscribeObserver to event changes.
596 virtual int SubscribeObserver(const SubscribeOption& option, const std::shared_ptr<RdbStoreObserver> &observer);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h127 int SubscribeObserver(const SubscribeOption &option, const std::shared_ptr<RdbStoreObserver> &observer) override;
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp379 errCode = rdbStore_->SubscribeObserver(option, observer); in RegisterObserverArrStr()
399 errCode = rdbStore_->SubscribeObserver(option, observer); in RegisterObserverChangeInfo()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H A Dnapi_accessibility_config.cpp290 enableAbilityListsObservers_->SubscribeObserver(env, args[PARAM1]); in SubscribeState()
870 configObservers_->SubscribeObserver(env, obj->GetConfigId(), parameters[PARAM0]); in SubscribeConfigObserver()
1010 void EnableAbilityListsObserverImpl::SubscribeObserver(napi_env env, napi_value observer) in SubscribeObserver() function in EnableAbilityListsObserverImpl
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp270 SubscribeObserver(static_cast<PasteboardObserverType>(type), callback); in OnSubscribeObserver()
H A Dpasteboard_service_proxy.cpp224 void PasteboardServiceProxy::SubscribeObserver(PasteboardObserverType type, in SubscribeObserver() function in OHOS::MiscServices::PasteboardServiceProxy
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp486 int RdbStore::SubscribeObserver(const SubscribeOption& option, const std::shared_ptr<RdbStoreObserver> &observer) in SubscribeObserver() function in OHOS::NativeRdb::RdbStore
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp487 proxyService->SubscribeObserver(type, callback); in Subscribe()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp732 store_->SubscribeObserver(subscribeOption, ndkObserver) : store_->Subscribe(subscribeOption, ndkObserver.get()); in DoSubScribe()

Completed in 26 milliseconds

12