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:chargingStatus
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/battery_lite/services/src/
H
A
D
battery_device.c
77
return battInfo.
chargingStatus
;
in GetChargingStatusImpl()
139
battery->
chargingStatus
= battInfo.
chargingStatus
;
in UpdateBatInfoImpl()
/base/powermgr/battery_lite/services/include/
H
A
D
ibattery.h
36
BatteryChargeState
chargingStatus
;
member
/base/powermgr/battery_lite/frameworks/js/builtin/src/
H
A
D
battery_module.cpp
63
int32_t
chargingStatus
= 0;
in GetChargingStatus()
local
68
chargingStatus
= GetChargingStatusImpl();
in GetChargingStatus()
70
JSI::SetNumberProperty(result, "
chargingStatus
",
chargingStatus
);
in GetChargingStatus()
/base/powermgr/battery_lite/test/
H
A
D
battery_test.js
28
console.log('success get ChargingStatus:' + data.
chargingStatus
);
/base/powermgr/battery_lite/services/src/small/
H
A
D
battery_feature_impl.c
79
BatteryChargeState
chargingStatus
= ChargingStatusImpl((IUnknown *)iProxy);
in ChargingStatusInvoke()
local
80
WriteInt32(reply,
chargingStatus
);
in ChargingStatusInvoke()
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_dump.cpp
73
BatteryChargeState
chargingStatus
= service->GetChargingStatus();
in GetBatteryInfo()
local
74
dprintf(fd, "
chargingStatus
: %u \n",
chargingStatus
);
in GetBatteryInfo()
Completed in 4 milliseconds