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 - 7
of
7
) sorted by relevance
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
cooperate_free.cpp
77
context.
eventMgr_
.OnUnchain(event);
in UnchainConnections()
122
context.
eventMgr_
.StartCooperate(notice);
in OnStart()
133
context.
eventMgr_
.StartCooperateFinish(failNotice);
in OnStart()
144
context.
eventMgr_
.StartCooperateFinish(startNotice);
in OnStart()
160
context.
eventMgr_
.StopCooperate(param);
in OnStop()
166
context.
eventMgr_
.StopCooperateFinish(notice);
in OnStop()
190
context.
eventMgr_
.RemoteStart(notice);
in OnRemoteStart()
193
context.
eventMgr_
.RemoteStartFinish(notice);
in OnRemoteStart()
H
A
D
cooperate_out.cpp
135
context.
eventMgr_
.StartCooperate(param);
in OnStart()
142
context.
eventMgr_
.StartCooperateFinish(failNotice);
in OnStart()
149
context.
eventMgr_
.StopCooperate(param);
in OnStop()
159
context.
eventMgr_
.StopCooperateFinish(notice);
in OnStop()
177
context.
eventMgr_
.RemoteStart(startEvent);
in OnComeBack()
181
context.
eventMgr_
.RemoteStartFinish(notice);
in OnComeBack()
201
context.
eventMgr_
.RemoteStart(notice);
in OnRemoteStart()
209
context.
eventMgr_
.RemoteStartFinish(notice);
in OnRemoteStart()
223
context.
eventMgr_
.RemoteStop(notice);
in OnRemoteStop()
226
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()
211
context.
eventMgr_
.StopCooperateFinish(notice);
in OnStop()
226
context.
eventMgr_
.RemoteStart(notice);
in OnRemoteStart()
233
context.
eventMgr_
.RemoteStartFinish(notice);
in OnRemoteStart()
246
context.
eventMgr_
.RemoteStop(notice);
in OnRemoteStop()
248
context.
eventMgr_
.RemoteStopFinish(notice);
in OnRemoteStop()
308
context.
eventMgr_
in OnSoftbusSessionClosed()
[all...]
H
A
D
state_machine.cpp
232
context.
eventMgr_
.RegisterListener(notice);
in RegisterListener()
238
context.
eventMgr_
.UnregisterListener(notice);
in UnregisterListener()
258
context.
eventMgr_
.EnableCooperate(enableEvent);
in EnableCooperate()
277
context.
eventMgr_
.DisableCooperate(disableEvent);
in DisableCooperate()
322
context.
eventMgr_
.GetCooperateState(notice);
in GetCooperateState()
329
context.
eventMgr_
.OnClientDied(notice);
in OnProcessClientDied()
376
context.
eventMgr_
.OnProfileChanged(notice);
in OnProfileChanged()
394
context.
eventMgr_
.OnSoftbusSessionClosed(notice);
in OnSoftbusSessionClosed()
H
A
D
cooperate_context.cpp
105
: dsoftbus_(env),
eventMgr_
(env), hotArea_(env), mouseLocation_(env), inputDevMgr_(env),
in Context()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H
A
D
cooperate_plugin_test.cpp
150
g_contextOne->
eventMgr_
.NotifyCooperateState(cooperateStateNotice);
in NotifyCooperate()
151
g_context->
eventMgr_
.NotifyCooperateState(cooperateStateNotice);
in NotifyCooperate()
153
g_context->
eventMgr_
.NotifyCooperateState(cooperateStateNotice);
in NotifyCooperate()
154
g_context->
eventMgr_
.GetCooperateState(cooperateStateNotice);
in NotifyCooperate()
501
g_context->
eventMgr_
.RegisterListener(registerListenerEvent);
in HWTEST_F()
502
g_context->
eventMgr_
.RegisterListener(registerListenerEvent);
in HWTEST_F()
505
g_context->
eventMgr_
.EnableCooperate(enableCooperateEvent);
in HWTEST_F()
506
g_context->
eventMgr_
.DisableCooperate(registerListenerEvent);
in HWTEST_F()
515
g_context->
eventMgr_
.StartCooperate(event);
in HWTEST_F()
520
g_context->
eventMgr_
in HWTEST_F()
[all...]
/base/msdp/device_status/intention/cooperate/plugin/include/
H
A
D
cooperate_context.h
95
EventManager
eventMgr_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
Completed in 8 milliseconds