Home
last modified time | relevance | path

Searched refs:staticStores (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dchecker_config.cpp45 SetValue(node[GET_NAME(staticStores)], staticStores); in Marshal()
56 GetValue(node, GET_NAME(staticStores), staticStores); in Unmarshal()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dchecker_mock.cpp31 void CheckerMock::SetStatic(const std::vector<CheckerManager::StoreInfo> &staticStores) in SetStatic() argument
33 staticInfos_ = staticStores; in SetStatic()
H A Dchecker_mock.h26 void SetStatic(const std::vector<CheckerManager::StoreInfo> &staticStores);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
H A Dchecker_config.h40 std::vector<StaticStore> staticStores; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddevice_matrix_test.cpp86 std::vector<CheckerManager::StoreInfo> staticStores; in SetUpTestCase() local
88 staticStores.push_back({ 0, 0, bundle, store }); in SetUpTestCase()
89 instance_.SetStatic(staticStores); in SetUpTestCase()
H A Dwater_version_manager_test.cpp100 std::vector<CheckerManager::StoreInfo> staticStores; in SetUpTestCase() local
102 staticStores.push_back({ 0, 0, bundle, store }); in SetUpTestCase()
103 instance_.SetStatic(staticStores); in SetUpTestCase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp119 for (const auto &staticStore : checkers->staticStores) { in LoadCheckers()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp358 auto staticStores = CheckerManager::GetInstance().GetStaticStores(); in DoKvCloudSync() local
359 stores.insert(stores.end(), staticStores.begin(), staticStores.end()); in DoKvCloudSync()

Completed in 6 milliseconds