Home
last modified time | relevance | path

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

123

/foundation/barrierfree/accessibility/frameworks/acfwk/src/
Daccessibility_config_impl.cpp435 const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) in NotifyCaptionStateChanged()
450const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const CaptionProperty … in NotifyCaptionChanged()
512 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in OnAccessibleAbilityManagerCaptionPropertyChanged() local
614 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateCaptionEnabled() local
633 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateScreenMagnificationEnabled() local
652 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateShortKeyEnabled() local
671 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateMouseKeyEnabled() local
690 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateAudioMonoEnabled() local
709 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateAnimationOffEnabled() local
729 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
110 auto observers = GetObservers(); in HandleExtensionSuspended() local
121 auto observers = GetObservers(); in HandleExtensionResumed() local
133 auto observers = GetObservers(); in HandleDlpAbilityOpened() local
144 auto observers = GetObservers(); in HandleDlpAbilityClosed() local
288 auto observers = GetObservers(); in NotifyServiceDiedToObservers() local
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dconnection_observer_controller.h102 auto observers = GetObservers(); in CallObservers() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_sql_log.cpp33 observerSets_.Compute(storeId, [observer](const std::string& key, auto& observers) { in Subscribe()
44 [observer](const std::string& key, std::set<std::shared_ptr<SqlErrorObserver>>& observers) { in Unsubscribe()
Drdb_perfStat.cpp39 observers_.Compute(storeId, [observer](const auto &, auto &observers) { in Subscribe() argument
49 observers_.ComputeIfPresent(storeId, [observer](const auto &key, auto &observers) { in Unsubscribe()
205 observers_.ComputeIfPresent(storeId, [&sqlObservers](const auto &, auto &observers) { in Notify() argument
Drdb_service_proxy.cpp329 void RdbServiceProxy::ImportObservers(Observers &observers) in ImportObservers()
439 …yncObservers_.Compute(name, [this, &param, &status, observer](const auto &store, auto &observers) { in RegisterAutoSyncCallback()
477 ….ComputeIfPresent(name, [this, &param, &status, observer](const auto &storeName, auto &observers) { in UnregisterAutoSyncCallback()
556 syncObservers_.ComputeIfPresent(storeName, [&result](const auto &key, const auto &observers) { in OnSyncComplete()
Drdb_manager_impl.cpp158 auto observers = proxy->ExportObservers(); in OnRemoteDied() local
/foundation/ability/ability_runtime/test/unittest/hidden_start_observer_manager_test/
Dhidden_start_observer_manager_test.cpp251 HiddenStartObserverSet observers = HiddenStartObserverManager::GetInstance().GetObserversCopy(); variable
266 HiddenStartObserverSet observers = HiddenStartObserverManager::GetInstance().GetObserversCopy(); variable
287 HiddenStartObserverSet observers = HiddenStartObserverManager::GetInstance().GetObserversCopy(); variable
/foundation/ability/ability_runtime/test/fuzztest/abilityfirstframestateobservermanager_fuzzer/
Dabilityfirstframestateobservermanager_fuzzer.cpp53 sptr<IRemoteBroker> observers; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrrenderstateobservermanager_fuzzer/
Dabilityappmgrrenderstateobservermanager_fuzzer.cpp76 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/js/napi/preferences/src/
Dnapi_preferences.cpp501 auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : in HasRegisteredObserver() local
526 … auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : multiProcessObservers_; in RegisteredObserver() local
547 … auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : multiProcessObservers_; in UnRegisteredObserver() local
576 … auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : multiProcessObservers_; in UnRegisteredAllObservers() local
627 auto &observers = dataObservers_; in RegisteredDataObserver() local
679 auto &observers = dataObservers_; in UnRegisteredDataObserver() local
/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/distributeddatamgr/pasteboard/framework/framework/eventcenter/
Devent_center.cpp57 auto observers = observers_.Find(evt.GetEventId()); in Dispatch() 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/ability/form_fwk/services/src/form_observer/
Dform_observer_record.cpp49 std::vector<sptr<IRemoteObject>> observers; in SetFormAddObserver() local
70 std::vector<sptr<IRemoteObject>> observers; in SetFormRemoveObserver() local
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
Dnapi_bluetooth_ble_central_manager_callback.cpp148 void SysOnScanCallBack(sysBLEMap &observers, const BleScanResult &result) in SysOnScanCallBack()
288 auto observers = GetSysBLEObserver(); in StartBLESysScanTask() local
/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/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
Devents_monitor.cpp136 auto& observers = iter->second; in NotifyEventToObervers() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
Dproxy_data_subscriber_manager.cpp94 auto &observers = it.second; in Emit() local
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
Dnapi_callbacks_manager.h137 const std::vector<ObserverNode> &observers) in IsRegistered()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_map_mse.cpp40 explicit BluetoothMapMseObserverImp(BluetoothObserverList<MapMseObserver> &observers) in BluetoothMapMseObserverImp()
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
Drelational_store_impl_rdbstore.cpp509 std::list<std::shared_ptr<RdbStoreObserverImpl>> &observers) in HasRegisteredObserver()
536 std::map<std::string, std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers, in RegisteredObserver()
630 std::map<std::string, std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers, in UnRegisteredObserver()
673 std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers) in UnRegisteredAllObserver()

123