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:isOnBattery
(Results
1 - 10
of
10
) sorted by relevance
/base/powermgr/battery_statistics/test/unittest/include/servicetest/utils/
H
A
D
stats_service_test_proxy.h
34
bool SetOnBattery(bool
isOnBattery
);
/base/powermgr/battery_statistics/interfaces/inner_api/include/
H
A
D
ibattery_stats.h
30
virtual void SetOnBattery(bool
isOnBattery
) = 0;
H
A
D
battery_stats_client.h
39
void SetOnBattery(bool
isOnBattery
);
/base/powermgr/battery_statistics/services/zidl/include/
H
A
D
battery_stats_proxy.h
41
virtual void SetOnBattery(bool
isOnBattery
) override;
/base/powermgr/battery_statistics/frameworks/native/src/
H
A
D
battery_stats_client.cpp
99
void BatteryStatsClient::SetOnBattery(bool
isOnBattery
)
in SetOnBattery()
argument
103
proxy_->SetOnBattery(
isOnBattery
);
in SetOnBattery()
/base/powermgr/battery_statistics/services/native/include/
H
A
D
battery_stats_service.h
55
void SetOnBattery(bool
isOnBattery
) override;
/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
H
A
D
stats_service_test_proxy.cpp
152
bool StatsServiceTestProxy::SetOnBattery(bool
isOnBattery
)
in SetOnBattery()
argument
165
data.WriteBool(
isOnBattery
);
in SetOnBattery()
/base/powermgr/battery_statistics/services/native/src/
H
A
D
battery_stats_service.cpp
323
void BatteryStatsService::SetOnBattery(bool
isOnBattery
)
in SetOnBattery()
argument
328
StatsHelper::SetOnBattery(
isOnBattery
);
in SetOnBattery()
/base/powermgr/battery_statistics/services/zidl/src/
H
A
D
battery_stats_stub.cpp
225
bool
isOnBattery
= data.ReadBool();
in SetOnBatteryStub()
local
226
SetOnBattery(
isOnBattery
);
in SetOnBatteryStub()
H
A
D
battery_stats_proxy.cpp
157
void BatteryStatsProxy::SetOnBattery(bool
isOnBattery
)
in SetOnBattery()
argument
172
data.WriteBool(
isOnBattery
);
in SetOnBattery()
Completed in 4 milliseconds