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:candidatesEndTime
(Results
1 - 2
of
2
) sorted by relevance
/foundation/resourceschedule/soc_perf/services/core/include/
H
A
D
socperf_common.h
207
std::vector<int64_t>
candidatesEndTime
;
member in OHOS::SOCPERF::ResStatus
219
candidatesEndTime
= std::vector<int64_t>(ACTION_TYPE_MAX);
in ResStatus()
224
candidatesEndTime
[ACTION_TYPE_PERF] = MAX_INT_VALUE;
in ResStatus()
225
candidatesEndTime
[ACTION_TYPE_POWER] = MAX_INT_VALUE;
in ResStatus()
226
candidatesEndTime
[ACTION_TYPE_THERMAL] = MAX_INT_VALUE;
in ResStatus()
227
candidatesEndTime
[ACTION_TYPE_PERFLVL] = MAX_INT_VALUE;
in ResStatus()
/foundation/resourceschedule/soc_perf/services/core/src/
H
A
D
socperf_thread_wrap.cpp
429
int64_t prevEndTime = resStatus->
candidatesEndTime
[type];
in UpdateCandidatesValue()
433
resStatus->
candidatesEndTime
[type] = MAX_INT_VALUE;
in UpdateCandidatesValue()
438
if (resStatus->candidatesValue[type] != prevValue || resStatus->
candidatesEndTime
[type] != prevEndTime) {
in UpdateCandidatesValue()
462
resStatus->
candidatesEndTime
[type] = endTime;
in InnerArbitrateCandidatesValue()
511
resStatus->currentEndTime = Min(resStatus->
candidatesEndTime
[ACTION_TYPE_PERF],
in ProcessLimitCase()
512
resStatus->
candidatesEndTime
[ACTION_TYPE_POWER], resStatus->
candidatesEndTime
[ACTION_TYPE_THERMAL]);
in ProcessLimitCase()
Completed in 2 milliseconds