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:actionIter
(Results
1 - 7
of
7
) sorted by relevance
/base/powermgr/thermal_manager/application/protector/src/policy/
H
A
D
thermal_kernel_policy.cpp
69
for (auto
actionIter
= vAction.begin();
actionIter
!= vAction.end();
actionIter
++) {
in ActionDecision()
71
auto nameIter = actionMap.find(
actionIter
->name);
in ActionDecision()
76
nameIter->second->AddActionValue(
actionIter
->value);
in ActionDecision()
77
executeActionList_.push_back(
actionIter
->name);
in ActionDecision()
204
for (auto &
actionIter
: levelAction_) {
in Dump()
206
actionIter
.name.c_str(),
actionIter
.level);
in Dump()
207
for (auto &item :
actionIter
in Dump()
[all...]
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H
A
D
thermal_observer.cpp
166
for (auto
actionIter
= actionMap_.begin();
actionIter
!= actionMap_.end(); ++
actionIter
) {
in PrintAction()
167
thermalActionLog.append(
actionIter
->first).append("=").append(
actionIter
->second).append("|");
in PrintAction()
191
auto
actionIter
= callbackActionMap_.find(listener);
in FindSubscribeActionValue()
local
192
if (
actionIter
!= callbackActionMap_.end()) {
in FindSubscribeActionValue()
194
DecisionActionValue(
actionIter
->second, newActionCbMap, actionMap_);
in FindSubscribeActionValue()
214
for (auto
actionIter
= actionMap.begin();
actionIter
!
in DecisionActionValue()
[all...]
/base/powermgr/thermal_manager/services/native/src/thermal_action/
H
A
D
thermal_action_manager.cpp
148
auto
actionIter
= actionMap_.find(actionName);
in EnableMock()
local
149
if (
actionIter
== actionMap_.end() ||
actionIter
->second == nullptr) {
in EnableMock()
154
actionIter
->second.reset();
in EnableMock()
155
actionIter
->second = std::move(mock);
in EnableMock()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H
A
D
thermal_policy.cpp
171
auto
actionIter
= actionMap.find(actionPolicy.first);
in ActionDecision()
local
172
if (
actionIter
== actionMap.end() ||
actionIter
->second == nullptr) {
in ActionDecision()
176
actionIter
->second->AddActionValue(actionPolicy.second);
in ActionDecision()
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_action_report_test.cpp
119
for (auto
actionIter
: vAction) {
in ActionValueDecision()
120
if (
actionIter
.actionName == actionName) {
in ActionValueDecision()
121
if (
actionIter
.isProp) {
in ActionValueDecision()
122
if (StateDecision(
actionIter
.actionPropMap)) {
in ActionValueDecision()
123
valueList.push_back(stoi(
actionIter
.actionValue));
in ActionValueDecision()
126
valueList.push_back(stoi(
actionIter
.actionValue));
in ActionValueDecision()
151
for (auto
actionIter
: vAction) {
in LcdValueDecision()
152
if (
actionIter
.actionName == actionName) {
in LcdValueDecision()
153
if (
actionIter
.isProp) {
in LcdValueDecision()
154
if (StateDecision(
actionIter
in LcdValueDecision()
[all...]
/base/msdp/device_status/tools/vdev/src/
H
A
D
virtual_keyboard_builder.cpp
354
auto
actionIter
= model.find("actions");
in ReadRawModel()
local
355
if (
actionIter
!= model.cend() &&
actionIter
->is_array()) {
in ReadRawModel()
356
std::for_each(
actionIter
->cbegin(),
actionIter
->cend(), [](const auto &item) { ReadRawData(item); });
in ReadRawModel()
H
A
D
virtual_mouse_builder.cpp
497
auto
actionIter
= model.find("actions");
in ReadRawModel()
local
498
if (
actionIter
!= model.cend() &&
actionIter
->is_array()) {
in ReadRawModel()
499
std::for_each(
actionIter
->cbegin(),
actionIter
->cend(), [](const auto &item) { ReadRawData(item); });
in ReadRawModel()
Completed in 5 milliseconds