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:BatteryNotify
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/battery_manager/services/native/include/
H
A
D
battery_notify.h
27
class
BatteryNotify
{
class
29
BatteryNotify
();
30
~
BatteryNotify
() = default;
H
A
D
battery_service.h
115
std::unique_ptr<
BatteryNotify
> batteryNotify_ { nullptr };
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_notify.cpp
62
BatteryNotify
::
BatteryNotify
()
in BatteryNotify()
function in OHOS::PowerMgr::BatteryNotify
69
int32_t
BatteryNotify
::PublishEvents(BatteryInfo& info)
in PublishEvents()
104
void
BatteryNotify
::HandleUevent(BatteryInfo& info)
in HandleUevent()
131
bool
BatteryNotify
::PublishChargeTypeChangedEvent(const BatteryInfo& info)
in PublishChargeTypeChangedEvent()
157
bool
BatteryNotify
::IsCommonEventServiceAbilityExist() const
in IsCommonEventServiceAbilityExist()
179
bool
BatteryNotify
::PublishChangedEvent(const BatteryInfo& info)
in PublishChangedEvent()
226
bool
BatteryNotify
::PublishChangedEventInner(const BatteryInfo& info) const
in PublishChangedEventInner()
250
bool
BatteryNotify
::PublishLowEvent(const BatteryInfo& info) const
in PublishLowEvent()
279
bool
BatteryNotify
[all...]
H
A
D
battery_service.cpp
109
batteryNotify_ = std::make_unique<
BatteryNotify
>();
in Init()
/base/powermgr/battery_manager/test/unittest/src/
H
A
D
battery_event_test.cpp
39
shared_ptr<
BatteryNotify
> g_batteryNotify = nullptr;
45
g_batteryNotify = make_shared<
BatteryNotify
>();
in SetUpTestCase()
/base/powermgr/battery_manager/test/unittest/src/scenario_test/
H
A
D
battery_notify_test.cpp
27
std::shared_ptr<
BatteryNotify
> g_batteryNotify;
31
g_batteryNotify = std::make_shared<
BatteryNotify
>();
in SetUpTestCase()
Completed in 5 milliseconds