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:qosLevel
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/qos_manager/frameworks/native/
H
A
D
qos_ndk.cpp
45
QosLevel
qosLevel
;
in OH_QoS_GetThreadQoS()
local
46
int ret = GetThreadQos(
qosLevel
);
in OH_QoS_GetThreadQoS()
50
if (static_cast<int>(
qosLevel
) < QoS_Level::QOS_BACKGROUND ||
in OH_QoS_GetThreadQoS()
51
static_cast<int>(
qosLevel
) > QoS_Level::QOS_USER_INTERACTIVE) {
in OH_QoS_GetThreadQoS()
54
*level = static_cast<QoS_Level>(
qosLevel
);
in OH_QoS_GetThreadQoS()
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
scheduler.cpp
88
int
qosLevel
= task->qos();
in WakeupTask()
local
89
if (
qosLevel
== qos_inherit) {
in WakeupTask()
95
QoS _qos =
qosLevel
;
in WakeupTask()
/foundation/resourceschedule/ffrt/src/util/
H
A
D
worker_monitor.h
41
CoWorkerInfo(size_t
qosLevel
, int coWorkerCount, int executionNum, int sleepingWorkerNum)
in CoWorkerInfo()
42
: qosLevel_(
qosLevel
), coWorkerCount_(coWorkerCount),
in CoWorkerInfo()
/foundation/multimedia/audio_framework/frameworks/native/audioschedule/
H
A
D
audio_schedule.cpp
51
void ConfigPayload(uint32_t pid, uint32_t tid, const char *bundleName, int32_t
qosLevel
,
in ConfigPayload()
argument
57
std::string strQos = std::to_string(
qosLevel
);
in ConfigPayload()
Completed in 2 milliseconds