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:ActionNode
(Results
1 - 4
of
4
) sorted by relevance
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H
A
D
action_node.cpp
31
ActionNode
::
ActionNode
(const std::string& actionName)
in ActionNode()
function in OHOS::PowerMgr::ActionNode
36
void
ActionNode
::InitParams(const std::string& params)
in InitParams()
49
void
ActionNode
::SetStrict(bool enable)
in SetStrict()
54
void
ActionNode
::SetEnableEvent(bool enable)
in SetEnableEvent()
59
void
ActionNode
::AddActionValue(std::string value)
in AddActionValue()
67
void
ActionNode
::Execute()
in Execute()
/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H
A
D
action_node.h
25
class
ActionNode
: public IThermalAction {
class
27
ActionNode
(const std::string& actionName);
28
~
ActionNode
() = default;
/base/powermgr/thermal_manager/services/native/src/thermal_action/
H
A
D
thermal_action_factory.cpp
77
[&](std::string actionName) { return std::make_shared<
ActionNode
>(actionName); }),
in InitFactory()
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_action_test.cpp
68
std::shared_ptr<
ActionNode
> g_actionNode = std::make_shared<
ActionNode
>("action_node");
Completed in 2 milliseconds