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:UNLOCKSCREEN
(Results
1 - 6
of
6
) sorted by relevance
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_common.h
42
const std::string
UNLOCKSCREEN
= "unlockScreen";
member
98
UNLOCKSCREEN
,
member in OHOS::ScreenLock::Action
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_manager.cpp
94
if (action == Action::
UNLOCKSCREEN
) {
in Unlock()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
screenlock_callback.cpp
66
if (callBackPtr->action == Action::
UNLOCKSCREEN
) {
in UvWorkOnCallBack()
H
A
D
napi_screenlock_ability.cpp
238
} else if (eventListener->action == Action::UNLOCK || eventListener->action == Action::
UNLOCKSCREEN
) {
in AsyncCallFunc()
328
EventListener{ .env = env, .thisVar = thisVar, .callbackRef = callbackRef, .action = Action::
UNLOCKSCREEN
};
in NAPI_UnlockScreen()
339
EventListener{ .env = env, .thisVar = thisVar, .deferred = deferred, .action = Action::
UNLOCKSCREEN
};
in NAPI_UnlockScreen()
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_client_test.cpp
103
result = ScreenLockManager::GetInstance()->Unlock(Action::
UNLOCKSCREEN
, listener);
in HWTEST_F()
111
result = ScreenLockManager::GetInstance()->Unlock(Action::
UNLOCKSCREEN
, listener);
in HWTEST_F()
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_system_ability.cpp
397
SystemEvent systemEvent(
UNLOCKSCREEN
);
in UnlockInner()
Completed in 6 milliseconds