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:thermalCmdId_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/soc_perf/services/core/src/
H
A
D
socperf.cpp
312
if (socPerfConfig_.perfActionsInfo_[action->
thermalCmdId_
] == nullptr) {
in DoPerfRequestThremalLvl()
313
SOC_PERF_LOGE("cmd %{public}d is not exist", action->
thermalCmdId_
);
in DoPerfRequestThremalLvl()
317
std::string thermalLvlTag = std::string("ThremalLvl_").append(std::to_string(action->
thermalCmdId_
))
in DoPerfRequestThremalLvl()
323
std::shared_ptr<Actions> cmdConfig = socPerfConfig_.perfActionsInfo_[action->
thermalCmdId_
];
in DoPerfRequestThremalLvl()
339
perfLvlAction->
thermalCmdId_
= INVALID_THERMAL_CMD_ID;
in DoPerfRequestThremalLvl()
359
if (action->
thermalCmdId_
!= INVALID_THERMAL_CMD_ID && thermalLvl_ > MIN_THERMAL_LVL) {
in DoFreqActions()
H
A
D
socperf_config.cpp
608
action->
thermalCmdId_
= GetXmlIntProp(grandson, "thermalCmdId");
in TraversalBoostResource()
/foundation/resourceschedule/soc_perf/test/unittest/
H
A
D
socperf_server_test.cpp
688
item->
thermalCmdId_
= 88888;
in HWTEST_F()
692
item->
thermalCmdId_
= appWarmStartCmdId;
in HWTEST_F()
726
(*item).
thermalCmdId_
= appWarmStartCmdId;
in HWTEST_F()
/foundation/resourceschedule/soc_perf/services/core/include/
H
A
D
socperf_common.h
115
int32_t
thermalCmdId_
= INVALID_THERMAL_CMD_ID;
member in OHOS::SOCPERF::Action
Completed in 5 milliseconds