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:g_batteryDevice
(Results
1 - 4
of
4
) sorted by relevance
/base/powermgr/battery_lite/services/src/
H
A
D
battery_manage_feature.c
50
g_batteryDevice
= NewBatterInterfaceInstance();
in BatterySocImpl()
51
if (
g_batteryDevice
== NULL) {
in BatterySocImpl()
54
soc =
g_batteryDevice
->GetSoc();
in BatterySocImpl()
60
g_batteryDevice
= NewBatterInterfaceInstance();
in ChargingStatusImpl()
61
if (
g_batteryDevice
== NULL) {
in ChargingStatusImpl()
64
chargingstate =
g_batteryDevice
->GetChargingStatus();
in ChargingStatusImpl()
70
g_batteryDevice
= NewBatterInterfaceInstance();
in HealthStatusImpl()
71
if (
g_batteryDevice
== NULL) {
in HealthStatusImpl()
74
healthState =
g_batteryDevice
->GetHealthStatus();
in HealthStatusImpl()
80
g_batteryDevice
in PluggedTypeImpl()
[all...]
H
A
D
battery_manage_service.c
56
g_batteryDevice
= NewBatterInterfaceInstance();
in UpdateBatteryMsg()
57
if (
g_batteryDevice
== NULL) {
in UpdateBatteryMsg()
60
g_batteryDevice
->UpdateBatInfo(battery);
in UpdateBatteryMsg()
H
A
D
battery_device.c
144
static BatteryDevice
g_batteryDevice
= {
variable
184
BOOL result = SAMGR_GetInstance()->RegisterService((Service *)&
g_batteryDevice
);
in Init()
188
BOOL apiResult = SAMGR_GetInstance()->RegisterDefaultFeatureApi(BATTERY_DEVICE, GET_IUNKNOWN(
g_batteryDevice
));
in Init()
/base/powermgr/battery_lite/services/include/
H
A
D
battery_manage_feature.h
31
static IBattery *
g_batteryDevice
= NULL;
variable
Completed in 2 milliseconds