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:reasonFlag
(Results
1 - 11
of
11
) sorted by relevance
/base/theme/screenlock_mgr/frameworks/js/napi/include/
H
A
D
napi_screenlock_ability.h
78
int32_t
reasonFlag
;
member
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_client_test.cpp
274
int32_t
reasonFlag
= 0;
in HWTEST_F()
local
331
int32_t
reasonFlag
= 0;
in HWTEST_F()
local
H
A
D
screenlock_service_test.cpp
627
int
reasonFlag
= 1;
in HWTEST_F()
local
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_manager.cpp
129
int32_t ScreenLockManager::RequestStrongAuth(int
reasonFlag
, int32_t userId)
in RequestStrongAuth()
argument
H
A
D
screenlock_manager_proxy.cpp
321
int32_t ScreenLockManagerProxy::RequestStrongAuth(int
reasonFlag
, int32_t userId)
in RequestStrongAuth()
argument
342
int32_t ScreenLockManagerProxy::GetStrongAuth(int userId, int32_t &
reasonFlag
)
in GetStrongAuth()
argument
H
A
D
screenlock_app_manager.cpp
117
int32_t ScreenLockAppManager::RequestStrongAuth(int
reasonFlag
, int32_t userId)
in RequestStrongAuth()
argument
131
int32_t ScreenLockAppManager::GetStrongAuth(int userId, int32_t &
reasonFlag
)
in GetStrongAuth()
argument
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H
A
D
screenlockmanager_fuzzer.cpp
158
int
reasonFlag
= 1;
in FuzzScreenlockRequestStrongAuth()
local
169
int
reasonFlag
= 1;
in FuzzScreenlockGetStrongAuth()
local
/base/theme/screenlock_mgr/services/src/
H
A
D
strongauthmanager.cpp
106
int32_t
reasonFlag
= static_cast<int32_t>(StrongAuthReasonFlags::AFTER_TIMEOUT);
in StrongAuthTimerCallback()
local
244
void StrongAuthManger::SetStrongAuthStat(int32_t userId, int32_t
reasonFlag
)
in SetStrongAuthStat()
argument
260
int32_t
reasonFlag
= static_cast<int32_t>(StrongAuthReasonFlags::AFTER_BOOT);
in GetStrongAuthStat()
local
[all...]
H
A
D
screenlock_manager_stub.cpp
243
int32_t
reasonFlag
= data.ReadInt32();
in OnRequestStrongAuth()
local
253
int32_t
reasonFlag
= -1;
in OnGetStrongAuth()
local
H
A
D
screenlock_system_ability.cpp
353
void ScreenLockSystemAbility::StrongAuthChanged(int32_t userId, int32_t
reasonFlag
)
in StrongAuthChanged()
argument
598
int32_t ScreenLockSystemAbility::RequestStrongAuth(int
reasonFlag
, int32_t userId)
in RequestStrongAuth()
argument
610
int32_t ScreenLockSystemAbility::GetStrongAuth(int userId, int32_t &
reasonFlag
)
in GetStrongAuth()
argument
[all...]
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
napi_screenlock_ability.cpp
750
int32_t
reasonFlag
= -1;
in NAPI_GetStrongAuth()
local
Completed in 9 milliseconds