Home
last modified time | relevance | path

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

12

/foundation/resourceschedule/device_standby/services/core/include/
H A Dapp_mgr_helper.h68 bool UnsubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer);
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_subscribe_test.cpp368 status = store->UnsubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
370 status = store->UnsubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer2); in HWTEST_F()
416 status = store->UnsubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
430 status = store->UnsubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer2); in HWTEST_F()
462 status = store->UnsubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
505 status = store->UnsubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
552 status = store->UnsubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, observer_); in HWTEST_F()
556 status = store->UnsubscribeObserver({ SubscribeMode::LOCAL_DETAIL, "dataChange" }, nullptr); in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/innerkits/acfwk/include/
H A Daccessibility_config_observer.h72 void UnsubscribeObserver(napi_env env, OHOS::AccessibilityConfig::CONFIG_ID id, napi_value observer);
/foundation/resourceschedule/device_standby/services/core/src/
H A Dapp_mgr_helper.cpp79 bool WEAK_FUNC AppMgrHelper::UnsubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer) in UnsubscribeObserver() function in OHOS::DevStandbyMgr::AppMgrHelper
H A Dstandby_service_impl.cpp169 AppMgrHelper::GetInstance()->UnsubscribeObserver(appStateObserver_); in UnregisterAppStateObserver()
/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_standby_helper_unit_test.cpp51 AppMgrHelper::GetInstance()->UnsubscribeObserver(observer); in HWTEST_F()
H A Dmock_helper.cpp140 bool AppMgrHelper::UnsubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer) in UnsubscribeObserver() function in OHOS::DevStandbyMgr::AppMgrHelper
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Di_pasteboard_service.h41 virtual void UnsubscribeObserver(PasteboardObserverType type, const sptr<IPasteboardChangedObserver> &observer) = 0;
H A Dpasteboard_service.h116 virtual void UnsubscribeObserver(
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_helper_unit_test.cpp62 AppMgrHelper::GetInstance()->UnsubscribeObserver(observer); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_proxy.h42 virtual void UnsubscribeObserver(PasteboardObserverType type,
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardservice_fuzzer/
H A Dpasteboardservice_fuzzer.cpp155 void UnsubscribeObserver(PasteboardObserverType type, const sptr<IPasteboardChangedObserver> &observer) override
/foundation/barrierfree/accessibility/interfaces/kits/napi/include/
H A Dnapi_accessibility_system_ability_client.h55 void UnsubscribeObserver(napi_env env, napi_value observer);
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/include/
H A Dnapi_accessibility_config.h53 void UnsubscribeObserver(napi_env env, napi_value observer);
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_system_ability_client.cpp728 accessibilityStateListeners_->UnsubscribeObserver(env, args[PARAM1]); in UnsubscribeState()
735 touchGuideStateListeners_->UnsubscribeObserver(env, args[PARAM1]); in UnsubscribeState()
1048 captionListeners_->UnsubscribeObserver(env, type, args[PARAM1]); in DeregisterCaptionStateCallback()
1410 void StateListenerImpl::UnsubscribeObserver(napi_env env, napi_value observer) in UnsubscribeObserver() function in StateListenerImpl
H A Dnapi_accessibility_config_observer.cpp657 void NAccessibilityConfigObserverImpl::UnsubscribeObserver(napi_env env, in UnsubscribeObserver() function in NAccessibilityConfigObserverImpl
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store.h599 * @brief UnsubscribeObserver to event changes.
601 virtual int UnsubscribeObserver(const SubscribeOption& option, const std::shared_ptr<RdbStoreObserver> &observer);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h128 int UnsubscribeObserver(const SubscribeOption &option, const std::shared_ptr<RdbStoreObserver> &observer) override;
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp508 errCode = rdbStore_->UnsubscribeObserver(option, *it); in UnRegisterObserverArrStrChangeInfo()
533 errCode = rdbStore_->UnsubscribeObserver(option, *it); in UnRegisterObserverArrStrChangeInfoAll()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H A Dnapi_accessibility_config.cpp339 enableAbilityListsObservers_->UnsubscribeObserver(env, args[PARAM1]); in UnsubscribeState()
899 configObservers_->UnsubscribeObserver(env, obj->GetConfigId(), parameters[PARAM0]); in UnSubscribeConfigObserver()
1052 void EnableAbilityListsObserverImpl::UnsubscribeObserver(napi_env env, napi_value observer) in UnsubscribeObserver() function in EnableAbilityListsObserverImpl
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp281 UnsubscribeObserver(static_cast<PasteboardObserverType>(type), callback); in OnUnsubscribeObserver()
H A Dpasteboard_service_proxy.cpp232 void PasteboardServiceProxy::UnsubscribeObserver(PasteboardObserverType type, in UnsubscribeObserver() function in OHOS::MiscServices::PasteboardServiceProxy
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp493 int RdbStore::UnsubscribeObserver(const SubscribeOption& option, const std::shared_ptr<RdbStoreObserver> &observer) in UnsubscribeObserver() function in OHOS::NativeRdb::RdbStore
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp513 proxyService->UnsubscribeObserver(type, callback); in Unsubscribe()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp754 store_->UnsubscribeObserver(subscribeOption, *it) : store_->UnSubscribe(subscribeOption, it->get()); in DoUnsubScribe()

Completed in 22 milliseconds

12