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:TaskProcessor
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/player_framework/services/dfx/
H
A
D
dfx_log_dump.h
37
void
TaskProcessor
();
H
A
D
dfx_log_dump.cpp
37
thread_ = std::make_unique<std::thread>([this] () -> void { this->
TaskProcessor
(); });
in DfxLogDump()
130
void DfxLogDump::
TaskProcessor
()
in TaskProcessor()
function in OHOS::Media::DfxLogDump
/foundation/multimedia/player_framework/services/utils/
H
A
D
task_queue.cpp
42
thread_ = std::make_unique<std::thread>(&TaskQueue::
TaskProcessor
, this);
in Start()
149
__attribute__((no_sanitize("cfi"))) void TaskQueue::
TaskProcessor
()
in TaskProcessor()
function in TaskQueue
153
MEDIA_LOGI("Enter
TaskProcessor
[%{public}s], tid_: (%{public}d)", name_.c_str(), tid_);
in TaskProcessor()
160
MEDIA_LOGI("Exit
TaskProcessor
[%{public}s], tid_: (%{public}d)", name_.c_str(), tid_);
in TaskProcessor()
196
MEDIA_LOGI("Leave
TaskProcessor
[%{public}s]", name_.c_str());
in TaskProcessor()
/foundation/multimedia/player_framework/services/utils/include/
H
A
D
task_queue.h
250
__attribute__((no_sanitize("cfi"))) void
TaskProcessor
();
Completed in 4 milliseconds