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:OnSystemEvent
(Results
1 - 11
of
11
) sorted by relevance
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_manager_interface.h
38
virtual int32_t
OnSystemEvent
(const sptr<ScreenLockSystemAbilityInterface> &listener) = 0;
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_app_manager.cpp
144
int32_t ScreenLockAppManager::
OnSystemEvent
(const sptr<ScreenLockSystemAbilityInterface> &listener)
in OnSystemEvent()
function in OHOS::ScreenLock::ScreenLockAppManager
146
SCLOCK_HILOGD("ScreenLockAppManager::
OnSystemEvent
in");
in OnSystemEvent()
149
SCLOCK_HILOGE("ScreenLockAppManager::
OnSystemEvent
quit because redoing GetScreenLockManagerProxy failed.");
in OnSystemEvent()
159
int32_t status = proxy->
OnSystemEvent
(listener);
in OnSystemEvent()
160
SCLOCK_HILOGD("ScreenLockAppManager::
OnSystemEvent
out, status=%{public}d", status);
in OnSystemEvent()
H
A
D
screenlock_manager_proxy.cpp
188
int32_t ScreenLockManagerProxy::
OnSystemEvent
(const sptr<ScreenLockSystemAbilityInterface> &listener)
in OnSystemEvent()
function in OHOS::ScreenLock::ScreenLockManagerProxy
190
SCLOCK_HILOGD("ScreenLockManagerProxy::
OnSystemEvent
");
in OnSystemEvent()
209
SCLOCK_HILOGE(" ScreenLockManagerProxy::
OnSystemEvent
fail, result = %{public}d ", result);
in OnSystemEvent()
213
SCLOCK_HILOGD("ScreenLockManagerProxy::
OnSystemEvent
out status is :%{public}d", status);
in OnSystemEvent()
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_client_test.cpp
117
* @tc.desc: Test
OnSystemEvent
.
124
SCLOCK_HILOGD("Test
OnSystemEvent
");
in HWTEST_F()
128
int32_t result = ScreenLockAppManager::GetInstance()->
OnSystemEvent
(listener);
in HWTEST_F()
149
* @tc.desc: Test
OnSystemEvent
.
156
SCLOCK_HILOGD("Test
OnSystemEvent
");
in HWTEST_F()
158
int32_t result = ScreenLockAppManager::GetInstance()->
OnSystemEvent
(listener);
in HWTEST_F()
183
* @tc.desc: Test Lock, UnLock and
OnSystemEvent
.
190
SCLOCK_HILOGD("Test RequestLock, RequestUnLock and
OnSystemEvent
.");
in HWTEST_F()
193
int32_t result = proxy->
OnSystemEvent
(listener);
in HWTEST_F()
/base/theme/screenlock_mgr/frameworks/native/include/
H
A
D
screenlock_app_manager.h
42
SCREENLOCK_API int32_t
OnSystemEvent
(const sptr<ScreenLockSystemAbilityInterface> &listener);
H
A
D
screenlock_manager_proxy.h
41
int32_t
OnSystemEvent
(const sptr<ScreenLockSystemAbilityInterface> &listener) override;
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H
A
D
screenlockmanager_fuzzer.cpp
95
int32_t ret = ScreenLockAppManager::GetInstance()->
OnSystemEvent
(listener_);
in FuzzScreenlockAppManager()
/base/theme/screenlock_mgr/services/include/
H
A
D
screenlock_system_ability.h
153
int32_t
OnSystemEvent
(const sptr<ScreenLockSystemAbilityInterface> &listener) override;
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_manager_stub.cpp
180
int32_t ret =
OnSystemEvent
(listener);
in OnScreenLockOn()
H
A
D
screenlock_system_ability.cpp
480
int32_t ScreenLockSystemAbility::
OnSystemEvent
(const sptr<ScreenLockSystemAbilityInterface> &listener)
in OnSystemEvent()
function in OHOS::ScreenLock::ScreenLockSystemAbility
496
SCLOCK_HILOGI("ScreenLockSystemAbility::
OnSystemEvent
end.");
in OnSystemEvent()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
napi_screenlock_ability.cpp
448
int32_t retCode = ScreenLockAppManager::GetInstance()->
OnSystemEvent
(listener);
in NAPI_OnSystemEvent()
Completed in 9 milliseconds