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:chargeType
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_notify.cpp
133
ChargeType
chargeType
= info.GetChargeType();
in PublishChargeTypeChangedEvent()
local
135
if (batteryInfoChargeType_ ==
chargeType
) {
in PublishChargeTypeChangedEvent()
139
batteryInfoChargeType_ =
chargeType
;
in PublishChargeTypeChangedEvent()
147
data.SetCode(static_cast<int32_t>(
chargeType
));
in PublishChargeTypeChangedEvent()
148
BATTERY_HILOGD(COMP_SVC, "publisher
chargeType
=%{public}d",
chargeType
);
in PublishChargeTypeChangedEvent()
H
A
D
battery_dump.cpp
97
ChargeType
chargeType
= service->GetChargeType();
in GetBatteryInfo()
local
98
dprintf(fd, "
chargeType
: %u \n",
chargeType
);
in GetBatteryInfo()
H
A
D
battery_service.cpp
286
"remainEnergy=%{public}d,
chargeType
=%{public}d, event=%{public}s", batteryInfo_.GetCapacity(),
in HandleBatteryInfo()
720
V2_0::ChargeType
chargeType
= V2_0::ChargeType::CHARGE_TYPE_NONE;
in GetChargeType()
local
723
return ChargeType(
chargeType
);
in GetChargeType()
726
iBatteryInterface_->GetChargeType(
chargeType
);
in GetChargeType()
727
return ChargeType(
chargeType
);
in GetChargeType()
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H
A
D
battery_info.h
309
void SetChargeType(const ChargeType
chargeType
)
in SetChargeType()
argument
311
chargeType_ =
chargeType
;
in SetChargeType()
/base/powermgr/battery_manager/test/unittest/src/interface_test/
H
A
D
battery_service_test.cpp
463
ChargeType
chargeType
= g_service->GetChargeType();
in HWTEST_F()
local
464
EXPECT_TRUE(
chargeType
>= ChargeType::NONE &&
chargeType
<= ChargeType::WIRELESS_SUPER_QUICK);
in HWTEST_F()
/base/powermgr/battery_manager/test/unittest/src/scenario_test/
H
A
D
battery_notify_test.cpp
390
const ChargeType
chargeType
= ChargeType::WIRED_NORMAL;
in HWTEST_F()
local
391
g_batteryInfo->SetChargeType(
chargeType
);
in HWTEST_F()
Completed in 7 milliseconds