| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_pbap_pse.cpp | 43 explicit BluetoothPbapPseObserverImp(BluetoothObserverList<PbapPseObserver> &observers)
in BluetoothPbapPseObserverImp() argument
|
| H A D | bluetooth_hfp_ag.cpp | 36 explicit AgServiceObserver(BluetoothObserverList<HandsFreeAudioGatewayObserver> &observers) : observers_(observers) in AgServiceObserver() argument
|
| H A D | bluetooth_opp.cpp | 51 explicit BluetoothOppObserverImpl(BluetoothObserverList<OppObserver> &observers) in BluetoothOppObserverImpl() argument
|
| /foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/ |
| H A D | events_monitor.cpp | 202 auto &observers = eventListenersVect[event]; in NotifyEventToObervers() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
| H A D | device_manager_adapter.cpp | 261 auto observers = GetObservers(); in Online() local
|
| /third_party/node/src/ |
| H A D | node_perf.cc | 224 AliasedUint32Array& observers in Notify() local [all...] |
| H A D | node_http2.cc | 55 AliasedUint32Array& observers = env->performance_state()->observers; in HasHttp2Observer() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| H A D | bluetooth_hfp_ag_server.cpp | 84 void SetObserver(RemoteObserverList<IBluetoothHfpAgObserver>* observers) in SetObserver() argument
|
| H A D | bluetooth_a2dp_source_server.cpp | 83 void SetObserver(RemoteObserverList<IBluetoothA2dpSourceObserver> *observers) in SetObserver() argument
|
| H A D | bluetooth_ble_central_manager_server.cpp | 231 void SetObserver(RemoteObserverList<IBluetoothBleCentralManagerCallback, int32_t> *observers) in SetObserver() argument
|
| /foundation/filemanagement/user_file_service/test/unittest/ |
| H A D | external_notify_test.cpp | 449 vector<sptr<IFileAccessObserver>> observers; in HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
| H A D | preferences_impl.cpp | 468 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/preferences/frameworks/js/napi/sendable_preferences/src/ |
| H A D | napi_preferences.cpp | 557 auto &observers = observers_[mode]; in Subscribe() local 590 auto &observers = observers_[mode]; in Unsubscribe() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | rdb_service_proxy.cpp | 312 void RdbServiceProxy::ImportObservers(Observers &observers) in ImportObservers() argument [all...] |
| H A D | sqlite_connection.cpp | 1166 auto observers = observers_.find(event); in UnsubscribeLocalDetail() local 1192 auto observers = observers_.find(event); in UnsubscribeLocalDetailAll() local
|
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
| H A D | napi_preferences.cpp | 493 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_; RegisteredDataObserver() local 671 auto &observers = dataObservers_; UnRegisteredDataObserver() local [all...] |
| /foundation/barrierfree/accessibility/frameworks/asacfwk/src/ |
| H A D | accessibility_system_ability_client_impl.cpp | 510 StateObserverVector &observers = stateObserversArray_[eventType]; in NotifyStateChanged() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
| H A D | distributeddb_kv_observer_test.cpp | 1183 KvStoreObserverImpl observers[OBSERVER_NUM]; in HWTEST_F() local
|
| H A D | distributeddb_kv_observer_snap_test.cpp | 881 vector<Entry> ObserverSnapVerifyInsertBatch(KvStoreDelegate *&delegate1, vector<KvStoreObserverImpl> &observers) in ObserverSnapVerifyInsertBatch() argument 864 ObserverSnapVerifyInsert(KvStoreDelegate *&delegate1, vector<KvStoreObserverImpl> &observers) ObserverSnapVerifyInsert() argument 896 ObserverSnapVerifyDelete(KvStoreDelegate *&delegate1, vector<KvStoreObserverImpl> &observers, DistributedDB::Entry &entry) ObserverSnapVerifyDelete() argument 913 ObserverSnapVerifyUpdate(KvStoreDelegate *&delegate1, KvStoreDelegate *&delegate2, vector<KvStoreObserverImpl> &observers, vector<Entry> &entriesBatch, KvStoreSnapshotDelegate *&snapshot2) ObserverSnapVerifyUpdate() argument 944 ObserverSnapVerifyDeleteBatch(KvStoreDelegate *&delegate1, vector<KvStoreObserverImpl> &observers, vector<Entry> &entriesBatch) ObserverSnapVerifyDeleteBatch() argument 995 vector<KvStoreObserverImpl> observers; HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
| H A D | napi_systempasteboard.cpp | 1124 std::vector<std::shared_ptr<PasteboardObserverInstance>> observers; in DeleteObserver() local
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
| H A D | napi_bluetooth_utils.cpp | 57 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in GetCallbackInfoByType() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
| H A D | relational_store_impl_rdbstore.cpp | 326 HasRegisteredObserver( std::function<void()> *callback, std::list<std::shared_ptr<RdbStoreObserverImpl>> &observers) HasRegisteredObserver() argument 350 RegisteredObserver( DistributedRdb::SubscribeOption option, std::map<std::string, std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers, std::function<void()> *callback, const std::function<void()>& callbackRef) RegisteredObserver() argument 433 UnRegisteredObserver(DistributedRdb::SubscribeOption option, std::map<std::string, std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers, std::function<void()> *callback) UnRegisteredObserver() argument 473 UnRegisteredAllObserver(DistributedRdb::SubscribeOption option, std::map<std::string, std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers) UnRegisteredAllObserver() argument [all...] |
| /foundation/barrierfree/accessibility/frameworks/acfwk/src/ |
| H A D | accessibility_config_impl.cpp | 450 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in OnAccessibleAbilityManagerCaptionPropertyChanged() local 547 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateCaptionEnabled() local 372 NotifyCaptionStateChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) NotifyCaptionStateChanged() argument 387 NotifyCaptionChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const CaptionProperty &captionProperty) NotifyCaptionChanged() argument 566 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; UpdateScreenMagnificationEnabled() local 585 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; UpdateShortKeyEnabled() local 604 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; UpdateMouseKeyEnabled() local 623 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; UpdateAudioMonoEnabled() local 642 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; UpdateAnimationOffEnabled() local 662 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; UpdateInvertColorEnabled() local 682 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; UpdateHighContrastTextEnabled() local 702 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; UpdateDaltonizationStateEnabled() local 728 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; UpdateIgnoreRepeatClickStateEnabled() local 745 NotifyScreenMagnificationChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) NotifyScreenMagnificationChanged() argument 760 NotifyShortKeyChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) NotifyShortKeyChanged() argument 775 NotifyMouseKeyChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) NotifyMouseKeyChanged() argument 790 NotifyInvertColorChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) NotifyInvertColorChanged() argument 805 NotifyHighContrastTextChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) NotifyHighContrastTextChanged() argument 820 NotifyDaltonizationStateChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) NotifyDaltonizationStateChanged() argument 835 NotifyAudioMonoChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) NotifyAudioMonoChanged() argument 850 NotifyAnimationOffChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) NotifyAnimationOffChanged() argument 936 NotifyShortkeyTargetChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const std::string &shortkey_target) NotifyShortkeyTargetChanged() argument 951 NotifyShortkeyMultiTargetChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const std::vector<std::string> &shortkeyMultiTarget) NotifyShortkeyMultiTargetChanged() argument 967 NotifyMouseAutoClickChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const uint32_t mouseAutoClick) NotifyMouseAutoClickChanged() argument 982 NotifyAudioBalanceChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const float audioBalance) NotifyAudioBalanceChanged() argument 997 NotifyBrightnessDiscountChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const float brightnessDiscount) NotifyBrightnessDiscountChanged() argument 1012 NotifyContentTimeoutChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const uint32_t contentTimeout) NotifyContentTimeoutChanged() argument 1027 NotifyDaltonizationColorFilterChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const uint32_t daltonizationColorFilter) NotifyDaltonizationColorFilterChanged() argument 1049 NotifyClickResponseTimeChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const uint32_t clickResponseTime) NotifyClickResponseTimeChanged() argument 1064 NotifyIgnoreRepeatClickTimeChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const uint32_t time) NotifyIgnoreRepeatClickTimeChanged() argument 1079 NotifyIgnoreRepeatClickStateChanged( const std::vector<std::shared_ptr<AccessibilityConfigObserver>> &observers, const bool state) NotifyIgnoreRepeatClickStateChanged() argument 1424 std::vector<std::shared_ptr<AccessibilityEnableAbilityListsObserver>> observers; OnAccessibilityEnableAbilityListsChanged() local 1437 std::vector<std::shared_ptr<AccessibilityEnableAbilityListsObserver>> observers; OnAccessibilityInstallAbilityListsChanged() local 1523 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; OnAccessibleAbilityManagerAudioBalanceChanged() local 1545 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; OnAccessibleAbilityManagerBrightnessDiscountChanged() local 1566 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; OnAccessibleAbilityManagerContentTimeoutChanged() local 1587 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; OnAccessibleAbilityManagerDaltonizationColorFilterChanged() local 1609 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; OnAccessibleAbilityManagerMouseAutoClickChanged() local 1630 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; OnAccessibleAbilityManagerShortkeyTargetChanged() local 1653 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; OnAccessibleAbilityManagerShortkeyMultiTargetChanged() local 1673 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; OnAccessibleAbilityManagerClickResponseTimeChanged() local 1694 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; OnAccessibleAbilityManagerIgnoreRepeatClickTimeChanged() local [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
| H A D | napi_rdb_store.cpp | 1618 RegisteredObserver(napi_env env, const DistributedRdb::SubscribeOption &option, std::map<std::string, std::list<std::shared_ptr<NapiRdbStoreObserver>>> &observers, napi_value callback) RegisteredObserver() argument 1690 UnRegisteredObserver(napi_env env, const DistributedRdb::SubscribeOption &option, std::map<std::string, std::list<std::shared_ptr<NapiRdbStoreObserver>>> &observers, napi_value callback) UnRegisteredObserver() argument [all...] |
| /foundation/distributeddatamgr/pasteboard/services/core/src/ |
| H A D | pasteboard_service.cpp | 1602 std::shared_ptr<std::set<sptr<IPasteboardChangedObserver>, classcomp>> observers; in AddObserver() local 1627 auto observers = it->second; in RemoveSingleObserver() local 1644 auto observers = it->second; RemoveAllObserver() local [all...] |