Home
last modified time | relevance | path

Searched refs:bundleActiveRdbStoreCache_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp569 if (bundleActiveRdbStoreCache_.find(file) == bundleActiveRdbStoreCache_.end()) { in GetBundleActiveRdbStore()
581 bundleActiveRdbStoreCache_.insert(pair {file, rdbStore}); in GetBundleActiveRdbStore()
583 rdbStore = bundleActiveRdbStoreCache_[file]; in GetBundleActiveRdbStore()
598 … && (bundleActiveRdbStoreCache_.find(databaseFileName) != bundleActiveRdbStoreCache_.end())) { in CheckDatabaseFile()
599 bundleActiveRdbStoreCache_.erase(databaseFileName); in CheckDatabaseFile()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_usage_database.h143 std::map<std::string, std::shared_ptr<NativeRdb::RdbStore>> bundleActiveRdbStoreCache_; variable