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:authTimer
(Results
1 - 3
of
3
) sorted by relevance
/base/theme/screenlock_mgr/services/src/
H
A
D
strongauthmanager.cpp
38
StrongAuthManger::
authTimer
::
authTimer
()
in authTimer()
function in OHOS::ScreenLock::StrongAuthManger::authTimer
43
StrongAuthManger::
authTimer
::
authTimer
(bool repeat, uint64_t interval, bool isExact, bool isIdle)
in authTimer()
function in OHOS::ScreenLock::StrongAuthManger::authTimer
57
StrongAuthManger::
authTimer
::~
authTimer
() {}
in ~authTimer()
59
void StrongAuthManger::
authTimer
::OnTrigger()
in OnTrigger()
67
void StrongAuthManger::
authTimer
::SetType(const int &type)
in SetType()
72
void StrongAuthManger::
authTimer
::SetRepeat(bool repeat)
in SetRepeat()
77
void StrongAuthManger::
authTimer
[all...]
/base/theme/screenlock_mgr/services/include/
H
A
D
strongauthmanager.h
59
class
authTimer
: public MiscServices::ITimerInfo {
class in OHOS::ScreenLock::StrongAuthManger
61
authTimer
();
62
authTimer
(bool repeat, uint64_t interval, bool isExact, bool isIdle = false);
63
virtual ~
authTimer
();
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_strongauth_test.cpp
84
StrongAuthManger::
authTimer
timer(true, 1000, true, true);
in HWTEST_F()
Completed in 2 milliseconds