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:batteryInfo
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/battery/interfaces/hdi_service/src/
H
A
D
battery_thread.cpp
184
std::unique_ptr<BatterydInfo>
batteryInfo
= std::make_unique<BatterydInfo>();
in UpdateBatteryInfo()
local
185
if (
batteryInfo
== nullptr) {
in UpdateBatteryInfo()
190
provider_->UpdateInfoByReadSysFile(
batteryInfo
.get());
in UpdateBatteryInfo()
191
event.capacity =
batteryInfo
->capacity_;
in UpdateBatteryInfo()
192
event.voltage=
batteryInfo
->voltage_;
in UpdateBatteryInfo()
193
event.temperature =
batteryInfo
->temperature_;
in UpdateBatteryInfo()
194
event.healthState =
batteryInfo
->healthState_;
in UpdateBatteryInfo()
195
event.pluggedType =
batteryInfo
->pluggedType_;
in UpdateBatteryInfo()
196
event.pluggedMaxCurrent =
batteryInfo
->pluggedMaxCurrent_;
in UpdateBatteryInfo()
197
event.pluggedMaxVoltage =
batteryInfo
in UpdateBatteryInfo()
[all...]
H
A
D
battery_interface_impl.cpp
205
BatterydInfo
batteryInfo
= powerSupplyProvider_->GetBatteryInfo();
in GetBatteryInfo()
local
206
info.capacity =
batteryInfo
.capacity_;
in GetBatteryInfo()
207
info.voltage =
batteryInfo
.voltage_;
in GetBatteryInfo()
208
info.temperature =
batteryInfo
.temperature_;
in GetBatteryInfo()
209
info.healthState =
batteryInfo
.healthState_;
in GetBatteryInfo()
210
info.pluggedType =
batteryInfo
.pluggedType_;
in GetBatteryInfo()
211
info.pluggedMaxCurrent =
batteryInfo
.pluggedMaxCurrent_;
in GetBatteryInfo()
212
info.pluggedMaxVoltage =
batteryInfo
.pluggedMaxVoltage_;
in GetBatteryInfo()
213
info.chargeState =
batteryInfo
.chargeState_;
in GetBatteryInfo()
214
info.chargeCounter =
batteryInfo
in GetBatteryInfo()
[all...]
Completed in 2 milliseconds