Searched refs:stopTimerId_ (Results 1 – 2 of 2) sorted by relevance
59 uint32_t BackgroundCloudFileProcessor::stopTimerId_ = 0; member in OHOS::Media::BackgroundCloudFileProcessor237 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()
108 static uint32_t stopTimerId_; variable