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:UnlockEventHelper
(Results
1 - 3
of
3
) sorted by relevance
/base/security/code_signature/services/key_enable/utils/src/
H
A
D
unlock_event_helper.cpp
34
void
UnlockEventHelper
::UnlockEventSubscriber::OnReceiveEvent(const EventFwk::CommonEventData& event)
in OnReceiveEvent()
40
UnlockEventHelper
::GetInstance().FinishWaiting();
in OnReceiveEvent()
45
UnlockEventHelper
&
UnlockEventHelper
::GetInstance()
in GetInstance()
47
static
UnlockEventHelper
singleUnlockEventHelper;
in GetInstance()
51
bool
UnlockEventHelper
::CheckUserUnlockByScreenLockManager()
in CheckUserUnlockByScreenLockManager()
69
void
UnlockEventHelper
::InitUnlockEventSubscriber()
in InitUnlockEventSubscriber()
83
bool
UnlockEventHelper
::RegisterEvent()
in RegisterEvent()
101
void
UnlockEventHelper
::UnregisterEvent()
in UnregisterEvent()
113
bool
UnlockEventHelper
[all...]
H
A
D
key_enable_adapter.cpp
42
if (
UnlockEventHelper
::GetInstance().CheckUserUnlockByScreenLockManager()) {
in CheckUserUnlock()
47
if (
UnlockEventHelper
::GetInstance(). StartWaitingUnlock()) {
in CheckUserUnlock()
52
if (
UnlockEventHelper
::GetInstance().CheckUserUnlockByScreenLockManager()) {
in CheckUserUnlock()
/base/security/code_signature/services/key_enable/utils/include/
H
A
D
unlock_event_helper.h
34
class
UnlockEventHelper
{
class
36
static
UnlockEventHelper
&GetInstance();
50
UnlockEventHelper
() {};
in UnlockEventHelper()
function in OHOS::Security::CodeSign::UnlockEventHelper
51
~
UnlockEventHelper
() = default;
Completed in 2 milliseconds