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:IsScreenLocked
(Results
1 - 18
of
18
) sorted by relevance
/base/security/access_token/services/common/screenlock_manager/src/
H
A
D
screenlock_manager_loader.cpp
21
bool ScreenLockManagerAccessLoader::
IsScreenLocked
()
in IsScreenLocked()
function in OHOS::Security::AccessToken::ScreenLockManagerAccessLoader
23
return ScreenLock::ScreenLockManager::GetInstance()->
IsScreenLocked
();
in IsScreenLocked()
/base/security/access_token/services/common/screenlock_manager/include/
H
A
D
screenlock_manager_loader.h
32
virtual bool
IsScreenLocked
();
36
bool
IsScreenLocked
() override;
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_manager.cpp
61
bool ScreenLockManager::
IsScreenLocked
()
in IsScreenLocked()
function in OHOS::ScreenLock::ScreenLockManager
65
SCLOCK_HILOGE("
IsScreenLocked
quit because GetScreenLockManagerProxy failed.");
in IsScreenLocked()
68
return proxy->
IsScreenLocked
();
in IsScreenLocked()
H
A
D
screenlock_manager_proxy.cpp
41
SCLOCK_HILOGE("
IsScreenLocked
, ret = %{public}d", ret);
in IsScreenLockedInner()
64
bool ScreenLockManagerProxy::
IsScreenLocked
()
in IsScreenLocked()
function in OHOS::ScreenLock::ScreenLockManagerProxy
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_manager.h
50
SCREENLOCK_API bool
IsScreenLocked
();
H
A
D
screenlock_manager_interface.h
32
virtual bool
IsScreenLocked
() = 0;
/base/theme/screenlock_mgr/frameworks/native/include/
H
A
D
screenlock_manager_proxy.h
35
bool
IsScreenLocked
() override;
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_service_test.cpp
382
bool isLocked = ScreenLockSystemAbility::GetInstance()->
IsScreenLocked
();
in HWTEST_F()
424
bool isLocked = ScreenLockSystemAbility::GetInstance()->
IsScreenLocked
();
in HWTEST_F()
439
bool isLocked = ScreenLockSystemAbility::GetInstance()->
IsScreenLocked
();
in HWTEST_F()
454
bool isLocked = ScreenLockSystemAbility::GetInstance()->
IsScreenLocked
();
in HWTEST_F()
H
A
D
screenlock_client_test.cpp
67
SCLOCK_HILOGD("Test
IsScreenLocked
state");
in HWTEST_F()
69
bool isLocked = ScreenLockSystemAbility::GetInstance()->
IsScreenLocked
();
in HWTEST_F()
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H
A
D
screenlockmanager_fuzzer.cpp
53
return ScreenLockManager::GetInstance()->
IsScreenLocked
();
in FuzzScreenlockManager()
/base/theme/screenlock_mgr/services/include/
H
A
D
screenlock_system_ability.h
148
bool
IsScreenLocked
() override;
/base/security/access_token/services/el5filekeymanager/src/
H
A
D
el5_filekey_manager_service.cpp
95
if (!ScreenLock::ScreenLockManager::GetInstance()->
IsScreenLocked
()) {
in Init()
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_manager_stub.cpp
104
bool isScreenLocked =
IsScreenLocked
();
in OnIsScreenLocked()
H
A
D
screenlock_system_ability.cpp
445
isLocked =
IsScreenLocked
();
in IsLocked()
449
bool ScreenLockSystemAbility::
IsScreenLocked
()
in IsScreenLocked()
function in OHOS::ScreenLock::ScreenLockSystemAbility
452
SCLOCK_HILOGI("
IsScreenLocked
restart.");
in IsScreenLocked()
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H
A
D
smart_reminder_center.cpp
406
screenLocked = ScreenLock::ScreenLockManager::GetInstance()->
IsScreenLocked
();
in GetDeviceStatusByType()
/base/security/access_token/services/privacymanager/src/service/
H
A
D
privacy_manager_service.cpp
335
if (screenlockManagerLoader->
IsScreenLocked
()) {
in OnAddSystemAbility()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
napi_screenlock_ability.cpp
181
context->allowed = ScreenLockManager::GetInstance()->
IsScreenLocked
();
in NAPI_IsScreenLocked()
/base/inputmethod/imf/services/src/
H
A
D
input_method_system_ability.cpp
1177
if (ScreenLock::ScreenLockManager::GetInstance()->
IsScreenLocked
()) {
in SwitchByCombinationKey()
Completed in 24 milliseconds