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:StrongAuthManger
(Results
1 - 5
of
5
) sorted by relevance
/base/theme/screenlock_mgr/services/src/
H
A
D
strongauthmanager.cpp
26
std::mutex
StrongAuthManger
::instanceLock_;
27
sptr<
StrongAuthManger
>
StrongAuthManger
::instance_;
34
StrongAuthManger
::
StrongAuthManger
() {}
in StrongAuthManger()
function in OHOS::ScreenLock::StrongAuthManger
36
StrongAuthManger
::~
StrongAuthManger
() {}
in ~StrongAuthManger()
38
StrongAuthManger
::authTimer::authTimer()
in authTimer()
43
StrongAuthManger
::authTimer::authTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle)
in authTimer()
57
StrongAuthManger
[all...]
H
A
D
screenlock_system_ability.cpp
112
StrongAuthManger
::GetInstance()->StartStrongAuthTimer(id);
in OnAccountsChanged()
176
StrongAuthManger
::GetInstance()->RegistUserAuthSuccessEventListener();
in OnAddSystemAbility()
243
StrongAuthManger
::GetInstance()->UnRegistUserAuthSuccessEventListener();
in OnStop()
244
StrongAuthManger
::GetInstance()->DestroyAllStrongAuthTimer();
in OnStop()
605
StrongAuthManger
::GetInstance()->SetStrongAuthStat(userId, reasonFlag);
in RequestStrongAuth()
612
reasonFlag =
StrongAuthManger
::GetInstance()->GetStrongAuthStat(userId);
in GetStrongAuth()
/base/theme/screenlock_mgr/services/include/
H
A
D
strongauthmanager.h
32
class
StrongAuthManger
: public RefBase {
class
34
SCREENLOCK_API static sptr<
StrongAuthManger
> GetInstance();
36
StrongAuthManger
();
37
~
StrongAuthManger
() override;
81
static sptr<
StrongAuthManger
> instance_;
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_strongauth_test.cpp
59
auto authmanager = DelayedSingleton<
StrongAuthManger
>::GetInstance();
in HWTEST_F()
84
StrongAuthManger
::authTimer timer(true, 1000, true, true);
in HWTEST_F()
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockauthmanager_fuzzer/
H
A
D
screenlockauthmanager_fuzzer.cpp
35
auto authmanager = DelayedSingleton<
StrongAuthManger
>::GetInstance();
in FuzzScreenlockAuthManager()
Completed in 3 milliseconds