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:GetSecure
(Results
1 - 12
of
12
) sorted by relevance
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_manager.cpp
71
bool ScreenLockManager::
GetSecure
()
in GetSecure()
function in OHOS::ScreenLock::ScreenLockManager
75
SCLOCK_HILOGE("
GetSecure
quit because redoing GetScreenLockManagerProxy failed.");
in GetSecure()
78
return proxy->
GetSecure
();
in GetSecure()
H
A
D
screenlock_manager_proxy.cpp
74
bool ScreenLockManagerProxy::
GetSecure
()
in GetSecure()
function in OHOS::ScreenLock::ScreenLockManagerProxy
80
SCLOCK_HILOGD("ScreenLockManagerProxy
GetSecure
started.");
in GetSecure()
84
SCLOCK_HILOGE("
GetSecure
, ret = %{public}d", ret);
in GetSecure()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_manager.h
51
SCREENLOCK_API bool
GetSecure
();
H
A
D
screenlock_manager_interface.h
33
virtual bool
GetSecure
() = 0;
/base/theme/screenlock_mgr/frameworks/native/include/
H
A
D
screenlock_manager_proxy.h
36
bool
GetSecure
() override;
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H
A
D
screenlockmanager_fuzzer.cpp
56
return ScreenLockManager::GetInstance()->
GetSecure
();
in FuzzScreenlockManager()
/base/theme/screenlock_mgr/services/include/
H
A
D
screenlock_system_ability.h
149
bool
GetSecure
() override;
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_client_test.cpp
83
bool result = ScreenLockManager::GetInstance()->
GetSecure
();
in HWTEST_F()
H
A
D
screenlock_service_test.cpp
532
* @tc.desc: Test
GetSecure
.
539
SCLOCK_HILOGD("Test
GetSecure
.");
in HWTEST_F()
541
bool ret = ScreenLockSystemAbility::GetInstance()->
GetSecure
();
in HWTEST_F()
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_manager_stub.cpp
111
bool result =
GetSecure
();
in OnGetSecure()
113
SCLOCK_HILOGD("
GetSecure
result = %{public}d", result);
in OnGetSecure()
H
A
D
screenlock_system_ability.cpp
457
bool ScreenLockSystemAbility::
GetSecure
()
in GetSecure()
function in OHOS::ScreenLock::ScreenLockSystemAbility
460
SCLOCK_HILOGI("ScreenLockSystemAbility
GetSecure
restart.");
in GetSecure()
462
SCLOCK_HILOGI("ScreenLockSystemAbility
GetSecure
started.");
in GetSecure()
464
SCLOCK_HILOGD("ScreenLockSystemAbility::
GetSecure
callingUid=%{public}d", callingUid);
in GetSecure()
545
if (
GetSecure
() == true) {
in SetScreenLockDisabled()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
napi_screenlock_ability.cpp
412
context->allowed = ScreenLockManager::GetInstance()->
GetSecure
();
in NAPI_IsSecureMode()
Completed in 8 milliseconds