| /foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/ |
| D | device_change_listener_impl.cpp | 25 sptr<IDeviceStatusChangeListener>> &observers) : observers_(observers) in DeviceChangeListenerImpl()
|
| /foundation/communication/bluetooth/interfaces/kits/napi/src/ |
| D | napi_bluetooth_ble_central_manager_callback.cpp | 134 void SysOnScanCallBack(sysBLEMap &observers, const BleScanResult &result) in SysOnScanCallBack() 201 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in OnScanCallback() local 280 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in OnBleBatchScanResultsEvent() local 332 auto observers = GetSysBLEObserver(); in OnStartScanFailed() local
|
| D | napi_bluetooth_host_observer.cpp | 58 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in OnStateChanged() local 162 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in OnDiscoveryResult() local 387 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in OnPairConfirmedCallBack() local
|
| D | napi_bluetooth_remote_device_observer.cpp | 65 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in OnPairStatusChanged() local
|
| D | napi_bluetooth_host.cpp | 65 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in RegisterObserverToHost() local 79 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in DeregisterObserverToHost() local
|
| /foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/rdb/src/ |
| D | rdb_manager_impl.cpp | 123 auto observers = proxy->ExportObservers(); in OnRemoteDied() local
|
| D | rdb_service_proxy.cpp | 367 void RdbServiceProxy::ImportObservers(ObserverMap &observers) in ImportObservers()
|
| /foundation/distributeddatamgr/distributeddatamgr/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
|
| D | distributeddb_kv_observer_test.cpp | 1182 KvStoreObserverImpl observers[OBSERVER_NUM]; variable
|
| /foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/framework/eventcenter/ |
| D | event_center.cpp | 56 auto observers = observers_.Find(evt.GetEventId()); in Dispatch() local
|
| /foundation/communication/bluetooth/services/bluetooth_standard/server/src/ |
| D | bluetooth_a2dp_sink_server.cpp | 37 void SetObserver(RemoteObserverList<IBluetoothA2dpSinkObserver> *observers) in SetObserver()
|
| D | bluetooth_ble_advertiser_server.cpp | 48 void SetObserver(RemoteObserverList<IBluetoothBleAdvertiseCallback> *observers) in SetObserver()
|
| D | bluetooth_ble_central_manager_server.cpp | 144 void SetObserver(RemoteObserverList<IBluetoothBleCentralManagerCallback> *observers) in SetObserver()
|
| D | bluetooth_pbap_pse_server.cpp | 52 void SetObserver(RemoteObserverList<IBluetoothPbapPseObserver>* observers) in SetObserver()
|
| D | bluetooth_map_mse_server.cpp | 28 …BluetoothMapMseObserverImpl(RemoteObserverList<IBluetoothMapMseObserver> *observers) : observers_(… in BluetoothMapMseObserverImpl()
|
| D | bluetooth_hfp_ag_server.cpp | 68 void SetObserver(RemoteObserverList<IBluetoothHfpAgObserver>* observers) in SetObserver()
|
| D | bluetooth_a2dp_source_server.cpp | 62 void SetObserver(RemoteObserverList<IBluetoothA2dpSourceObserver> *observers) in SetObserver()
|
| D | bluetooth_pbap_pce_server.cpp | 151 void SetObserver(RemoteObserverList<IBluetoothPbapPceObserver> *observers) in SetObserver()
|
| D | bluetooth_hfp_hf_server.cpp | 112 void SetObserver(RemoteObserverList<IBluetoothHfpHfObserver>* observers) in SetObserver()
|
| /foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/src/ |
| D | bluetooth_map_mse.cpp | 33 MseServiceObserver(BluetoothObserverList<MapServerObserver> *observers) : observers_(observers) in MseServiceObserver()
|
| D | bluetooth_pbap_pse.cpp | 37 void SetObserver(BluetoothObserverList<PbapObserver> *observers) in SetObserver()
|
| D | bluetooth_hfp_ag.cpp | 30 …explicit AgServiceObserver(BluetoothObserverList<HandsFreeAudioGatewayObserver> &observers) : obse… in AgServiceObserver()
|
| D | bluetooth_hfp_hf.cpp | 30 …explicit HfServiceObserver(BluetoothObserverList<HandsFreeUnitObserver> &observers) : observers_(o… in HfServiceObserver()
|
| /foundation/distributeddatamgr/distributeddatamgr/frameworks/jskitsimpl/distributeddata/src/ |
| D | js_kv_store.cpp | 477 auto traverseType = [argc, argv, proxy, env, &found, &status](uint8_t type, auto& observers) { in OffDataChange()
|