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
defs:healthState
(Results
1 - 11
of
11
) sorted by relevance
/base/powermgr/battery_manager/test/systemtest/src/
H
A
D
battery_sttest.cpp
280
auto
healthState
= BatterySrvClient.GetHealthStatus();
in HWTEST_F()
local
288
auto
healthState
= BatterySrvClient.GetHealthStatus();
in HWTEST_F()
local
314
auto
healthState
= BatterySrvClient.GetHealthStatus();
HWTEST_F()
local
322
auto
healthState
= BatterySrvClient.GetHealthStatus();
HWTEST_F()
local
348
auto
healthState
= BatterySrvClient.GetHealthStatus();
HWTEST_F()
local
356
auto
healthState
= BatterySrvClient.GetHealthStatus();
HWTEST_F()
local
382
auto
healthState
= BatterySrvClient.GetHealthStatus();
HWTEST_F()
local
390
auto
healthState
= BatterySrvClient.GetHealthStatus();
HWTEST_F()
local
416
auto
healthState
= BatterySrvClient.GetHealthStatus();
HWTEST_F()
local
424
auto
healthState
= BatterySrvClient.GetHealthStatus();
HWTEST_F()
local
450
auto
healthState
= BatterySrvClient.GetHealthStatus();
HWTEST_F()
local
458
auto
healthState
= BatterySrvClient.GetHealthStatus();
HWTEST_F()
local
[all...]
/base/powermgr/battery_manager/test/unittest/src/interface_test/
H
A
D
battery_service_test.cpp
294
BatteryHealthState
healthState
= g_service->GetHealthStatus();
in HWTEST_F()
local
H
A
D
battery_client_test.cpp
167
auto
healthState
= BatterySrvClient.GetHealthStatus();
in HWTEST_F()
local
177
auto
healthState
= BatterySrvClient.GetHealthStatus();
in HWTEST_F()
local
[all...]
/base/powermgr/battery_manager/test/unittest/src/scenario_test/
H
A
D
battery_notify_test.cpp
43
const BatteryHealthState
healthState
= BatteryHealthState::HEALTH_STATE_UNKNOWN;
in SetUp()
local
99
const BatteryHealthState
healthState
= BatteryHealthState::HEALTH_STATE_GOOD;
in HWTEST_F()
local
115
const BatteryHealthState
healthState
= BatteryHealthState::HEALTH_STATE_OVERHEAT;
in HWTEST_F()
local
131
const BatteryHealthState
healthState
= BatteryHealthState::HEALTH_STATE_OVERVOLTAGE;
in HWTEST_F()
local
147
const BatteryHealthState
healthState
= BatteryHealthState::HEALTH_STATE_COLD;
in HWTEST_F()
local
163
const BatteryHealthState
healthState
= BatteryHealthState::HEALTH_STATE_DEAD;
HWTEST_F()
local
179
const BatteryHealthState
healthState
= BatteryHealthState::HEALTH_STATE_BUTT;
HWTEST_F()
local
[all...]
/base/powermgr/battery_manager/test/unittest/src/
H
A
D
battery_srv_proxy_mock_test.cpp
96
BatteryHealthState
healthState
= g_proxy->GetHealthStatus();
in HWTEST_F()
local
/base/powermgr/battery_lite/services/src/
H
A
D
battery_manage_feature.c
69
BatteryHealthState
healthState
= HEALTH_STATE_BUTT;
in HealthStatusImpl()
local
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_dump.cpp
75
BatteryHealthState
healthState
= service->GetHealthStatus();
in GetBatteryInfo()
local
H
A
D
battery_notify.cpp
185
int32_t
healthState
= static_cast<int32_t>(info.GetHealthState());
in PublishChangedEvent()
local
H
A
D
battery_service.cpp
585
V2_0::BatteryHealthState
healthState
= V2_0::BatteryHealthState(0);
in GetHealthStatus()
local
/base/powermgr/battery_manager/frameworks/napi/src/
H
A
D
battery_info.cpp
468
napi_value
healthState
= nullptr;
in CreateEventBatteryChangedKey()
local
512
napi_value
healthState
= nullptr;
in CreateEventBatteryChangedCode()
local
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H
A
D
battery_info.h
249
void SetHealthState(const BatteryHealthState
healthState
)
in SetHealthState()
argument
Completed in 8 milliseconds