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:IsCharging
(Results
1 - 14
of
14
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_battery_info_impl.cpp
29
bool ArkBatteryInfoImpl::
IsCharging
()
in IsCharging()
function in OHOS::ArkWeb::ArkBatteryInfoImpl
31
return real_->
IsCharging
();
in IsCharging()
H
A
D
ark_battery_info_impl.h
31
bool
IsCharging
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_battery_info_wrapper.cpp
27
bool ArkBatteryInfoWrapper::
IsCharging
()
in IsCharging()
function in OHOS::ArkWeb::ArkBatteryInfoWrapper
29
return ctocpp_->
IsCharging
();
in IsCharging()
H
A
D
ark_battery_info_wrapper.h
33
bool
IsCharging
() override;
/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/ischarging_fuzzer/
H
A
D
ischarging_fuzzer.cpp
36
batter.
IsCharging
();
in IsChargingFuzzTest()
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
battery_mgr_client_adapter.h
29
virtual bool
IsCharging
() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_battery_mgr_client_adapter.h
32
virtual bool
IsCharging
() = 0;
/base/powermgr/battery_manager/frameworks/napi/include/
H
A
D
system_battery.h
60
uint32_t
IsCharging
() const;
/base/web/webview/ohos_adapter/battery_mgr_adapter/include/
H
A
D
battery_mgr_client_adapter_impl.h
37
bool
IsCharging
() override;
/base/powermgr/battery_manager/frameworks/napi/src/
H
A
D
system_battery.cpp
66
NAPI_CALL(env, napi_create_uint32(env, batteryInfo_.
IsCharging
(), &charging));
in CreateResponse()
144
batteryInfo_.GetLevel(), batteryInfo_.
IsCharging
());
in SuccessCallback()
213
uint32_t SystemBattery::BatteryInfo::
IsCharging
() const
in IsCharging()
function in SystemBattery::BatteryInfo
/base/web/webview/ohos_adapter/battery_mgr_adapter/src/
H
A
D
battery_mgr_client_adapter_impl.cpp
28
bool WebBatteryInfoImpl::
IsCharging
()
in IsCharging()
function in OHOS::NWeb::WebBatteryInfoImpl
/base/powermgr/battery_manager/services/native/include/
H
A
D
battery_service.h
107
bool
IsCharging
(BatteryChargeState chargeState);
/base/web/webview/test/unittest/battery_mgr_adapter_impl/
H
A
D
battery_mgr_adapter_test.cpp
216
EXPECT_TRUE(info.
IsCharging
());
in HWTEST_F()
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_service.cpp
405
bool BatteryService::
IsCharging
(BatteryChargeState chargeState)
in IsCharging()
function in OHOS::PowerMgr::BatteryService
439
(!
IsCharging
(chargeState))) {
in HandleCapacity()
452
if (g_lowCapacityShutdownHandle != nullptr &&
IsCharging
(chargeState)) {
in HandleCapacity()
Completed in 5 milliseconds