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:batterySrvClient
(Results
1 - 7
of
7
) sorted by relevance
/base/powermgr/battery_manager/test/unittest/src/interface_test/
H
A
D
battery_client_death_recipient_test.cpp
45
auto&
batterySrvClient
= BatterySrvClient::GetInstance();
in HWTEST_F()
local
46
EXPECT_NE(
batterySrvClient
.Connect(), nullptr);
in HWTEST_F()
50
std::make_shared<BatterySrvClient::BatterySrvDeathRecipient>(
batterySrvClient
);
in HWTEST_F()
53
EXPECT_NE(
batterySrvClient
.proxy_, nullptr);
in HWTEST_F()
65
auto&
batterySrvClient
= BatterySrvClient::GetInstance();
in HWTEST_F()
local
66
EXPECT_NE(
batterySrvClient
.Connect(), nullptr);
in HWTEST_F()
81
std::make_shared<BatterySrvClient::BatterySrvDeathRecipient>(
batterySrvClient
);
in HWTEST_F()
87
ASSERT_EQ(
batterySrvClient
.proxy_, nullptr);
in HWTEST_F()
/base/powermgr/battery_manager/frameworks/capi/battery_info/
H
A
D
ohbattery_info.cpp
26
BatterySrvClient&
batterySrvClient
= BatterySrvClient::GetInstance();
in OH_BatteryInfo_GetCapacity()
local
27
int32_t ret =
batterySrvClient
.GetCapacity();
in OH_BatteryInfo_GetCapacity()
33
BatterySrvClient&
batterySrvClient
= BatterySrvClient::GetInstance();
in OH_BatteryInfo_GetPluggedType()
local
34
uint32_t result = static_cast<uint32_t>(
batterySrvClient
.GetPluggedType());
in OH_BatteryInfo_GetPluggedType()
/base/powermgr/battery_manager/test/apitest/capi/
H
A
D
ohbattery_info_test.cpp
36
BatterySrvClient&
batterySrvClient
= BatterySrvClient::GetInstance();
in HWTEST_F()
local
37
int32_t resultFromClient =
batterySrvClient
.GetCapacity();
in HWTEST_F()
45
BatterySrvClient&
batterySrvClient
= BatterySrvClient::GetInstance();
in HWTEST_F()
local
46
BatteryPluggedType resultFromClient =
batterySrvClient
.GetPluggedType();
in HWTEST_F()
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H
A
D
charger_state_collection.cpp
150
auto&
batterySrvClient
= BatterySrvClient::GetInstance();
in DecideState()
local
151
BatteryChargeState chargeState =
batterySrvClient
.GetChargingStatus();
in DecideState()
/base/telephony/core_service/services/network_search/src/
H
A
D
device_state_observer.cpp
230
auto &
batterySrvClient
= PowerMgr::BatterySrvClient::GetInstance();
in OnAddSystemAbility()
local
232
batterySrvClient
.GetChargingStatus() == PowerMgr::BatteryChargeState::CHARGE_STATE_ENABLE);
in OnAddSystemAbility()
/base/powermgr/battery_statistics/services/native/src/
H
A
D
battery_stats_core.cpp
130
auto&
batterySrvClient
= BatterySrvClient::GetInstance();
in Init()
local
131
BatteryPluggedType plugType =
batterySrvClient
.GetPluggedType();
in Init()
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_action_report_test.cpp
220
auto&
batterySrvClient
= BatterySrvClient::GetInstance();
in GetChargeState()
local
221
BatteryChargeState chargeState =
batterySrvClient
.GetChargingStatus();
in GetChargeState()
Completed in 5 milliseconds