Home
last modified time | relevance | path

Searched refs:eventMgr_ (Results 1 - 7 of 7) sorted by relevance

/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_free.cpp77 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 Dcooperate_out.cpp135 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 Dcooperate_in.cpp150 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 Dstate_machine.cpp232 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 Dcooperate_context.cpp105 : dsoftbus_(env), eventMgr_(env), hotArea_(env), mouseLocation_(env), inputDevMgr_(env), in Context()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp150 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 Dcooperate_context.h95 EventManager eventMgr_; member in OHOS::Msdp::DeviceStatus::Cooperate::final

Completed in 7 milliseconds