Home
last modified time | relevance | path

Searched refs:staticStores_ (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dwater_version_manager_test.cpp42 static std::vector<std::pair<std::string, std::string>> staticStores_ = { { "bundle0", "store0" }, member
101 for (auto &[bundle, store] : staticStores_) { in SetUpTestCase()
113 for (auto &it : staticStores_) { in SetUpTestCase()
166 EXPECT_TRUE(WvManager::GetInstance().SetWaterVersion(staticStores_[0].first, staticStores_[0].second, in HWTEST_F()
199 EXPECT_TRUE(WvManager::GetInstance().SetWaterVersion(staticStores_[0].first, staticStores_[0].second, in HWTEST_F()
207 EXPECT_TRUE(WvManager::GetInstance().SetWaterVersion(staticStores_[1].first, staticStores_[1].second, in HWTEST_F()
277 EXPECT_TRUE(WvManager::GetInstance().SetWaterVersion(staticStores_[ in HWTEST_F()
[all...]
H A Ddevice_matrix_test.cpp57 static inline std::vector<std::pair<std::string, std::string>> staticStores_ = { { "bundle0", "store0" }, member in DeviceMatrixTest
87 for (auto &[bundle, store] : staticStores_) { in SetUpTestCase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/
H A Dsystem_checker.cpp97 return staticStores_; in GetStaticStores()
112 for (const auto &store : staticStores_) { in IsStatic()
128 staticStores_.push_back(storeInfo); in AddStaticStore()
H A Dbundle_checker.cpp155 return staticStores_; in GetStaticStores()
170 for (const auto &store : staticStores_) { in IsStatic()
186 staticStores_.push_back(storeInfo); in AddStaticStore()
H A Dbundle_checker.h46 std::vector<CheckerManager::StoreInfo> staticStores_; member in OHOS::DistributedData::BundleChecker
H A Dsystem_checker.h47 std::vector<CheckerManager::StoreInfo> staticStores_; member in OHOS::DistributedData::SystemChecker

Completed in 3 milliseconds