Home
last modified time | relevance | path

Searched defs:observers (Results 1 – 24 of 24) sorted by relevance

/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/
Ddevice_change_listener_impl.cpp25 sptr<IDeviceStatusChangeListener>> &observers) : observers_(observers) in DeviceChangeListenerImpl()
/foundation/communication/bluetooth/interfaces/kits/napi/src/
Dnapi_bluetooth_ble_central_manager_callback.cpp134 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
Dnapi_bluetooth_host_observer.cpp58 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
Dnapi_bluetooth_remote_device_observer.cpp65 std::map<std::string, std::shared_ptr<BluetoothCallbackInfo>> observers = GetObserver(); in OnPairStatusChanged() local
Dnapi_bluetooth_host.cpp65 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/
Drdb_manager_impl.cpp123 auto observers = proxy->ExportObservers(); in OnRemoteDied() local
Drdb_service_proxy.cpp367 void RdbServiceProxy::ImportObservers(ObserverMap &observers) in ImportObservers()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/test/moduletest/common/distributeddb/src/
Ddistributeddb_kv_observer_snap_test.cpp864 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
Ddistributeddb_kv_observer_test.cpp1182 KvStoreObserverImpl observers[OBSERVER_NUM]; variable
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/framework/eventcenter/
Devent_center.cpp56 auto observers = observers_.Find(evt.GetEventId()); in Dispatch() local
/foundation/communication/bluetooth/services/bluetooth_standard/server/src/
Dbluetooth_a2dp_sink_server.cpp37 void SetObserver(RemoteObserverList<IBluetoothA2dpSinkObserver> *observers) in SetObserver()
Dbluetooth_ble_advertiser_server.cpp48 void SetObserver(RemoteObserverList<IBluetoothBleAdvertiseCallback> *observers) in SetObserver()
Dbluetooth_ble_central_manager_server.cpp144 void SetObserver(RemoteObserverList<IBluetoothBleCentralManagerCallback> *observers) in SetObserver()
Dbluetooth_pbap_pse_server.cpp52 void SetObserver(RemoteObserverList<IBluetoothPbapPseObserver>* observers) in SetObserver()
Dbluetooth_map_mse_server.cpp28 …BluetoothMapMseObserverImpl(RemoteObserverList<IBluetoothMapMseObserver> *observers) : observers_(… in BluetoothMapMseObserverImpl()
Dbluetooth_hfp_ag_server.cpp68 void SetObserver(RemoteObserverList<IBluetoothHfpAgObserver>* observers) in SetObserver()
Dbluetooth_a2dp_source_server.cpp62 void SetObserver(RemoteObserverList<IBluetoothA2dpSourceObserver> *observers) in SetObserver()
Dbluetooth_pbap_pce_server.cpp151 void SetObserver(RemoteObserverList<IBluetoothPbapPceObserver> *observers) in SetObserver()
Dbluetooth_hfp_hf_server.cpp112 void SetObserver(RemoteObserverList<IBluetoothHfpHfObserver>* observers) in SetObserver()
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/src/
Dbluetooth_map_mse.cpp33 MseServiceObserver(BluetoothObserverList<MapServerObserver> *observers) : observers_(observers) in MseServiceObserver()
Dbluetooth_pbap_pse.cpp37 void SetObserver(BluetoothObserverList<PbapObserver> *observers) in SetObserver()
Dbluetooth_hfp_ag.cpp30 …explicit AgServiceObserver(BluetoothObserverList<HandsFreeAudioGatewayObserver> &observers) : obse… in AgServiceObserver()
Dbluetooth_hfp_hf.cpp30 …explicit HfServiceObserver(BluetoothObserverList<HandsFreeUnitObserver> &observers) : observers_(o… in HfServiceObserver()
/foundation/distributeddatamgr/distributeddatamgr/frameworks/jskitsimpl/distributeddata/src/
Djs_kv_store.cpp477 auto traverseType = [argc, argv, proxy, env, &found, &status](uint8_t type, auto& observers) { in OffDataChange()