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:ShutdownDialog
(Results
1 - 4
of
4
) sorted by relevance
/base/powermgr/power_manager/services/native/src/shutdown/
H
A
D
shutdown_dialog.cpp
57
std::string
ShutdownDialog
::bundleName_ = "com.ohos.powerdialog";
58
std::string
ShutdownDialog
::abilityName_ = "PowerUiExtensionAbility";
59
std::string
ShutdownDialog
::uiExtensionType_ = "sysDialog/power";
61
ShutdownDialog
::
ShutdownDialog
() : dialogConnectionCallback_(new DialogAbilityConnection()) {}
in ShutdownDialog()
function in OHOS::PowerMgr::ShutdownDialog
63
ShutdownDialog
::~
ShutdownDialog
()
in ~ShutdownDialog()
68
void
ShutdownDialog
::KeyMonitorInit()
in KeyMonitorInit()
101
void
ShutdownDialog
::KeyMonitorCancel()
in KeyMonitorCancel()
116
bool
ShutdownDialog
[all...]
H
A
D
shutdown_dialog.h
27
class
ShutdownDialog
{
class
29
ShutdownDialog
();
30
~
ShutdownDialog
();
/base/powermgr/power_manager/test/unittest/src/
H
A
D
power_mgr_powerdialog_test.cpp
67
ShutdownDialog
shutdownDialog;
in HWTEST_F()
83
ShutdownDialog
shutdownDialog;
in HWTEST_F()
101
ShutdownDialog
shutdownDialog;
in HWTEST_F()
120
ShutdownDialog
shutdownDialog;
in HWTEST_F()
138
ShutdownDialog
shutdownDialog;
in HWTEST_F()
157
ShutdownDialog
shutdownDialog;
in HWTEST_F()
/base/powermgr/power_manager/services/native/include/
H
A
D
power_mgr_service.h
226
ShutdownDialog
& GetShutdownDialog()
in GetShutdownDialog()
373
ShutdownDialog
shutdownDialog_;
Completed in 2 milliseconds