Home
last modified time | relevance | path

Searched defs:observers (Results 1 – 25 of 48) sorted by relevance

12

/foundation/barrierfree/accessibility/frameworks/acfwk/src/
Daccessibility_config_impl.cpp365 const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) in NotifyCaptionStateChanged()
380const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const CaptionProperty … in NotifyCaptionChanged()
442 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in OnAccessibleAbilityManagerCaptionPropertyChanged() local
539 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateCaptionEnabled() local
558 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateScreenMagnificationEnabled() local
577 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateShortKeyEnabled() local
596 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateMouseKeyEnabled() local
615 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateAudioMonoEnabled() local
634 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateAnimationOffEnabled() local
654 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateInvertColorEnabled() local
[all …]
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
Dconnection_observer_client_impl.cpp88 auto observers = GetObservers(); in HandleExtensionConnected() local
99 auto observers = GetObservers(); in HandleExtensionDisconnected() local
111 auto observers = GetObservers(); in HandleDlpAbilityOpened() local
122 auto observers = GetObservers(); in HandleDlpAbilityClosed() local
266 auto observers = GetObservers(); in NotifyServiceDiedToObservers() local
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dconnection_observer_controller.h88 auto observers = GetObservers(); in CallObservers() local
/foundation/ability/ability_runtime/test/fuzztest/abilityfirstframestateobservermanager_fuzzer/
Dabilityfirstframestateobservermanager_fuzzer.cpp54 sptr<IRemoteBroker> observers; in DoSomethingInterestingWithMyAPI() local
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
Dnapi_preferences.cpp493 auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : in HasRegisteredObserver() local
518 … auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : multiProcessObservers_; in RegisteredObserver() local
539 … auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : multiProcessObservers_; in UnRegisteredObserver() local
568 … auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : multiProcessObservers_; in UnRegisteredAllObservers() local
619 auto &observers = dataObservers_; in RegisteredDataObserver() local
671 auto &observers = dataObservers_; in UnRegisteredDataObserver() local
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrrenderstateobservermanager_fuzzer/
Dabilityappmgrrenderstateobservermanager_fuzzer.cpp77 sptr<IRenderStateObserver> observers; in DoSomethingInterestingWithMyAPI() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
Ddistributeddb_kv_observer_snap_test.cpp865 vector<KvStoreObserverImpl> &observers) in ObserverSnapVerifyInsert()
881 … ObserverSnapVerifyInsertBatch(KvStoreDelegate *&delegate1, vector<KvStoreObserverImpl> &observers) in ObserverSnapVerifyInsertBatch()
896 void ObserverSnapVerifyDelete(KvStoreDelegate *&delegate1, vector<KvStoreObserverImpl> &observers, in ObserverSnapVerifyDelete()
914 vector<KvStoreObserverImpl> &observers, vector<Entry> &entriesBatch, in ObserverSnapVerifyUpdate()
944 … ObserverSnapVerifyDeleteBatch(KvStoreDelegate *&delegate1, vector<KvStoreObserverImpl> &observers, in ObserverSnapVerifyDeleteBatch()
995 vector<KvStoreObserverImpl> observers; variable
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
Dpreferences_impl.cpp468 auto &observers = (ConvertToRegisterMode(mode) == RegisterMode::LOCAL_CHANGE) ? in RegisterObserver() local
477 auto &observers = (ConvertToRegisterMode(mode) == RegisterMode::LOCAL_CHANGE) ? in UnRegisterObserver() local
501 auto &observers = (ConvertToRegisterMode(mode) == RegisterMode::LOCAL_CHANGE) ? in UnRegisteredAllObservers() local
/foundation/ability/ability_runtime/test/unittest/connection_observer_controller_test/
Dconnection_observer_controller_test.cpp154 std::vector<sptr<AbilityRuntime::IConnectionObserver>> observers; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
Devent_center.cpp56 auto observers = observers_.Find(evt.GetEventId()); in Dispatch() local
/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/
Devent_center.cpp55 auto observers = observers_.Find(evt.GetEventId()); in Dispatch() local
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
Drelational_store_impl_rdbstore.cpp291 std::list<std::shared_ptr<RdbStoreObserverImpl>> &observers) in HasRegisteredObserver()
316 std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers, in RegisteredObserver()
352std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers, std::function<void()> *callback) in UnRegisteredObserver()
391 std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers) in UnRegisteredAllObserver()
/foundation/ability/form_fwk/services/src/
Dform_observer_record.cpp49 std::vector<sptr<IRemoteObject>> observers; in SetFormAddObserver() local
70 std::vector<sptr<IRemoteObject>> observers; in SetFormRemoveObserver() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_service_proxy.cpp312 void RdbServiceProxy::ImportObservers(Observers &observers) in ImportObservers()
392 …yncObservers_.Compute(name, [this, &param, &status, observer](const auto &store, auto &observers) { in RegisterAutoSyncCallback()
430 ….ComputeIfPresent(name, [this, &param, &status, observer](const auto &storeName, auto &observers) { in UnregisterAutoSyncCallback()
490 syncObservers_.ComputeIfPresent(storeName, [&result](const auto &key, const auto &observers) { in OnSyncComplete()
Drdb_manager_impl.cpp148 auto observers = proxy->ExportObservers(); in OnRemoteDied() local
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
Dnapi_bluetooth_ble_central_manager_callback.cpp140 void SysOnScanCallBack(sysBLEMap &observers, const BleScanResult &result) in SysOnScanCallBack()
284 auto observers = GetSysBLEObserver(); in OnStartOrStopScanEvent() local
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
Dnapi_callbacks_manager.h98 const std::vector<ObserverNode> &observers) in IsRegistered()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_a2dp_sink_server.cpp41 void SetObserver(RemoteObserverList<IBluetoothA2dpSinkObserver> *observers) in SetObserver()
Dbluetooth_pan_server.cpp43 void SetObserver(RemoteObserverList<IBluetoothPanObserver> *observers) in SetObserver()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
Dgeneral_controller_service_impl.cpp219 decltype(observers_) observers(std::move(observers_)); in ReRegisterObserver() local
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_map_mse.cpp37 explicit BluetoothMapMseObserverImp(BluetoothObserverList<MapMseObserver> &observers) in BluetoothMapMseObserverImp()
Dbluetooth_pan.cpp33 explicit PanInnerObserver(BluetoothObserverList<PanObserver> &observers) : observers_(observers) in PanInnerObserver()
Dbluetooth_pbap_pse.cpp43 explicit BluetoothPbapPseObserverImp(BluetoothObserverList<PbapPseObserver> &observers) in BluetoothPbapPseObserverImp()
/foundation/ability/ability_runtime/services/dataobsmgr/src/
Ddataobs_mgr_client.cpp260 decltype(observers_) observers(std::move(observers_)); in ReRegister() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
Devents_monitor.cpp202 auto &observers = eventListenersVect[event]; in NotifyEventToObervers() local

12