Searched refs:ObserverParam (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_service_proxy.h | 29 struct ObserverParam { struct in OHOS::DistributedRdb::RdbServiceProxy 34 using Observers = ConcurrentMap<std::string, std::list<ObserverParam>>;
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/ |
H A D | datashare_helper.cpp | 48 struct ObserverParam { struct in OHOS::DataShare::ObserverImpl 53 static ConcurrentMap<DataShareObserver *, ObserverParam> observers_; 56 ConcurrentMap<DataShareObserver *, ObserverImpl::ObserverParam> ObserverImpl::observers_;
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_service_proxy.cpp | 226 observers_.Compute(name, [observer, ¶m, &option](const auto &key, std::list<ObserverParam> &value) { in Subscribe() 262 observers_.ComputeIfPresent(name, [observer](const auto &key, std::list<ObserverParam> &value) { in UnSubscribe() 264 value.remove_if([observer](const ObserverParam ¶m) { in UnSubscribe() 314 observers.ForEach([this](const std::string &key, const std::list<ObserverParam> &value) { in ImportObservers() 467 const auto &key, const std::list<ObserverParam> &value) mutable { in OnDataChange()
|
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_sync_napi.cpp | 49 struct ObserverParam { struct in OHOS::FileManagement::CloudSync::ObserverImpl 54 static ConcurrentMap<CloudNotifyObserver *, ObserverParam> observers_; 57 ConcurrentMap<CloudNotifyObserver *, ObserverImpl::ObserverParam> ObserverImpl::observers_;
|
Completed in 4 milliseconds