/ohos5.0/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 566 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateScreenMagnificationEnabled() local 585 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateShortKeyEnabled() local 604 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateMouseKeyEnabled() local 623 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateAudioMonoEnabled() local 642 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateAnimationOffEnabled() local 662 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateInvertColorEnabled() local 682 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateHighContrastTextEnabled() local 702 std::vector<std::shared_ptr<AccessibilityConfigObserver>> observers; in UpdateDaltonizationStateEnabled() local [all …]
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/ |
H A D | connection_observer_client_impl.cpp | 88 auto observers = GetObservers(); in HandleExtensionConnected() local 99 auto observers = GetObservers(); in HandleExtensionDisconnected() local 111 auto observers = GetObservers(); in HandleDlpAbilityOpened() local 122 auto observers = GetObservers(); in HandleDlpAbilityClosed() local 266 auto observers = GetObservers(); in NotifyServiceDiedToObservers() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | connection_observer_controller.h | 88 auto observers = GetObservers(); in CallObservers() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityfirstframestateobservermanager_fuzzer/ |
H A D | abilityfirstframestateobservermanager_fuzzer.cpp | 54 sptr<IRemoteBroker> observers; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/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_; in RegisteredDataObserver() local 671 auto &observers = dataObservers_; in UnRegisteredDataObserver() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrrenderstateobservermanager_fuzzer/ |
H A D | abilityappmgrrenderstateobservermanager_fuzzer.cpp | 77 sptr<IRenderStateObserver> observers; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_observer_snap_test.cpp | 865 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
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/connection_observer_controller_test/ |
H A D | connection_observer_controller_test.cpp | 154 std::vector<sptr<AbilityRuntime::IConnectionObserver>> observers; variable
|
/ohos5.0/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
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/ |
H A D | event_center.cpp | 55 auto observers = observers_.Find(evt.GetEventId()); in Dispatch() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/ |
H A D | event_center.cpp | 56 auto observers = observers_.Find(evt.GetEventId()); in Dispatch() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_impl_rdbstore.cpp | 291 std::list<std::shared_ptr<RdbStoreObserverImpl>> &observers) in HasRegisteredObserver() 316 std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers, in RegisteredObserver() 352 … std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers, std::function<void()> *callback) in UnRegisteredObserver() 391 std::list<std::shared_ptr<RdbStoreObserverImpl>>> &observers) in UnRegisteredAllObserver()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_observer_record.cpp | 49 std::vector<sptr<IRemoteObject>> observers; in SetFormAddObserver() local 70 std::vector<sptr<IRemoteObject>> observers; in SetFormRemoveObserver() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_service_proxy.cpp | 312 void RdbServiceProxy::ImportObservers(Observers &observers) in ImportObservers() 392 …yncObservers_.Compute(name, [this, ¶m, &status, observer](const auto &store, auto &observers) { in RegisterAutoSyncCallback() 430 ….ComputeIfPresent(name, [this, ¶m, &status, observer](const auto &storeName, auto &observers) { in UnregisterAutoSyncCallback() 490 syncObservers_.ComputeIfPresent(storeName, [&result](const auto &key, const auto &observers) { in OnSyncComplete()
|
H A D | rdb_manager_impl.cpp | 148 auto observers = proxy->ExportObservers(); in OnRemoteDied() local
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/ |
H A D | napi_callbacks_manager.h | 98 const std::vector<ObserverNode> &observers) in IsRegistered()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble_central_manager_callback.cpp | 144 void SysOnScanCallBack(sysBLEMap &observers, const BleScanResult &result) in SysOnScanCallBack() 288 auto observers = GetSysBLEObserver(); in OnStartOrStopScanEvent() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_sink_server.cpp | 41 void SetObserver(RemoteObserverList<IBluetoothA2dpSinkObserver> *observers) in SetObserver()
|
H A D | bluetooth_pan_server.cpp | 43 void SetObserver(RemoteObserverList<IBluetoothPanObserver> *observers) in SetObserver()
|
H A D | bluetooth_hid_host_server.cpp | 45 void SetObserver(RemoteObserverList<IBluetoothHidHostObserver> *observers) in SetObserver()
|
H A D | bluetooth_ble_advertiser_server.cpp | 83 void SetObserver(RemoteObserverList<IBluetoothBleAdvertiseCallback> *observers) in SetObserver()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_map_mse.cpp | 40 explicit BluetoothMapMseObserverImp(BluetoothObserverList<MapMseObserver> &observers) in BluetoothMapMseObserverImp()
|
H A D | bluetooth_pan.cpp | 36 explicit PanInnerObserver(BluetoothObserverList<PanObserver> &observers) : observers_(observers) in PanInnerObserver()
|
H A D | bluetooth_pbap_pse.cpp | 46 explicit BluetoothPbapPseObserverImp(BluetoothObserverList<PbapPseObserver> &observers) in BluetoothPbapPseObserverImp()
|
/ohos5.0/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
|