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:IsLocked
(Results
1 - 12
of
12
) sorted by relevance
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_manager.cpp
51
int32_t ScreenLockManager::
IsLocked
(bool &isLocked)
in IsLocked()
function in OHOS::ScreenLock::ScreenLockManager
55
SCLOCK_HILOGE("
IsLocked
quit because GetScreenLockManagerProxy failed.");
in IsLocked()
58
return proxy->
IsLocked
(isLocked);
in IsLocked()
H
A
D
screenlock_manager_proxy.cpp
47
int32_t ScreenLockManagerProxy::
IsLocked
(bool &isLocked)
in IsLocked()
function in OHOS::ScreenLock::ScreenLockManagerProxy
52
SCLOCK_HILOGE("
IsLocked
, ret = %{public}d", ret);
in IsLocked()
57
SCLOCK_HILOGE("
IsLocked
, errCode = %{public}d", errCode);
in IsLocked()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_manager.h
48
SCREENLOCK_API int32_t
IsLocked
(bool &isLocked);
H
A
D
screenlock_manager_interface.h
31
virtual int32_t
IsLocked
(bool &isLocked) = 0;
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_service_test.cpp
470
ScreenLockSystemAbility::GetInstance()->
IsLocked
(isLocked);
in HWTEST_F()
486
ScreenLockSystemAbility::GetInstance()->
IsLocked
(isLocked);
in HWTEST_F()
503
ScreenLockSystemAbility::GetInstance()->
IsLocked
(isLocked);
in HWTEST_F()
525
ScreenLockSystemAbility::GetInstance()->
IsLocked
(isLocked);
in HWTEST_F()
558
ScreenLockSystemAbility::GetInstance()->
IsLocked
(isLocked);
in HWTEST_F()
/base/theme/screenlock_mgr/frameworks/native/include/
H
A
D
screenlock_manager_proxy.h
34
int32_t
IsLocked
(bool &isLocked) override;
/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/test/fuzztest/screenlockmanager_fuzzer/
H
A
D
screenlockmanager_fuzzer.cpp
83
int32_t ret = ScreenLockManager::GetInstance()->
IsLocked
(isLocked);
in IsLockedFuzzTest()
/base/theme/screenlock_mgr/services/include/
H
A
D
screenlock_system_ability.h
147
int32_t
IsLocked
(bool &isLocked) override;
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_manager_stub.cpp
94
int32_t ret =
IsLocked
(isLocked);
in OnIsLocked()
H
A
D
screenlock_system_ability.cpp
437
int32_t ScreenLockSystemAbility::
IsLocked
(bool &isLocked)
in IsLocked()
function in OHOS::ScreenLock::ScreenLockSystemAbility
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
napi_screenlock_ability.cpp
194
int32_t status = ScreenLockManager::GetInstance()->
IsLocked
(isLocked);
in NAPI_IsLocked()
Completed in 9 milliseconds