Home
last modified time | relevance | path

Searched refs:cloudPrefImpl_ (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task.cpp53 if (cloudPrefImpl_ == nullptr) { in SetLastRunTime()
57 cloudPrefImpl_->SetLong("lastRunTime-" + taskName_, time); in SetLastRunTime()
62 if (cloudPrefImpl_ == nullptr) { in GetLastRunTime()
67 cloudPrefImpl_->GetLong("lastRunTime-" + taskName_, time); in GetLastRunTime()
95 cloudPrefImpl_ = std::make_unique<CloudPrefImpl>(userId_, bundleName, FILE_PATH); in RunTask()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/cycle_task/
H A Dcycle_task.h61 std::unique_ptr<CloudPrefImpl> cloudPrefImpl_; member in OHOS::FileManagement::CloudSync::CycleTask

Completed in 1 milliseconds