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_action
(Results
1 - 5
of
5
) sorted by relevance
/base/powermgr/power_manager/test/systemtest/src/
H
A
D
power_mgr_shutdown_fast_test.cpp
46
std::string
g_action
= "";
member
60
g_action
= "";
in SetUp()
96
g_action
= data.GetWant().GetAction();
in OnReceiveEvent()
97
GTEST_LOG_(INFO) << "PowerMgr_FastShutDown_action:" <<
g_action
;
in OnReceiveEvent()
123
EXPECT_EQ(CommonEventSupport::COMMON_EVENT_SCREEN_OFF,
g_action
);
in HWTEST_F()
142
EXPECT_TRUE(
g_action
.empty());
in HWTEST_F()
H
A
D
power_level_event_system_test_on.cpp
46
std::string
g_action
= "";
member
73
g_action
= data.GetWant().GetAction();
in OnReceiveEvent()
114
EXPECT_EQ(CommonEventSupport::COMMON_EVENT_SCREEN_ON,
g_action
);
in HWTEST_F()
H
A
D
power_level_event_system_test_off.cpp
46
std::string
g_action
= "";
member
72
g_action
= data.GetWant().GetAction();
in OnReceiveEvent()
113
EXPECT_EQ(CommonEventSupport::COMMON_EVENT_SCREEN_OFF,
g_action
);
in HWTEST_F()
H
A
D
power_mgr_powersavemode_test.cpp
46
std::string
g_action
= "";
member
383
g_action
= data.GetWant().GetAction();
in OnReceiveEvent()
/base/powermgr/battery_manager/test/systemtest/src/
H
A
D
battery_event_system_test.cpp
50
std::string
g_action
= "";
member
192
g_action
= data.GetWant().GetAction();
in OnReceiveEvent()
198
g_action
= data.GetWant().GetAction();
in OnReceiveEvent()
245
g_action
= data.GetWant().GetAction();
in OnReceiveEvent()
435
EXPECT_EQ(CommonEventSupport::COMMON_EVENT_BATTERY_LOW,
g_action
);
in HWTEST_F()
457
EXPECT_EQ(CommonEventSupport::COMMON_EVENT_BATTERY_CHANGED,
g_action
);
in HWTEST_F()
Completed in 4 milliseconds