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 - 21
of
21
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/screenlock/src/
H
A
D
screen_lock.cpp
31
return manager->
IsScreenLocked
();
in IsLocked()
/foundation/communication/nfc/services/src/
H
A
D
nfc_event_handler.cpp
66
bool NfcEventHandler::
IsScreenLocked
()
in IsScreenLocked()
function in OHOS::NFC::NfcEventHandler
68
return OHOS::ScreenLock::ScreenLockManager::GetInstance()->
IsScreenLocked
();
in IsScreenLocked()
74
bool isScreenLocked =
IsScreenLocked
();
in CheckScreenState()
97
screenState = eventHandler_.lock()->
IsScreenLocked
() ?
in OnReceiveEvent()
100
screenState = eventHandler_.lock()->
IsScreenLocked
() ?
in OnReceiveEvent()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H
A
D
screen_unlock_interceptor.cpp
62
if (!OHOS::ScreenLock::ScreenLockManager::GetInstance()->
IsScreenLocked
()) {
in DoProcess()
/foundation/ability/ability_runtime/services/abilitymgr/src/screen_lock/
H
A
D
unlock_screen_manager.cpp
54
bool isScreenLocked = OHOS::ScreenLock::ScreenLockManager::GetInstance()->
IsScreenLocked
();
in UnlockScreen()
/foundation/communication/nfc/services/include/
H
A
D
nfc_event_handler.h
48
bool
IsScreenLocked
();
/foundation/multimodalinput/input/service/account_manager/src/
H
A
D
account_manager.cpp
345
DISPLAY_MONITOR->SetScreenLocked(screenLockPtr->
IsScreenLocked
());
in InitializeScreenLockStatus()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H
A
D
dm_auth_manager.h
524
bool
IsScreenLocked
();
/foundation/window/window_manager/wmserver/include/
H
A
D
window_node_container.h
127
bool
IsScreenLocked
();
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test3.cpp
1659
* @tc.name: SetScreenLocked &&
IsScreenLocked
1663
HWTEST_F(SceneSessionManagerTest3,
IsScreenLocked
, Function | SmallTest | Level3)
in HWTEST_F()
1667
EXPECT_TRUE(ssm_->
IsScreenLocked
());
in HWTEST_F()
1669
EXPECT_FALSE(ssm_->
IsScreenLocked
());
in HWTEST_F()
H
A
D
session_lifecycle_test.cpp
97
return ssm_->
IsScreenLocked
();
in SetUp()
H
A
D
scene_session_manager_test6.cpp
360
* @tc.name: SetScreenLocked &&
IsScreenLocked
364
HWTEST_F(SceneSessionManagerTest6,
IsScreenLocked
, Function | SmallTest | Level3)
in HWTEST_F()
369
EXPECT_TRUE(ssm_->
IsScreenLocked
());
in HWTEST_F()
375
EXPECT_FALSE(ssm_->
IsScreenLocked
());
in HWTEST_F()
H
A
D
session_test2.cpp
100
return ssm_->
IsScreenLocked
();
in SetUp()
2007
auto isScreenLockedCallback = [this]() { return ssm_->
IsScreenLocked
(); };
in HWTEST_F()
H
A
D
session_test.cpp
98
return ssm_->
IsScreenLocked
();
in SetUp()
H
A
D
session_test3.cpp
81
return ssm_->
IsScreenLocked
();
in SetUp()
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_dm_auth_manager_third.cpp
61
bool DmAuthManager::
IsScreenLocked
()
in IsScreenLocked()
function in OHOS::DistributedHardware::DmAuthManager
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
1472
if (
IsScreenLocked
()) {
in ShowStartAuthDialog()
2384
bool DmAuthManager::
IsScreenLocked
()
in IsScreenLocked()
function in OHOS::DistributedHardware::DmAuthManager
2388
isLocked = OHOS::ScreenLock::ScreenLockManager::GetInstance()->
IsScreenLocked
();
in IsScreenLocked()
2390
LOGI("
IsScreenLocked
isLocked: %{public}d.", isLocked);
in IsScreenLocked()
/foundation/window/window_manager/wmserver/src/
H
A
D
remote_animation.cpp
132
if (container == nullptr || container->
IsScreenLocked
()) {
in CheckRemoteAnimationEnabled()
H
A
D
window_node_container.cpp
2648
bool WindowNodeContainer::
IsScreenLocked
()
in IsScreenLocked()
function in OHOS::Rosen::WindowNodeContainer
/foundation/window/window_manager/window_scene/session_manager/include/
H
A
D
scene_session_manager.h
250
bool
IsScreenLocked
() const;
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
1643
sceneSession->RegisterIsScreenLockedCallback([this] { return
IsScreenLocked
(); });
in InitSceneSession()
5443
if (!
IsScreenLocked
()) {
in DeleteStateDetectTask()
5457
bool SceneSessionManager::
IsScreenLocked
() const
in IsScreenLocked()
function in OHOS::Rosen::SceneSessionManager
5635
return this->
IsScreenLocked
();
in RegisterGetStateFromManagerFunc()
/foundation/distributeddatamgr/pasteboard/services/core/src/
H
A
D
pasteboard_service.cpp
126
auto isScreenLocked = OHOS::ScreenLock::ScreenLockManager::GetInstance()->
IsScreenLocked
();
in InitScreenStatus()
Completed in 51 milliseconds