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:eventCallBack
(Results
1 - 5
of
5
) sorted by relevance
/base/security/asset/services/os_dependency/src/
H
A
D
system_event_wrapper.cpp
77
explicit SystemEventHandler(const CommonEventSubscribeInfo &subscribeInfo, const EventCallBack
eventCallBack
)
in SystemEventHandler()
argument
78
: CommonEventSubscriber(subscribeInfo),
eventCallBack
(
eventCallBack
) {}
in SystemEventHandler()
86
HandlePackageRemoved(want, false, this->
eventCallBack
.onPackageRemoved);
88
HandlePackageRemoved(want, true, this->
eventCallBack
.onPackageRemoved);
91
if (this->
eventCallBack
.onUserRemoved != nullptr) {
92
this->
eventCallBack
.onUserRemoved(userId);
96
if (this->
eventCallBack
.onScreenOff != nullptr) {
97
this->
eventCallBack
.onScreenOff();
101
if (this->
eventCallBack
125
const EventCallBack
eventCallBack
;
global()
member in __anon2087::SystemEventHandler
130
SubscribePinEvent(const EventCallBack
eventCallBack
)
SubscribePinEvent()
argument
162
SubscribeSystemEvent(const EventCallBack
eventCallBack
)
SubscribeSystemEvent()
argument
[all...]
H
A
D
system_ability_wrapper.cpp
34
explicit SystemAbilityHandler(const EventCallBack
eventCallBack
) :
eventCallBack
(
eventCallBack
) {};
in SystemAbilityHandler()
argument
42
if (SubscribeSystemEvent(
eventCallBack
)) {
60
const EventCallBack
eventCallBack
;
member in __anon2086::SystemAbilityHandler
79
bool SubscribeSystemAbility(const EventCallBack
eventCallBack
)
in SubscribeSystemAbility()
argument
87
abilityHandler = new (std::nothrow) SystemAbilityHandler(
eventCallBack
);
in SubscribeSystemAbility()
/base/security/asset/services/os_dependency/inc/
H
A
D
system_ability_wrapper.h
25
bool SubscribeSystemAbility(const EventCallBack
eventCallBack
);
H
A
D
system_event_wrapper.h
41
bool SubscribeSystemEvent(const EventCallBack
eventCallBack
);
/base/security/asset/services/core_service/src/common_event/
H
A
D
listener.rs
405
fn SubscribeSystemAbility(
eventCallBack
: EventCallBack) -> bool;
in SubscribeSystemAbility()
407
fn SubscribeSystemEvent(
eventCallBack
: EventCallBack) -> bool;
in SubscribeSystemEvent()
Completed in 2 milliseconds