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:eventMgr_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
cooperate_free.cpp
77
context.
eventMgr_
.OnUnchain(event);
in UnchainConnections()
125
context.
eventMgr_
.StartCooperate(notice);
in OnStart()
136
context.
eventMgr_
.StartCooperateFinish(failNotice);
in OnStart()
147
context.
eventMgr_
.StartCooperateFinish(startNotice);
in OnStart()
163
context.
eventMgr_
.StopCooperate(param);
in OnStop()
167
context.
eventMgr_
.StopCooperateFinish(notice);
in OnStop()
183
context.
eventMgr_
.RemoteStart(notice);
in OnRemoteStart()
186
context.
eventMgr_
.RemoteStartFinish(notice);
in OnRemoteStart()
H
A
D
cooperate_out.cpp
142
context.
eventMgr_
.StartCooperate(param);
in OnStart()
149
context.
eventMgr_
.StartCooperateFinish(failNotice);
in OnStart()
156
context.
eventMgr_
.StopCooperate(param);
in OnStop()
164
context.
eventMgr_
.StopCooperateFinish(notice);
in OnStop()
183
context.
eventMgr_
.RemoteStart(startEvent);
in OnComeBack()
187
context.
eventMgr_
.RemoteStartFinish(notice);
in OnComeBack()
206
context.
eventMgr_
.RemoteStart(notice);
in OnRemoteStart()
214
context.
eventMgr_
.RemoteStartFinish(notice);
in OnRemoteStart()
228
context.
eventMgr_
.RemoteStop(notice);
in OnRemoteStop()
231
context.
eventMgr_
in OnRemoteStop()
[all...]
H
A
D
cooperate_in.cpp
150
context.
eventMgr_
.StartCooperateFinish(result);
in OnStart()
155
context.
eventMgr_
.StartCooperate(startEvent);
in OnStart()
179
context.
eventMgr_
.StartCooperateFinish(notice);
in OnComeBack()
203
context.
eventMgr_
.StopCooperate(param);
in OnStop()
209
context.
eventMgr_
.StopCooperateFinish(notice);
in OnStop()
223
context.
eventMgr_
.RemoteStart(notice);
in OnRemoteStart()
230
context.
eventMgr_
.RemoteStartFinish(notice);
in OnRemoteStart()
243
context.
eventMgr_
.RemoteStop(notice);
in OnRemoteStop()
245
context.
eventMgr_
.RemoteStopFinish(notice);
in OnRemoteStop()
305
context.
eventMgr_
in OnSoftbusSessionClosed()
[all...]
H
A
D
state_machine.cpp
228
context.
eventMgr_
.RegisterListener(notice);
in RegisterListener()
234
context.
eventMgr_
.UnregisterListener(notice);
in UnregisterListener()
254
context.
eventMgr_
.EnableCooperate(enableEvent);
in EnableCooperate()
272
context.
eventMgr_
.DisableCooperate(disableEvent);
in DisableCooperate()
317
context.
eventMgr_
.GetCooperateState(notice);
in GetCooperateState()
324
context.
eventMgr_
.OnClientDied(notice);
in OnProcessClientDied()
371
context.
eventMgr_
.OnProfileChanged(notice);
in OnProfileChanged()
389
context.
eventMgr_
.OnSoftbusSessionClosed(notice);
in OnSoftbusSessionClosed()
H
A
D
cooperate_context.cpp
118
: dsoftbus_(env),
eventMgr_
(env), hotArea_(env), mouseLocation_(env), inputDevMgr_(env),
in Context()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H
A
D
cooperate_context.h
96
EventManager
eventMgr_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
Completed in 9 milliseconds