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
defs:authState
(Results
1 - 9
of
9
) sorted by relevance
/base/theme/screenlock_mgr/frameworks/js/napi/include/
H
A
D
napi_screenlock_ability.h
64
int32_t
authState
;
member
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_client_test.cpp
255
int32_t
authState
= 0;
in HWTEST_F()
local
312
int32_t
authState
= 0;
in HWTEST_F()
local
H
A
D
screenlock_service_test.cpp
611
int32_t
authState
= 0;
in HWTEST_F()
local
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_manager_proxy.cpp
280
int32_t ScreenLockManagerProxy::SetScreenLockAuthState(int
authState
, int32_t userId, std::string &authToken)
in SetScreenLockAuthState()
argument
301
int32_t ScreenLockManagerProxy::GetScreenLockAuthState(int userId, int32_t &
authState
)
in GetScreenLockAuthState()
argument
H
A
D
screenlock_app_manager.cpp
91
int32_t ScreenLockAppManager::SetScreenLockAuthState(int
authState
, int32_t userId, std::string &authToken)
in SetScreenLockAuthState()
argument
104
int32_t ScreenLockAppManager::GetScreenLockAuthState(int userId, int32_t &
authState
)
in GetScreenLockAuthState()
argument
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H
A
D
screenlockmanager_fuzzer.cpp
135
int32_t
authState
= 2;
in FuzzScreenlockSetAuthState()
local
147
int32_t
authState
= 2;
in FuzzScreenlockGetAuthState()
local
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_manager_stub.cpp
220
int32_t
authState
= data.ReadInt32();
in OnSetScreenLockAuthState()
local
230
int32_t
authState
= -1;
in OnGetScreenLockAuthState()
local
H
A
D
screenlock_system_ability.cpp
563
int32_t ScreenLockSystemAbility::SetScreenLockAuthState(int
authState
, int32_t userId, std::string &authToken)
in SetScreenLockAuthState()
argument
580
int32_t ScreenLockSystemAbility::GetScreenLockAuthState(int userId, int32_t &
authState
)
in GetScreenLockAuthState()
argument
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
napi_screenlock_ability.cpp
672
int32_t
authState
= -1;
in NAPI_GetScreenLockAuthState()
local
Completed in 8 milliseconds