Home
last modified time | relevance | path

Searched refs:updateTask_ (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp26 updateTask_ = std::make_shared<OSAL::Task>(std::string("FragmentListUpdate")); in PlayListDownloader()
27 updateTask_->RegisterHandler([this] { PlayListUpdateLoop(); }); in PlayListDownloader()
41 updateTask_->Stop(); in ~PlayListDownloader()
94 updateTask_->Start(); in Resume()
99 updateTask_->Pause(); in Pause()
105 updateTask_->Stop(); in Close()
H A Dplaylist_downloader.h66 std::shared_ptr<OSAL::Task> updateTask_; member in OHOS::Media::Plugin::HttpPlugin::PlayListDownloader
H A Dhls_playlist_downloader.cpp104 updateTask_->Start(); in ParseManifest()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp51 updateTask_ = std::make_shared<Task>(std::string("OS_FragmentListUpdate"), "", TaskType::SINGLETON); in PlayListDownloaderInit()
52 updateTask_->RegisterJob([this] { in PlayListDownloaderInit()
257 if (IsLive() && updateTask_ != nullptr) { in Resume()
258 MEDIA_LOG_I("updateTask_ Start."); in Resume()
259 updateTask_->Start(); in Resume()
266 if (updateTask_ == nullptr) { in Pause()
270 MEDIA_LOG_I("updateTask_ Pause."); in Pause()
272 updateTask_->PauseAsync(); in Pause()
274 updateTask_->Pause(); in Pause()
282 MEDIA_LOG_I("updateTask_ Clos in Close()
[all...]
H A Dhls_playlist_downloader.cpp54 if (updateTask_ != nullptr) { in ~HlsPlayListDownloader()
55 updateTask_->Stop(); in ~HlsPlayListDownloader()
150 if (master_->bLive_ && !updateTask_->IsTaskRunning() && !isLiveUpdateTaskStarted_) { in NotifyListChange()
152 updateTask_->Start(); in NotifyListChange()
H A Dplaylist_downloader.h104 std::shared_ptr<Task> updateTask_; member in OHOS::Media::Plugins::HttpPlugin::PlayListDownloader
/foundation/graphic/graphic_3d/kits/js/src/
H A DPropertyProxy.cpp80 updateToken_ = META_NS::GetTaskQueueRegistry().GetTaskQueue(ENGINE_THREAD)->AddTask(updateTask_); in ScheduleUpdate()
88 updateTask_ = META_NS::MakeCallback<META_NS::ITaskQueueTask>(this, &PropertyProxy::UpdateRemote); in PropertyProxy()
/foundation/graphic/graphic_3d/kits/js/include/
H A DPropertyProxy.h39 META_NS::ITaskQueueTask::Ptr updateTask_; member in PropertyProxy

Completed in 4 milliseconds