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:QOS_BACKGROUND
(Results
1 - 8
of
8
) sorted by relevance
/foundation/resourceschedule/qos_manager/frameworks/native/
H
A
D
qos_ndk.cpp
29
if (level <
QOS_BACKGROUND
|| level > QOS_USER_INTERACTIVE) {
in OH_QoS_SetThreadQoS()
50
if (static_cast<int>(qosLevel) < QoS_Level::
QOS_BACKGROUND
||
in OH_QoS_GetThreadQoS()
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H
A
D
qos_ndk_test.cpp
58
int ret = OH_QoS_SetThreadQoS(QoS_Level::
QOS_BACKGROUND
);
in HWTEST_F()
80
int ret = OH_QoS_SetThreadQoS(QoS_Level::
QOS_BACKGROUND
);
in HWTEST_F()
116
ret = OH_QoS_SetThreadQoS(QoS_Level::
QOS_BACKGROUND
);
in HWTEST_F()
121
EXPECT_EQ(level, QoS_Level::
QOS_BACKGROUND
);
in HWTEST_F()
H
A
D
qos_test.cpp
64
ret = SetThreadQos(QosLevel::
QOS_BACKGROUND
);
in HWTEST_F()
86
ret = SetQosForOtherThread(QosLevel::
QOS_BACKGROUND
, gettid());
in HWTEST_F()
/foundation/resourceschedule/qos_manager/qos/
H
A
D
qos.cpp
46
if (level < QosLevel::
QOS_BACKGROUND
|| level >= QosLevel::QOS_MAX) {
in SetThreadQosForOtherThread()
84
if (qos < static_cast<int>(QosLevel::
QOS_BACKGROUND
) ||
in GetThreadQosForOtherThread()
/foundation/resourceschedule/qos_manager/interfaces/kits/c/
H
A
D
qos.h
54
QOS_BACKGROUND
= 0,
enumerator
/foundation/resourceschedule/qos_manager/interfaces/inner_api/
H
A
D
qos.h
22
QOS_BACKGROUND
,
member in OHOS::QOS::QosLevel
/foundation/graphic/graphic_surface/sync_fence/src/
H
A
D
sync_fence_tracker.cpp
60
QOS_BACKGROUND
= 0,
enumerator
/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/
H
A
D
concurrent_fuzzer.cpp
209
QOS::SetThreadQos(QOS::QosLevel::
QOS_BACKGROUND
);
in FuzzConcurrentTaskServiceSetThreadQos()
231
QOS::SetQosForOtherThread(QOS::QosLevel::
QOS_BACKGROUND
, tid);
in FuzzConcurrentTaskServiceSetQosForOtherThread()
Completed in 5 milliseconds