Home
last modified time | relevance | path

Searched defs:observers (Results 26 - 50 of 50) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pbap_pse.cpp43 explicit BluetoothPbapPseObserverImp(BluetoothObserverList<PbapPseObserver> &observers) in BluetoothPbapPseObserverImp() argument
H A Dbluetooth_hfp_ag.cpp36 explicit AgServiceObserver(BluetoothObserverList<HandsFreeAudioGatewayObserver> &observers) : observers_(observers) in AgServiceObserver() argument
H A Dbluetooth_opp.cpp51 explicit BluetoothOppObserverImpl(BluetoothObserverList<OppObserver> &observers) in BluetoothOppObserverImpl() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_monitor.cpp202 auto &observers = eventListenersVect[event]; in NotifyEventToObervers() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp261 auto observers = GetObservers(); in Online() local
/third_party/node/src/
H A Dnode_perf.cc224 AliasedUint32Array& observers in Notify() local
[all...]
H A Dnode_http2.cc55 AliasedUint32Array& observers = env->performance_state()->observers; in HasHttp2Observer() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp84 void SetObserver(RemoteObserverList<IBluetoothHfpAgObserver>* observers) in SetObserver() argument
H A Dbluetooth_a2dp_source_server.cpp83 void SetObserver(RemoteObserverList<IBluetoothA2dpSourceObserver> *observers) in SetObserver() argument
H A Dbluetooth_ble_central_manager_server.cpp231 void SetObserver(RemoteObserverList<IBluetoothBleCentralManagerCallback, int32_t> *observers) in SetObserver() argument
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_notify_test.cpp449 vector<sptr<IFileAccessObserver>> observers; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A 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/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp557 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 Drdb_service_proxy.cpp312 void RdbServiceProxy::ImportObservers(Observers &observers) in ImportObservers() argument
[all...]
H A Dsqlite_connection.cpp1166 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 Dnapi_preferences.cpp493 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 Daccessibility_system_ability_client_impl.cpp510 StateObserverVector &observers = stateObserversArray_[eventType]; in NotifyStateChanged() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_observer_test.cpp1183 KvStoreObserverImpl observers[OBSERVER_NUM]; in HWTEST_F() local
H A Ddistributeddb_kv_observer_snap_test.cpp881 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 Dnapi_systempasteboard.cpp1124 std::vector<std::shared_ptr<PasteboardObserverInstance>> observers; in DeleteObserver() local
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp57 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in GetCallbackInfoByType() local
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp326 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 Daccessibility_config_impl.cpp450 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 Dnapi_rdb_store.cpp1618 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 Dpasteboard_service.cpp1602 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...]

Completed in 42 milliseconds

12