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:actionMap
(Results
1 - 5
of
5
) sorted by relevance
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_policy_test.cpp
120
auto&
actionMap
= g_service->actionMgr_->actionMap_;
in HWTEST_F()
local
121
actionMap
["test"] = nullptr;
in HWTEST_F()
123
EXPECT_FALSE(
actionMap
.empty());
in HWTEST_F()
152
auto&
actionMap
= g_service->actionMgr_->actionMap_;
in HWTEST_F()
local
153
actionMap
["test"] = std::make_shared<ActionCpuBig>(CPU_BIG_ACTION_NAME);
in HWTEST_F()
154
actionMap
["test1"] = std::make_shared<ActionCpuBig>(CPU_BIG_ACTION_NAME);
in HWTEST_F()
155
actionMap
["test2"] = std::make_shared<ActionCpuBig>(CPU_BIG_ACTION_NAME);
in HWTEST_F()
157
EXPECT_FALSE(
actionMap
.empty());
in HWTEST_F()
/base/powermgr/thermal_manager/application/protector/src/policy/
H
A
D
thermal_kernel_policy.cpp
70
ThermalDeviceControl::ThermalActionMap
actionMap
= g_service.GetControl()->GetThermalAction();
in ActionDecision()
local
71
auto nameIter =
actionMap
.find(actionIter->name);
in ActionDecision()
72
if (nameIter !=
actionMap
.end()) {
in ActionDecision()
91
ThermalDeviceControl::ThermalActionMap
actionMap
= g_service.GetControl()->GetThermalAction();
in ActionExecution()
local
92
THERMAL_HILOGI(FEATURE_PROTECTOR, "size: %{public}zu",
actionMap
.size());
in ActionExecution()
94
auto executeIter =
actionMap
.find(name);
in ActionExecution()
95
if (executeIter !=
actionMap
.end()) {
in ActionExecution()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H
A
D
thermal_policy.cpp
169
ThermalActionManager::ThermalActionMap
actionMap
= tms->GetActionManagerObj()->GetActionMap();
in ActionDecision()
local
171
auto actionIter =
actionMap
.find(actionPolicy.first);
in ActionDecision()
172
if (actionIter ==
actionMap
.end() || actionIter->second == nullptr) {
in ActionDecision()
223
ThermalActionManager::ThermalActionMap
actionMap
= actionMgr->GetActionMap();
in ActionExecution()
local
224
for (auto iter =
actionMap
.begin(); iter !=
actionMap
.end(); iter++) {
in ActionExecution()
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H
A
D
thermal_observer.cpp
209
IThermalActionCallback::ActionCallbackMap& filteredMap, const std::map<std::string, std::string>&
actionMap
)
in DecisionActionValue()
214
for (auto actionIter =
actionMap
.begin(); actionIter !=
actionMap
.end(); ++actionIter) {
in DecisionActionValue()
208
DecisionActionValue(const std::vector<std::string>& actionList, IThermalActionCallback::ActionCallbackMap& filteredMap, const std::map<std::string, std::string>&
actionMap
)
DecisionActionValue()
argument
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
H
A
D
thermal_observer.h
85
IThermalActionCallback::ActionCallbackMap& filteredMap, const std::map<std::string, std::string>&
actionMap
);
Completed in 4 milliseconds