Searched refs:GetPostEventTask (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.h | 144 std::function<void()> GetPostEventTask(const std::vector<SchemaMeta> &schemas, CloudInfo &cloud, SyncInfo &info,
|
H A D | sync_manager.cpp | 287 std::function<void()> SyncManager::GetPostEventTask(const std::vector<SchemaMeta> &schemas, CloudInfo &cloud, in GetPostEventTask() function in SyncManager 377 auto task = GetPostEventTask(schemas, cloud, info, retry, traceIds);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 1495 * @tc.name: GetPostEventTask 1500 HWTEST_F(CloudDataTest, GetPostEventTask, TestSize.Level0) in HWTEST_F() 1515 auto task = sync.GetPostEventTask(schemas, cloudInfo_, info, true, traceIds); in HWTEST_F()
|
Completed in 6 milliseconds