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:SetQos
(Results
1 - 13
of
13
) sorted by relevance
/foundation/resourceschedule/ffrt/test/ut/
H
A
D
task_ctx_test.cpp
63
task->
SetQos
(qos);
in HWTEST_F()
72
task2->
SetQos
(qos2);
in HWTEST_F()
80
task3->
SetQos
(qos3);
in HWTEST_F()
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
task_scheduler.h
87
void
SetQos
(QoS &q)
in SetQos()
function in ffrt::TaskScheduler
89
que->
SetQos
(q);
in SetQos()
H
A
D
task_runqueue.h
33
virtual void
SetQos
(QoS &newQos) = 0;
95
void
SetQos
(QoS &newQos) override {}
/foundation/resourceschedule/ffrt/src/tm/
H
A
D
cpu_task.h
74
void
SetQos
(const QoS& newQos);
H
A
D
queue_task.h
47
inline void
SetQos
(int qos)
in SetQos()
function in ffrt::QueueTask
H
A
D
cpu_task.cpp
29
void CPUEUTask::
SetQos
(const QoS& newQos)
in SetQos()
function in ffrt::CPUEUTask
/foundation/resourceschedule/ffrt/src/queue/
H
A
D
queue_handler.cpp
122
task->
SetQos
(qos_);
in Submit()
275
initTask->
SetQos
(qos_);
in TransferInitTask()
/foundation/multimedia/player_framework/services/utils/include/
H
A
D
task_queue.h
237
void
SetQos
(const OHOS::QOS::QosLevel level);
/foundation/multimedia/player_framework/services/utils/
H
A
D
task_queue.cpp
77
void TaskQueue::
SetQos
(const QosLevel level)
in SetQos()
function in OHOS::Media::TaskQueue
80
MEDIA_LOGW("
SetQos
thread level failed, tid invalid");
in SetQos()
83
MEDIA_LOGI("
SetQos
thread [%{public}d] level [%{public}d]", static_cast<int>(tid_), static_cast<int>(level));
in SetQos()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_core.cpp
69
task2->
SetQos
(qos);
in HWTEST_F()
/foundation/multimedia/player_framework/services/services/player/server/
H
A
D
player_server_task_mgr.cpp
80
taskThread_->
SetQos
(QosLevel::QOS_USER_INTERACTIVE);
in LaunchTask()
/foundation/resourceschedule/ffrt/src/dm/
H
A
D
sdependence_manager.cpp
122
task->
SetQos
(qos);
in onSubmit()
/foundation/resourceschedule/ffrt/src/core/
H
A
D
task.cpp
474
curTask->
SetQos
(_qos);
in ffrt_this_task_update_qos()
Completed in 6 milliseconds