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:ActionAirplane
(Results
1 - 4
of
4
) sorted by relevance
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H
A
D
action_airplane.cpp
33
ActionAirplane
::
ActionAirplane
(const std::string& actionName)
in ActionAirplane()
function in OHOS::PowerMgr::ActionAirplane
38
void
ActionAirplane
::InitParams(const std::string& params)
in InitParams()
43
void
ActionAirplane
::SetStrict(bool enable)
in SetStrict()
48
void
ActionAirplane
::SetEnableEvent(bool enable)
in SetEnableEvent()
53
void
ActionAirplane
::AddActionValue(std::string value)
in AddActionValue()
67
void
ActionAirplane
::Execute()
in Execute()
86
uint32_t
ActionAirplane
::GetActionValue()
in GetActionValue()
99
int32_t
ActionAirplane
::AirplaneRequest(const uint32_t& value)
in AirplaneRequest()
103
case
ActionAirplane
in AirplaneRequest()
[all...]
/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H
A
D
action_airplane.h
23
class
ActionAirplane
: public IThermalAction {
class
25
ActionAirplane
(const std::string& actionName);
26
~
ActionAirplane
() = default;
/base/powermgr/thermal_manager/services/native/src/thermal_action/
H
A
D
thermal_action_factory.cpp
47
[&](std::string actionName) { return std::make_shared<
ActionAirplane
>(actionName); }),
in InitFactory()
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_action_test.cpp
55
std::shared_ptr<
ActionAirplane
> g_actionAirplane = std::make_shared<
ActionAirplane
>("airplane");
Completed in 3 milliseconds