/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_subscribe_test.cpp | 349 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 D | app_mgr_helper.h | 60 bool SubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer);
|
/foundation/barrierfree/accessibility/interfaces/innerkits/acfwk/include/ |
H A D | accessibility_config_observer.h | 71 void SubscribeObserver(napi_env env, OHOS::AccessibilityConfig::CONFIG_ID id, napi_value observer);
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | app_mgr_helper.cpp | 67 bool WEAK_FUNC AppMgrHelper::SubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer) in SubscribeObserver() function in OHOS::DevStandbyMgr::AppMgrHelper
|
H A D | standby_service_impl.cpp | 157 if (!AppMgrHelper::GetInstance()->SubscribeObserver(appStateObserver_)) { in RegisterAppStateObserver()
|
/foundation/resourceschedule/device_standby/services/test/unittest/mock/ |
H A D | mock_standby_helper_unit_test.cpp | 50 AppMgrHelper::GetInstance()->SubscribeObserver(observer); in HWTEST_F()
|
H A D | mock_helper.cpp | 135 bool AppMgrHelper::SubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer) in SubscribeObserver() function in OHOS::DevStandbyMgr::AppMgrHelper
|
/foundation/distributeddatamgr/pasteboard/services/core/include/ |
H A D | i_pasteboard_service.h | 40 virtual void SubscribeObserver(PasteboardObserverType type, const sptr<IPasteboardChangedObserver> &observer) = 0;
|
H A D | pasteboard_service.h | 114 virtual void SubscribeObserver(
|
/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_helper_unit_test.cpp | 61 AppMgrHelper::GetInstance()->SubscribeObserver(observer); in HWTEST_F()
|
/foundation/distributeddatamgr/pasteboard/services/zidl/include/ |
H A D | pasteboard_service_proxy.h | 40 virtual void SubscribeObserver(PasteboardObserverType type,
|
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/ |
H A D | pasteboardservice_fuzzer.cpp | 149 void SubscribeObserver(PasteboardObserverType type, const sptr<IPasteboardChangedObserver> &observer) override
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/include/ |
H A D | napi_accessibility_system_ability_client.h | 54 void SubscribeObserver(napi_env env, napi_value observer);
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/include/ |
H A D | napi_accessibility_config.h | 51 void SubscribeObserver(napi_env env, napi_value observer);
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_system_ability_client.cpp | 671 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 D | napi_accessibility_config_observer.cpp | 635 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 D | rdb_store.h | 594 * @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 D | rdb_store_impl.h | 127 int SubscribeObserver(const SubscribeOption &option, const std::shared_ptr<RdbStoreObserver> &observer) override;
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_impl_rdbstore.cpp | 379 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 D | napi_accessibility_config.cpp | 290 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 D | pasteboard_service_stub.cpp | 270 SubscribeObserver(static_cast<PasteboardObserverType>(type), callback); in OnSubscribeObserver()
|
H A D | pasteboard_service_proxy.cpp | 224 void PasteboardServiceProxy::SubscribeObserver(PasteboardObserverType type, in SubscribeObserver() function in OHOS::MiscServices::PasteboardServiceProxy
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store.cpp | 486 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 D | pasteboard_client.cpp | 487 proxyService->SubscribeObserver(type, callback); in Subscribe()
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 732 store_->SubscribeObserver(subscribeOption, ndkObserver) : store_->Subscribe(subscribeOption, ndkObserver.get()); in DoSubScribe()
|