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:ScreenLock
(Results
1 - 25
of
89
) sorted by relevance
1
2
3
4
/base/customization/enterprise_device_management/services/edm_plugin/src/
H
A
D
lock_screen_plugin.cpp
39
int32_t ret =
ScreenLock
::ScreenLockManager::GetInstance()->Lock(userId);
in OnSetPolicy()
40
if (ret !=
ScreenLock
::E_SCREENLOCK_OK) {
in OnSetPolicy()
H
A
D
operate_device_plugin.cpp
45
int32_t ret =
ScreenLock
::ScreenLockManager::GetInstance()->Lock(param.userId);
in OnSetPolicy()
46
if (ret !=
ScreenLock
::E_SCREENLOCK_OK) {
in OnSetPolicy()
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_event_list_test.h
20
namespace
ScreenLock
{
namespace
24
} // namespace
ScreenLock
H
A
D
screenlock_notify_test_instance.h
24
namespace
ScreenLock
{
namespace
34
} // namespace
ScreenLock
H
A
D
screenlock_notify_test_instance.cpp
20
namespace
ScreenLock
{
namespace
35
} // namespace
ScreenLock
H
A
D
screenlock_client_test.h
21
namespace
ScreenLock
{
namespace
30
} // namespace
ScreenLock
H
A
D
screenlock_preferences_test.h
21
namespace
ScreenLock
{
namespace
30
} // namespace
ScreenLock
H
A
D
screenlock_strongauth_test.h
21
namespace
ScreenLock
{
namespace
30
} // namespace
ScreenLock
H
A
D
screenlock_service_test.h
21
namespace
ScreenLock
{
namespace
30
} // namespace
ScreenLock
H
A
D
screenlock_callback_test.cpp
21
namespace
ScreenLock
{
namespace
47
} // namespace
ScreenLock
H
A
D
screenlock_callback_test.h
24
namespace
ScreenLock
{
namespace
38
} // namespace
ScreenLock
/base/security/access_token/services/common/screenlock_manager/src/
H
A
D
screenlock_manager_loader.cpp
23
return
ScreenLock
::ScreenLockManager::GetInstance()->IsScreenLocked();
in IsScreenLocked()
/base/theme/screenlock_mgr/frameworks/js/napi/include/
H
A
D
screenlock_js_util.h
25
namespace OHOS::
ScreenLock
{
namespace in OHOS
31
} // namespace OHOS::
ScreenLock
H
A
D
event_listener.h
25
namespace
ScreenLock
{
namespace
35
} // namespace
ScreenLock
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_get_info_callback.cpp
19
namespace
ScreenLock
{
namespace
32
} // namespace
ScreenLock
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_callback_interface.h
21
namespace
ScreenLock
{
namespace
29
DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.
ScreenLock
.ScreenLockCallbackInterface");
33
} // namespace
ScreenLock
/base/theme/screenlock_mgr/services/include/
H
A
D
screenlock_get_info_callback.h
25
namespace
ScreenLock
{
namespace
38
} // namespace
ScreenLock
H
A
D
screenlock_callback_proxy.h
24
namespace
ScreenLock
{
namespace
34
} // namespace
ScreenLock
H
A
D
screenlock_server_ipc_interface_code.h
21
namespace
ScreenLock
{
namespace
42
} // namespace
ScreenLock
H
A
D
screenlock_system_ability_proxy.h
26
namespace
ScreenLock
{
namespace
36
} // namespace
ScreenLock
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockgetauthstate_fuzzer/
H
A
D
screenlockgetauthstate_fuzzer.cpp
26
using namespace OHOS::
ScreenLock
;
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockboundarycode_fuzzer/
H
A
D
screenlockboundarycode_fuzzer.cpp
26
using namespace OHOS::
ScreenLock
;
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockrequeststrong_fuzzer/
H
A
D
screenlockrequeststrong_fuzzer.cpp
26
using namespace OHOS::
ScreenLock
;
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockonsystemevent_fuzzer/
H
A
D
screenlockonsystemevent_fuzzer.cpp
26
using namespace OHOS::
ScreenLock
;
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocklockscreen_fuzzer/
H
A
D
screenlocklockscreen_fuzzer.cpp
26
using namespace OHOS::
ScreenLock
;
Completed in 4 milliseconds
1
2
3
4