Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp23 #include "cloud/cloud_lock_event.h"
24 #include "cloud/cloud_report.h"
25 #include "cloud/cloud_server.h"
26 #include "cloud/schema_meta.h"
27 #include "cloud/sync_event.h"
166 CloudInfo cloud; in GetLockChangeHandler() local
167 cloud.user = storeInfo.user; in GetLockChangeHandler()
169 auto code = IsValid(info, cloud); in GetLockChangeHandler()
260 GeneralError SyncManager::IsValid(SyncInfo &info, CloudInfo &cloud) in IsValid() argument
262 if (!MetaDataManager::GetInstance().LoadMeta(cloud in IsValid()
287 GetPostEventTask(const std::vector<SchemaMeta> &schemas, CloudInfo &cloud, SyncInfo &info, bool retry, const TraceIds &traceIds) GetPostEventTask() argument
[all...]
H A Dsync_manager.h19 #include "cloud/cloud_event.h"
20 #include "cloud/cloud_info.h"
21 #include "cloud/sync_strategy.h"
129 static std::vector<std::tuple<QueryKey, uint64_t>> GetCloudSyncInfo(const SyncInfo &info, CloudInfo &cloud);
130 static std::vector<SchemaMeta> GetSchemaMeta(const CloudInfo &cloud, const std::string &bundleName);
131 static bool NeedGetCloudInfo(CloudInfo &cloud);
132 static GeneralError IsValid(SyncInfo &info, CloudInfo &cloud);
144 std::function<void()> GetPostEventTask(const std::vector<SchemaMeta> &schemas, CloudInfo &cloud, SyncInfo &info,
157 TraceIds GetPrepareTraceId(const SyncInfo &info, const CloudInfo &cloud);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dglobal_config.cpp30 SetValue(node[GET_NAME(cloud)], cloud); in Marshal()
46 GetValue(node, GET_NAME(cloud), cloud); in Unmarshal()
58 delete cloud; in ~GlobalConfig()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
H A Dglobal_config.h39 CloudConfig *cloud = nullptr; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/
H A Dconfig_factory.cpp83 return config_.cloud; in GetCloudConfig()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp23 #include "cloud/change_event.h"
24 #include "cloud/cloud_event.h"
25 #include "cloud/cloud_report.h"
26 #include "cloud/cloud_server.h"
27 #include "cloud/cloud_share_event.h"
28 #include "cloud/make_query_event.h"
29 #include "cloud/schema_meta.h"
297 * @tc.desc: GetSchema from cloud when no schema in meta.
364 * @tc.desc: Query the statistics of cloud records in a specified database.
400 * @tc.desc: Query the statistics of all local database cloud record
1608 CloudInfo cloud; HWTEST_F() local
[all...]

Completed in 4 milliseconds