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:SystemEvent
(Results
1 - 15
of
15
) sorted by relevance
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_system_ability_interface.h
24
struct
SystemEvent
{
struct
28
explicit
SystemEvent
(std::string eventType = "", std::string params = "", int32_t userId = -1)
in SystemEvent()
function
36
virtual void OnCallBack(const
SystemEvent
&systemEvent) = 0;
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_system_ability_stub.cpp
27
void ScreenLockSystemAbilityStub::OnCallBack(const
SystemEvent
&systemEvent)
in OnCallBack()
41
SystemEvent
systemEvent(data.ReadString(), data.ReadString());
in OnRemoteRequest()
H
A
D
screenlock_app_manager.cpp
195
SystemEvent
systemEvent(SERVICE_RESTART);
in OnRemoteSaDied()
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_notify_test_instance.h
29
void OnCallBack(const
SystemEvent
&systemEvent) override;
H
A
D
screenlock_notify_test_instance.cpp
30
void ScreenlockNotifyTestInstance::OnCallBack(const
SystemEvent
&systemEvent)
in OnCallBack()
H
A
D
screenlock_callback_test.cpp
30
void ScreenLockSystemAbilityTest::OnCallBack(const
SystemEvent
&systemEvent)
in OnCallBack()
H
A
D
screenlock_callback_test.h
29
void OnCallBack(const
SystemEvent
&systemEvent) override;
/base/theme/screenlock_mgr/services/include/
H
A
D
screenlock_system_ability_proxy.h
31
void OnCallBack(const
SystemEvent
&systemEvent) override;
H
A
D
screenlock_system_ability.h
205
void SystemEventCallBack(const
SystemEvent
&systemEvent, TraceTaskId traceTaskId = HITRACE_BUTT);
/base/theme/screenlock_mgr/frameworks/native/include/
H
A
D
screenlock_system_ability_stub.h
32
SCREENLOCK_API void OnCallBack(const
SystemEvent
&systemEvent) override;
/base/theme/screenlock_mgr/frameworks/js/napi/include/
H
A
D
screenlock_system_ability_callback.h
32
void OnCallBack(const
SystemEvent
&systemEvent) override;
H
A
D
uv_queue.h
31
SystemEvent
systemEvent;
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_system_ability_proxy.cpp
27
void ScreenLockSystemAbilityProxy::OnCallBack(const
SystemEvent
&systemEvent)
in OnCallBack()
H
A
D
screenlock_system_ability.cpp
280
SystemEvent
systemEvent(BEGIN_SCREEN_OFF);
in OnScreenOff()
292
SystemEvent
systemEvent(BEGIN_SCREEN_ON);
in OnScreenOn()
312
SystemEvent
systemEvent(SYSTEM_READY);
in OnSystemReady()
325
SystemEvent
systemEvent(BEGIN_WAKEUP);
in OnWakeUp()
337
SystemEvent
systemEvent(BEGIN_SLEEP);
in OnSleep()
349
SystemEvent
systemEvent(EXIT_ANIMATION);
in OnExitAnimation()
355
SystemEvent
systemEvent(STRONG_AUTH_CHANGED);
in StrongAuthChanged()
397
SystemEvent
systemEvent(UNLOCKSCREEN);
in UnlockInner()
419
SystemEvent
systemEvent(LOCKSCREEN);
in Lock()
432
SystemEvent
systemEven
in Lock()
[all...]
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
screenlock_system_ability_callback.cpp
40
void ScreenlockSystemAbilityCallback::OnCallBack(const
SystemEvent
&systemEvent)
in OnCallBack()
Completed in 6 milliseconds