Searched refs:staticStores (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/ |
H A D | checker_config.cpp | 45 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 D | checker_mock.cpp | 31 void CheckerMock::SetStatic(const std::vector<CheckerManager::StoreInfo> &staticStores) in SetStatic() argument 33 staticInfos_ = staticStores; in SetStatic()
|
H A D | checker_mock.h | 26 void SetStatic(const std::vector<CheckerManager::StoreInfo> &staticStores);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/ |
H A D | checker_config.h | 40 std::vector<StaticStore> staticStores; member in OHOS::DistributedData::final
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | device_matrix_test.cpp | 86 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 D | water_version_manager_test.cpp | 100 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 D | bootstrap.cpp | 119 for (const auto &staticStore : checkers->staticStores) { in LoadCheckers()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_impl.cpp | 358 auto staticStores = CheckerManager::GetInstance().GetStaticStores(); in DoKvCloudSync() local 359 stores.insert(stores.end(), staticStores.begin(), staticStores.end()); in DoKvCloudSync()
|
Completed in 6 milliseconds