Home
last modified time | relevance | path

Searched defs:Delegate (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dauto_cache.h68 struct Delegate : public GeneralWatcher { struct
97 ConcurrentMap<uint32_t, std::map<std::string, Delegate>> stores_; argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp248 AutoCache::Delegate::Delegate(GeneralStore *delegate, const Watchers &watchers, int32_t user, const… in Delegate() function in OHOS::DistributedData::AutoCache::Delegate
257 AutoCache::Delegate::Delegate(const Delegate& delegate) in Delegate() function in OHOS::DistributedData::AutoCache::Delegate
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp574 using Delegate = DistributedDB::RelationalStoreDelegate; typedef
619 using Delegate = DistributedDB::RelationalStoreDelegate; typedef