Home
last modified time | relevance | path

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

12

/foundation/barrierfree/accessibility/frameworks/acfwk/src/
Daccessibility_config_impl.cpp289 const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) in NotifyCaptionStateChanged()
304const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const CaptionProperty … in NotifyCaptionChanged()
366 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in OnAccessibleAbilityManagerCaptionPropertyChanged() local
463 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateCaptionEnabled() local
482 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateScreenMagnificationEnabled() local
501 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateShortKeyEnabled() local
520 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateMouseKeyEnabled() local
539 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateAudioMonoEnabled() local
558 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateAnimationOffEnabled() local
578 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.cpp86 auto observers = GetObservers(); in HandleExtensionConnected() local
97 auto observers = GetObservers(); in HandleExtensionDisconnected() local
108 auto observers = GetObservers(); in HandleDlpAbilityOpened() local
119 auto observers = GetObservers(); in HandleDlpAbilityClosed() local
262 auto observers = GetObservers(); in NotifyServiceDiedToObservers() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dstore_cache.cpp30 …eCache::Store StoreCache::GetStore(const StoreMetaData &data, std::shared_ptr<Observers> observers, in GetStore()
109 …he::SetObserver(uint32_t tokenId, const std::string &storeId, std::shared_ptr<Observers> observers) in SetObserver()
205 …oreCache::DBStoreDelegate::DBStoreDelegate(DBStore *delegate, std::shared_ptr<Observers> observers) in DBStoreDelegate()
259 auto observers = observers_; in OnChange() local
275 void StoreCache::DBStoreDelegate::SetObservers(std::shared_ptr<Observers> observers) in SetObservers()
Dkvdb_service_impl.cpp375 auto observers = GetObservers(tokenId, storeId); in Subscribe() local
520 auto observers = GetObservers(storeMeta.tokenId, storeMeta.storeId); in ResolveAutoLaunch() local
738 auto observers = GetObservers(meta.tokenId, meta.storeId); in DoSyncBegin() local
886 std::shared_ptr<StoreCache::Observers> observers; in GetObservers() local
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dconnection_observer_controller.h86 auto observers = GetObservers(); in CallObservers() 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/ability/ability_runtime/test/unittest/connection_observer_controller_test/
Dconnection_observer_controller_test.cpp152 std::vector<sptr<AbilityRuntime::IConnectionObserver>> observers; variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_service_proxy.cpp310 void RdbServiceProxy::ImportObservers(Observers &observers) in ImportObservers()
375 …yncObservers_.Compute(name, [this, &param, &status, observer](const auto &store, auto &observers) { in RegisterAutoSyncCallback()
413 ….ComputeIfPresent(name, [this, &param, &status, observer](const auto &storeName, auto &observers) { in UnregisterAutoSyncCallback()
473 syncObservers_.ComputeIfPresent(storeName, [&result](const auto &key, const auto &observers) { in OnSyncComplete()
Drdb_manager_impl.cpp147 auto observers = proxy->ExportObservers(); in OnRemoteDied() local
/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/
Dform_observer_record.cpp49 std::vector<sptr<IRemoteObject>> observers; in SetFormAddObserver() local
70 std::vector<sptr<IRemoteObject>> observers; in SetFormRemoveObserver() local
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
Dnapi_preferences.cpp432 … auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : multiProcessObservers_; in HasRegisteredObserver() local
450 … auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : multiProcessObservers_; in RegisteredObserver() local
466 … auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : multiProcessObservers_; in UnRegisteredObserver() local
487 … auto &observers = (mode == RegisterMode::LOCAL_CHANGE) ? localObservers_ : multiProcessObservers_; in UnRegisteredAllObservers() local
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
Dnapi_callbacks_manager.h98 const std::vector<ObserverNode> &observers) in IsRegistered()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
Dnapi_bluetooth_ble_central_manager_callback.cpp140 void SysOnScanCallBack(sysBLEMap &observers, const BleScanResult &result) in SysOnScanCallBack()
299 auto observers = GetSysBLEObserver(); in OnStartOrStopScanEvent() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_pan_server.cpp42 void SetObserver(RemoteObserverList<IBluetoothPanObserver> *observers) in SetObserver()
Dbluetooth_a2dp_sink_server.cpp40 void SetObserver(RemoteObserverList<IBluetoothA2dpSinkObserver> *observers) in SetObserver()
Dbluetooth_hid_host_server.cpp44 void SetObserver(RemoteObserverList<IBluetoothHidHostObserver> *observers) in SetObserver()
Dbluetooth_ble_advertiser_server.cpp82 void SetObserver(RemoteObserverList<IBluetoothBleAdvertiseCallback> *observers) in SetObserver()
Dbluetooth_hfp_ag_server.cpp83 void SetObserver(RemoteObserverList<IBluetoothHfpAgObserver>* observers) in SetObserver()
/foundation/ability/ability_runtime/services/dataobsmgr/src/
Ddataobs_mgr_client.cpp220 decltype(observers_) observers(std::move(observers_)); in ReRegister() 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/distributeddatamgr/pasteboard/services/core/src/
Dpasteboard_service.cpp995 std::shared_ptr<std::set<sptr<IPasteboardChangedObserver>, classcomp>> observers; in AddObserver() local
1018 auto observers = it->second; in RemoveSingleObserver() local
1034 auto observers = it->second; in RemoveAllObserver() local
1057 for (auto &observers : observerChangedMap_) { in NotifyObservers() local
1064 for (auto &observers : observerEventMap_) { in NotifyObservers() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Ddevice_manager_adapter.cpp224 auto observers = GetObservers(); in Online() local
285 std::vector<const AppDeviceChangeListener *> observers; in GetObservers() local

12