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:E_SCREENLOCK_OK
(Results
1 - 10
of
10
) sorted by relevance
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H
A
D
screenlockmanager_fuzzer.cpp
61
return ret ==
E_SCREENLOCK_OK
;
in FuzzScreenlockManager()
74
return ret ==
E_SCREENLOCK_OK
;
in UnlockFuzzTest()
84
return ret ==
E_SCREENLOCK_OK
;
in IsLockedFuzzTest()
96
return ret ==
E_SCREENLOCK_OK
;
in FuzzScreenlockAppManager()
102
return ret ==
E_SCREENLOCK_OK
;
in FuzzScreenlockAppManager()
115
return ret ==
E_SCREENLOCK_OK
;
in FuzzScreenlockIsDisabled()
126
return ret ==
E_SCREENLOCK_OK
;
in FuzzScreenlockSetDisabled()
138
return ret ==
E_SCREENLOCK_OK
;
in FuzzScreenlockSetAuthState()
149
return ret ==
E_SCREENLOCK_OK
;
in FuzzScreenlockGetAuthState()
160
return ret ==
E_SCREENLOCK_OK
;
in FuzzScreenlockRequestStrongAuth()
[all...]
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_manager_proxy.cpp
44
return
E_SCREENLOCK_OK
;
in IsScreenLockedInner()
51
if (ret !=
E_SCREENLOCK_OK
) {
in IsLocked()
56
if (errCode !=
E_SCREENLOCK_OK
) {
in IsLocked()
61
return
E_SCREENLOCK_OK
;
in IsLocked()
68
if (ret !=
E_SCREENLOCK_OK
) {
in IsScreenLocked()
110
return
E_SCREENLOCK_OK
;
in UnlockInner()
117
if (ret !=
E_SCREENLOCK_OK
) {
in Unlock()
128
if (ret !=
E_SCREENLOCK_OK
) {
in UnlockScreen()
252
if (retCode !=
E_SCREENLOCK_OK
) {
in IsScreenLockDisabled()
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_system_ability.cpp
400
return
E_SCREENLOCK_OK
;
in UnlockInner()
421
return
E_SCREENLOCK_OK
;
in Lock()
434
return
E_SCREENLOCK_OK
;
in Lock()
446
return
E_SCREENLOCK_OK
;
in IsLocked()
497
return
E_SCREENLOCK_OK
;
in OnSystemEvent()
518
return
E_SCREENLOCK_OK
;
in SendScreenLockEvent()
535
return
E_SCREENLOCK_OK
;
in IsScreenLockDisabled()
560
return
E_SCREENLOCK_OK
;
in SetScreenLockDisabled()
574
return
E_SCREENLOCK_OK
;
in SetScreenLockAuthState()
577
return
E_SCREENLOCK_OK
;
in SetScreenLockAuthState()
[all...]
H
A
D
screenlock_manager_stub.cpp
96
if (ret ==
E_SCREENLOCK_OK
) {
in OnIsLocked()
202
if (retCode ==
E_SCREENLOCK_OK
) {
in OnIsScreenLockDisabled()
235
if (retCode ==
E_SCREENLOCK_OK
) {
in OnGetScreenLockAuthState()
258
if (retCode ==
E_SCREENLOCK_OK
) {
in OnGetStrongAuth()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H
A
D
lock_screen_plugin.cpp
40
if (ret != ScreenLock::
E_SCREENLOCK_OK
) {
in OnSetPolicy()
H
A
D
operate_device_plugin.cpp
46
if (ret != ScreenLock::
E_SCREENLOCK_OK
) {
in OnSetPolicy()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
napi_screenlock_ability.cpp
195
if (status !=
E_SCREENLOCK_OK
) {
in NAPI_IsLocked()
241
if (status !=
E_SCREENLOCK_OK
) {
in AsyncCallFunc()
449
if (retCode !=
E_SCREENLOCK_OK
) {
in NAPI_OnSystemEvent()
500
if (retCode !=
E_SCREENLOCK_OK
) {
in NAPI_ScreenLockSendEvent()
539
if (status !=
E_SCREENLOCK_OK
) {
in NAPI_IsScreenLockDisabled()
582
if (retCode !=
E_SCREENLOCK_OK
) {
in NAPI_SetScreenLockDisabled()
637
if (retCode !=
E_SCREENLOCK_OK
) {
in NAPI_SetScreenLockAuthState()
674
if (status !=
E_SCREENLOCK_OK
) {
in NAPI_GetScreenLockAuthState()
715
if (retCode !=
E_SCREENLOCK_OK
) {
in NAPI_RequestStrongAuth()
752
if (status !=
E_SCREENLOCK_OK
) {
in NAPI_GetStrongAuth()
[all...]
/base/security/code_signature/services/key_enable/utils/src/
H
A
D
unlock_event_helper.cpp
59
if (ScreenLock::ScreenLockManager::GetInstance()->IsLocked(lockStatus) == ScreenLock::
E_SCREENLOCK_OK
) {
in CheckUserUnlockByScreenLockManager()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_common.h
57
E_SCREENLOCK_OK
= SCREENLOCK_ERR_OFFSET,
enumerator
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_service_test.cpp
385
EXPECT_EQ(result,
E_SCREENLOCK_OK
);
in HWTEST_F()
388
EXPECT_EQ(result,
E_SCREENLOCK_OK
);
in HWTEST_F()
574
EXPECT_EQ(result,
E_SCREENLOCK_OK
);
in HWTEST_F()
Completed in 7 milliseconds