Searched refs:ReportStatisticsTask (Results 1 – 4 of 4) sorted by relevance
23 ReportStatisticsTask::ReportStatisticsTask(std::shared_ptr<CloudFile::DataSyncManager> dataSyncMana… in ReportStatisticsTask() function in OHOS::FileManagement::CloudSync::ReportStatisticsTask28 int32_t ReportStatisticsTask::RunTaskForBundle(int32_t userId, std::string bundleName) in RunTaskForBundle()
25 class ReportStatisticsTask : public CycleTask {27 ReportStatisticsTask(std::shared_ptr<CloudFile::DataSyncManager> dataSyncManager);
71 …shared_ptr<CycleTask> reportStatisticsTaskPtr = make_shared<ReportStatisticsTask>(dataSyncManager); in CycleTaskDerivedFuzzTest()
77 cycleTasks_.push_back(std::make_shared<ReportStatisticsTask>(dataSyncManager_)); in InitTasks()