| /foundation/barrierfree/accessibility/frameworks/acfwk/src/ |
| D | accessibility_config_impl.cpp | 287 const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) in NotifyCaptionStateChanged() 302 …const 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/ |
| D | connection_observer_client_impl.cpp | 75 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/ |
| D | connection_observer_controller.h | 85 auto observers = GetObservers(); in CallObservers() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
| D | store_cache.cpp | 29 …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()
|
| D | kvdb_service_impl.cpp | 309 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/ |
| D | device_manager_adapter.cpp | 156 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/ |
| D | rdb_manager_impl.cpp | 122 auto observers = proxy->ExportObservers(); in OnRemoteDied() local
|
| /foundation/ability/ability_runtime/test/unittest/connection_observer_controller_test/ |
| D | connection_observer_controller_test.cpp | 147 std::vector<sptr<AbilityRuntime::IConnectionObserver>> observers; variable
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/test/moduletest/common/distributeddb/src/ |
| D | distributeddb_kv_observer_snap_test.cpp | 864 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/ |
| D | event_center.cpp | 56 auto observers = observers_.Find(evt.GetEventId()); in Dispatch() local
|
| /foundation/distributeddatamgr/pasteboard/services/core/src/ |
| D | pasteboard_service.cpp | 546 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/ |
| D | napi_bluetooth_ble_central_manager_callback.cpp | 136 void SysOnScanCallBack(sysBLEMap &observers, const BleScanResult &result) in SysOnScanCallBack() 338 auto observers = GetSysBLEObserver(); in OnStartOrStopScanEvent() local
|
| /foundation/communication/bluetooth/services/bluetooth/server/src/ |
| D | bluetooth_pan_server.cpp | 42 void SetObserver(RemoteObserverList<IBluetoothPanObserver> *observers) in SetObserver()
|
| D | bluetooth_a2dp_sink_server.cpp | 40 void SetObserver(RemoteObserverList<IBluetoothA2dpSinkObserver> *observers) in SetObserver()
|
| D | bluetooth_opp_server.cpp | 49 void SetObserver(RemoteObserverList<IBluetoothOppObserver> *observers) in SetObserver()
|
| D | bluetooth_ble_advertiser_server.cpp | 57 void SetObserver(RemoteObserverList<IBluetoothBleAdvertiseCallback> *observers) in SetObserver()
|
| D | bluetooth_hid_host_server.cpp | 44 void SetObserver(RemoteObserverList<IBluetoothHidHostObserver> *observers) in SetObserver()
|
| D | bluetooth_pbap_pse_server.cpp | 56 void SetObserver(RemoteObserverList<IBluetoothPbapPseObserver>* observers) in SetObserver()
|
| D | bluetooth_map_mse_server.cpp | 29 …BluetoothMapMseObserverImpl(RemoteObserverList<IBluetoothMapMseObserver> *observers) : observers_(… in BluetoothMapMseObserverImpl()
|
| D | bluetooth_hfp_ag_server.cpp | 78 void SetObserver(RemoteObserverList<IBluetoothHfpAgObserver>* observers) in SetObserver()
|
| D | bluetooth_a2dp_source_server.cpp | 77 void SetObserver(RemoteObserverList<IBluetoothA2dpSourceObserver> *observers) in SetObserver()
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| D | bluetooth_pan.cpp | 32 explicit PanInnerObserver(BluetoothObserverList<PanObserver> &observers) : observers_(observers) in PanInnerObserver()
|
| D | bluetooth_map_mse.cpp | 34 MseServiceObserver(BluetoothObserverList<MapServerObserver> *observers) : observers_(observers) in MseServiceObserver()
|
| D | bluetooth_pbap_pse.cpp | 38 void SetObserver(BluetoothObserverList<PbapObserver> *observers) in SetObserver()
|
| /foundation/barrierfree/accessibility/frameworks/asacfwk/src/ |
| D | accessibility_system_ability_client_impl.cpp | 404 StateObserverVector &observers = stateObserversArray_[eventType]; in NotifyStateChanged() local
|