Home
last modified time | relevance | path

Searched refs:ObserverParam (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_service_proxy.h29 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 Ddatashare_helper.cpp48 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 Drdb_service_proxy.cpp226 observers_.Compute(name, [observer, &param, &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 &param) { 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 Dcloud_sync_napi.cpp49 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