Searched refs:eventMgr_ (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/base/msdp/device_status/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() 169 context.eventMgr_.StopCooperateFinish(notice); in OnStop() 185 context.eventMgr_.RemoteStart(notice); in OnRemoteStart() 188 context.eventMgr_.RemoteStartFinish(notice); in OnRemoteStart()
|
H A D | cooperate_out.cpp | 141 context.eventMgr_.StartCooperate(param); in OnStart() 148 context.eventMgr_.StartCooperateFinish(failNotice); in OnStart() 155 context.eventMgr_.StopCooperate(param); in OnStop() 165 context.eventMgr_.StopCooperateFinish(notice); in OnStop() 184 context.eventMgr_.RemoteStart(startEvent); in OnComeBack() 188 context.eventMgr_.RemoteStartFinish(notice); in OnComeBack() 207 context.eventMgr_.RemoteStart(notice); in OnRemoteStart() 215 context.eventMgr_.RemoteStartFinish(notice); in OnRemoteStart() 229 context.eventMgr_.RemoteStop(notice); in OnRemoteStop() 232 context.eventMgr_.RemoteStopFinish(notice); in OnRemoteStop() [all …]
|
H A D | cooperate_in.cpp | 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() 225 context.eventMgr_.RemoteStart(notice); in OnRemoteStart() 232 context.eventMgr_.RemoteStartFinish(notice); in OnRemoteStart() 245 context.eventMgr_.RemoteStop(notice); in OnRemoteStop() 247 context.eventMgr_.RemoteStopFinish(notice); in OnRemoteStop() 550 context.eventMgr_.StartCooperateFinish(notice); in OnNormal() 594 context.eventMgr_.StartCooperateFinish(result); in OnReset() [all …]
|
H A D | state_machine.cpp | 225 context.eventMgr_.RegisterListener(notice); in RegisterListener() 231 context.eventMgr_.UnregisterListener(notice); in UnregisterListener() 251 context.eventMgr_.EnableCooperate(enableEvent); in EnableCooperate() 270 context.eventMgr_.DisableCooperate(disableEvent); in DisableCooperate() 315 context.eventMgr_.GetCooperateState(notice); in GetCooperateState() 322 context.eventMgr_.OnClientDied(notice); in OnProcessClientDied() 369 context.eventMgr_.OnProfileChanged(notice); in OnProfileChanged() 387 context.eventMgr_.OnSoftbusSessionClosed(notice); in OnSoftbusSessionClosed()
|
H A D | cooperate_context.cpp | 106 : dsoftbus_(env), eventMgr_(env), hotArea_(env), mouseLocation_(env), inputDevMgr_(env), in Context()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
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_.RemoteStopFinish(notice); in OnRemoteStop() [all …]
|
H A D | cooperate_free.cpp | 93 context.eventMgr_.OnUnchain(event); in UnchainConnections() 132 context.eventMgr_.StartCooperate(notice); in OnStart() 143 context.eventMgr_.StartCooperateFinish(failNotice); in OnStart() 154 context.eventMgr_.StartCooperateFinish(startNotice); in OnStart() 184 context.eventMgr_.RemoteStart(notice); in OnRemoteStart() 187 context.eventMgr_.RemoteStartFinish(notice); in OnRemoteStart()
|
H A D | cooperate_in.cpp | 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() 548 context.eventMgr_.StartCooperateFinish(notice); in OnNormal() 591 context.eventMgr_.StartCooperateFinish(result); in OnReset() [all …]
|
H A D | state_machine.cpp | 225 context.eventMgr_.RegisterListener(notice); in RegisterListener() 231 context.eventMgr_.UnregisterListener(notice); in UnregisterListener() 251 context.eventMgr_.EnableCooperate(enableEvent); in EnableCooperate() 269 context.eventMgr_.DisableCooperate(disableEvent); in DisableCooperate() 307 context.eventMgr_.GetCooperateState(notice); in GetCooperateState() 314 context.eventMgr_.OnClientDied(notice); in OnProcessClientDied() 361 context.eventMgr_.OnProfileChanged(notice); in OnProfileChanged() 379 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()
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 147 g_context->eventMgr_.GetCooperateState(cooperateStateNotice); in NotifyCooperate() 497 g_context->eventMgr_.EnableCooperate(enableCooperateEvent); 507 g_context->eventMgr_.StartCooperate(event); 512 g_context->eventMgr_.StartCooperateFinish(startEvent); 513 g_context->eventMgr_.RemoteStart(startEvent); 514 g_context->eventMgr_.RemoteStartFinish(startEvent); 520 g_context->eventMgr_.OnUnchain(stopEvent); 521 g_context->eventMgr_.StopCooperate(stopEvent); 528 g_context->eventMgr_.RemoteStopFinish(dDMBoardOnlineEvent); 529 g_context->eventMgr_.OnProfileChanged(dDMBoardOnlineEvent); [all …]
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_context.h | 96 EventManager eventMgr_; variable
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_context.h | 96 EventManager eventMgr_; variable
|