Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:updateTask_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H
A
D
playlist_downloader.cpp
26
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
D
playlist_downloader.h
66
std::shared_ptr<OSAL::Task>
updateTask_
;
member in OHOS::Media::Plugin::HttpPlugin::PlayListDownloader
H
A
D
hls_playlist_downloader.cpp
104
updateTask_
->Start();
in ParseManifest()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H
A
D
playlist_downloader.cpp
51
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
D
hls_playlist_downloader.cpp
54
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
D
playlist_downloader.h
104
std::shared_ptr<Task>
updateTask_
;
member in OHOS::Media::Plugins::HttpPlugin::PlayListDownloader
/foundation/graphic/graphic_3d/kits/js/src/
H
A
D
PropertyProxy.cpp
80
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
D
PropertyProxy.h
39
META_NS::ITaskQueueTask::Ptr
updateTask_
;
member in PropertyProxy
Completed in 4 milliseconds