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:SetVoltage
(Results
1 - 7
of
7
) sorted by relevance
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H
A
D
action_voltage.cpp
70
SetVoltage
(value);
in Execute()
93
int32_t ActionVoltage::
SetVoltage
(int32_t voltage)
in SetVoltage()
function in OHOS::PowerMgr::ActionVoltage
/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H
A
D
action_voltage.h
35
int32_t
SetVoltage
(int32_t voltage);
/base/powermgr/battery_manager/test/unittest/src/interface_test/
H
A
D
battery_client_test.cpp
69
g_info.
SetVoltage
(BATTERY_DEFAULT_THRESHOLD);
in SetUp()
612
info1.
SetVoltage
(10);
in HWTEST_F()
628
info2.
SetVoltage
(10);
in HWTEST_F()
670
info2.
SetVoltage
(10);
in HWTEST_F()
671
info1.
SetVoltage
(5);
in HWTEST_F()
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H
A
D
battery_info.h
239
void
SetVoltage
(const int32_t voltage)
in SetVoltage()
function in OHOS::PowerMgr::BatteryInfo
/base/powermgr/battery_manager/test/unittest/src/scenario_test/
H
A
D
battery_notify_test.cpp
40
g_batteryInfo->
SetVoltage
(voltage);
in SetUp()
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_service.cpp
202
batteryInfo_.
SetVoltage
(event.voltage);
in ConvertingEvent()
223
batteryInfo_.
SetVoltage
(GetVoltage());
in InitBatteryInfo()
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_action_test.cpp
124
g_actionVoltage->
SetVoltage
(123456);
in HWTEST_F()
Completed in 6 milliseconds