Home
last modified time | relevance | path

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

12

/foundation/barrierfree/accessibility/frameworks/acfwk/src/
Daccessibility_config_impl.cpp287 const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) in NotifyCaptionStateChanged()
302const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const CaptionProperty … in NotifyCaptionChanged()
364 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in OnAccessibleAbilityManagerCaptionPropertyChanged() local
461 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateCaptionEnabled() local
480 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateScreenMagnificationEnabled() local
499 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateShortKeyEnabled() local
518 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateMouseKeyEnabled() local
537 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateAudioMonoEnabled() local
556 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateAnimationOffEnabled() local
576 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.cpp75 auto observers = GetObservers(); in HandleExtensionConnected() local
86 auto observers = GetObservers(); in HandleExtensionDisconnected() local
97 auto observers = GetObservers(); in HandleDlpAbilityOpened() local
108 auto observers = GetObservers(); in HandleDlpAbilityClosed() local
251 auto observers = GetObservers(); in NotifyServiceDiedToObservers() local
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dconnection_observer_controller.h85 auto observers = GetObservers(); in CallObservers() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dstore_cache.cpp29 …eCache::Store StoreCache::GetStore(const StoreMetaData &data, std::shared_ptr<Observers> observers, in GetStore()
107 …he::SetObserver(uint32_t tokenId, const std::string &storeId, std::shared_ptr<Observers> observers) in SetObserver()
197 …oreCache::DBStoreDelegate::DBStoreDelegate(DBStore *delegate, std::shared_ptr<Observers> observers) in DBStoreDelegate()
253 auto observers = observers_; in OnChange() local
269 void StoreCache::DBStoreDelegate::SetObservers(std::shared_ptr<Observers> observers) in SetObservers()
Dkvdb_service_impl.cpp309 auto observers = GetObservers(tokenId, storeId); in Subscribe() local
446 auto observers = GetObservers(storeMeta.tokenId, storeMeta.storeId); in ResolveAutoLaunch() local
559 auto observers = GetObservers(meta.tokenId, meta.storeId); in DoSync() local
701 std::shared_ptr<StoreCache::Observers> observers; in GetObservers() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Ddevice_manager_adapter.cpp156 auto observers = GetObservers(); in Online() local
215 std::vector<const AppDeviceChangeListener *> observers; in GetObservers() local
236 auto observers = GetObservers(); in Offline() local
268 auto observers = GetObservers(); in OnReady() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/rdb/src/
Drdb_manager_impl.cpp122 auto observers = proxy->ExportObservers(); in OnRemoteDied() local
/foundation/ability/ability_runtime/test/unittest/connection_observer_controller_test/
Dconnection_observer_controller_test.cpp147 std::vector<sptr<AbilityRuntime::IConnectionObserver>> observers; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/test/moduletest/common/distributeddb/src/
Ddistributeddb_kv_observer_snap_test.cpp864 vector<KvStoreObserverImpl> &observers) in ObserverSnapVerifyInsert()
880 … ObserverSnapVerifyInsertBatch(KvStoreDelegate *&delegate1, vector<KvStoreObserverImpl> &observers) in ObserverSnapVerifyInsertBatch()
895 void ObserverSnapVerifyDelete(KvStoreDelegate *&delegate1, vector<KvStoreObserverImpl> &observers, in ObserverSnapVerifyDelete()
913 vector<KvStoreObserverImpl> &observers, vector<Entry> &entriesBatch, in ObserverSnapVerifyUpdate()
943 … ObserverSnapVerifyDeleteBatch(KvStoreDelegate *&delegate1, vector<KvStoreObserverImpl> &observers, in ObserverSnapVerifyDeleteBatch()
994 vector<KvStoreObserverImpl> 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/services/core/src/
Dpasteboard_service.cpp546 std::shared_ptr<std::set<sptr<IPasteboardChangedObserver>, classcomp>> observers; in AddObserver() local
574 auto observers = it->second; in RemoveSingleObserver() local
595 auto observers = it->second; in RemoveAllObserver() local
615 for (auto &observers : observerChangedMap_) { in NotifyObservers() local
624 for (auto &observers : observerEventMap_) { in NotifyObservers() local
/foundation/communication/bluetooth/frameworks/js/napi/src/
Dnapi_bluetooth_ble_central_manager_callback.cpp136 void SysOnScanCallBack(sysBLEMap &observers, const BleScanResult &result) in SysOnScanCallBack()
338 auto observers = GetSysBLEObserver(); in OnStartOrStopScanEvent() local
/foundation/communication/bluetooth/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_opp_server.cpp49 void SetObserver(RemoteObserverList<IBluetoothOppObserver> *observers) in SetObserver()
Dbluetooth_ble_advertiser_server.cpp57 void SetObserver(RemoteObserverList<IBluetoothBleAdvertiseCallback> *observers) in SetObserver()
Dbluetooth_hid_host_server.cpp44 void SetObserver(RemoteObserverList<IBluetoothHidHostObserver> *observers) in SetObserver()
Dbluetooth_pbap_pse_server.cpp56 void SetObserver(RemoteObserverList<IBluetoothPbapPseObserver>* observers) in SetObserver()
Dbluetooth_map_mse_server.cpp29 …BluetoothMapMseObserverImpl(RemoteObserverList<IBluetoothMapMseObserver> *observers) : observers_(… in BluetoothMapMseObserverImpl()
Dbluetooth_hfp_ag_server.cpp78 void SetObserver(RemoteObserverList<IBluetoothHfpAgObserver>* observers) in SetObserver()
Dbluetooth_a2dp_source_server.cpp77 void SetObserver(RemoteObserverList<IBluetoothA2dpSourceObserver> *observers) in SetObserver()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_pan.cpp32 explicit PanInnerObserver(BluetoothObserverList<PanObserver> &observers) : observers_(observers) in PanInnerObserver()
Dbluetooth_map_mse.cpp34 MseServiceObserver(BluetoothObserverList<MapServerObserver> *observers) : observers_(observers) in MseServiceObserver()
Dbluetooth_pbap_pse.cpp38 void SetObserver(BluetoothObserverList<PbapObserver> *observers) in SetObserver()
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/
Daccessibility_system_ability_client_impl.cpp404 StateObserverVector &observers = stateObserversArray_[eventType]; in NotifyStateChanged() local

12