Home
last modified time | relevance | path

Searched refs:GetStoresIfPresent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dauto_cache.h51 API_EXPORT Stores GetStoresIfPresent(uint32_t tokenId, const std::string &storeName = "");
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp103 AutoCache::Stores AutoCache::GetStoresIfPresent(uint32_t tokenId, const std::string &storeName) in GetStoresIfPresent() function in OHOS::DistributedData::AutoCache
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp637 auto stores = AutoCache::GetInstance().GetStoresIfPresent(meta.tokenId, storeId); in SetConfig()
751 auto stores = AutoCache::GetInstance().GetStoresIfPresent(key); in OnAppExit()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp204 auto stores = AutoCache::GetInstance().GetStoresIfPresent(tokenId); in OnAppExit()