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:GetChargeState
(Results
1 - 5
of
5
) sorted by relevance
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_notify.cpp
191
want.SetParam(BatteryInfo::COMMON_EVENT_KEY_CHARGE_STATE, static_cast<int32_t>(info.
GetChargeState
()));
in PublishChangedEvent()
383
if ((info.
GetChargeState
() != BatteryChargeState::CHARGE_STATE_ENABLE) &&
in PublishChargingEvent()
384
(info.
GetChargeState
() != BatteryChargeState::CHARGE_STATE_FULL)) {
in PublishChargingEvent()
399
data.SetCode(static_cast<int32_t>(info.
GetChargeState
()));
in PublishChargingEvent()
401
static_cast<uint32_t>(info.
GetChargeState
()));
in PublishChargingEvent()
415
if ((info.
GetChargeState
() == BatteryChargeState::CHARGE_STATE_ENABLE) ||
in PublishDischargingEvent()
416
(info.
GetChargeState
() == BatteryChargeState::CHARGE_STATE_FULL)) {
in PublishDischargingEvent()
431
data.SetCode(static_cast<int32_t>(info.
GetChargeState
()));
in PublishDischargingEvent()
433
static_cast<uint32_t>(info.
GetChargeState
()));
in PublishDischargingEvent()
H
A
D
battery_service.cpp
289
batteryInfo_.
GetChargeState
(), batteryInfo_.GetChargeCounter(), batteryInfo_.IsPresent(),
in HandleBatteryInfo()
294
batteryLight_.UpdateColor(batteryInfo_.
GetChargeState
(), batteryInfo_.GetCapacity());
in HandleBatteryInfo()
296
CalculateRemainingChargeTime(batteryInfo_.GetCapacity(), batteryInfo_.
GetChargeState
());
in HandleBatteryInfo()
300
HandleCapacity(batteryInfo_.GetCapacity(), batteryInfo_.
GetChargeState
(), batteryInfo_.IsPresent());
in HandleBatteryInfo()
569
return batteryInfo_.
GetChargeState
();
in GetChargingStatus()
577
iBatteryInterface_->
GetChargeState
(chargeState);
in GetChargingStatus()
/base/powermgr/thermal_manager/test/unittest/include/
H
A
D
thermal_action_report_test.h
41
static std::string
GetChargeState
();
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H
A
D
battery_info.h
354
BatteryChargeState
GetChargeState
() const
in GetChargeState()
function in OHOS::PowerMgr::BatteryInfo
419
(chargeState_ == info.
GetChargeState
()) &&
in operator ==()
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_action_report_test.cpp
216
std::string ThermalActionReportTest::
GetChargeState
()
in GetChargeState()
function in ThermalActionReportTest
241
state =
GetChargeState
();
in GetStateMap()
Completed in 5 milliseconds