Home
last modified time | relevance | path

Searched refs:stopTimerId_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp59 uint32_t BackgroundCloudFileProcessor::stopTimerId_ = 0; member in OHOS::Media::BackgroundCloudFileProcessor
237 if (stopTimerId_ > 0) { in DownloadCloudFilesExecutor()
238 timer_.Unregister(stopTimerId_); in DownloadCloudFilesExecutor()
240 stopTimerId_ = timer_.Register(StopDownloadFiles, downloadDuration_, true); in DownloadCloudFilesExecutor()
559 timer_.Unregister(stopTimerId_); in StopTimer()
562 stopTimerId_ = 0; in StopTimer()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dbackground_cloud_file_processor.h108 static uint32_t stopTimerId_; variable