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:g_batteryNotify
(Results
1 - 2
of
2
) sorted by relevance
/base/powermgr/battery_manager/test/unittest/src/
H
A
D
battery_event_test.cpp
39
shared_ptr<BatteryNotify>
g_batteryNotify
= nullptr;
member
44
if (
g_batteryNotify
== nullptr) {
in SetUpTestCase()
45
g_batteryNotify
= make_shared<BatteryNotify>();
in SetUpTestCase()
51
if (
g_batteryNotify
!= nullptr) {
in TearDownTestCase()
52
g_batteryNotify
.reset();
in TearDownTestCase()
53
g_batteryNotify
= nullptr;
in TearDownTestCase()
65
bool ret =
g_batteryNotify
->PublishLowEvent(info);
in HWTEST_F()
79
bool ret =
g_batteryNotify
->PublishCustomEvent(info, "test.battery.custom.event");
in HWTEST_F()
/base/powermgr/battery_manager/test/unittest/src/scenario_test/
H
A
D
battery_notify_test.cpp
27
std::shared_ptr<BatteryNotify>
g_batteryNotify
;
member
31
g_batteryNotify
= std::make_shared<BatteryNotify>();
in SetUpTestCase()
85
auto ret =
g_batteryNotify
->PublishEvents(*g_batteryInfo);
in HWTEST_F()
101
auto ret =
g_batteryNotify
->PublishEvents(*g_batteryInfo);
in HWTEST_F()
117
auto ret =
g_batteryNotify
->PublishEvents(*g_batteryInfo);
in HWTEST_F()
133
auto ret =
g_batteryNotify
->PublishEvents(*g_batteryInfo);
in HWTEST_F()
149
auto ret =
g_batteryNotify
->PublishEvents(*g_batteryInfo);
in HWTEST_F()
165
auto ret =
g_batteryNotify
->PublishEvents(*g_batteryInfo);
in HWTEST_F()
181
auto ret =
g_batteryNotify
->PublishEvents(*g_batteryInfo);
in HWTEST_F()
197
auto ret =
g_batteryNotify
in HWTEST_F()
[all...]
Completed in 1 milliseconds