Searched refs:SendInteractionEvent (Results 1 - 7 of 7) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/context/ |
H A D | context.h | 46 void SendInteractionEvent(EventType eventType, ContextEventMsg::Ptr &eventMsg);
|
H A D | context.cpp | 181 void Context::SendInteractionEvent(EventType eventType, ContextEventMsg::Ptr &eventMsg) in SendInteractionEvent() function in OHOS::Sharing::Context 345 SendInteractionEvent(EVENT_INTERACTION_STATE_AGENT_DESTROYED, eventMsg); in HandleStateDestroyAgent()
|
/foundation/CastEngine/castengine_wifi_display/services/agent/ |
H A D | agent.cpp | 171 SendInteractionEvent(statusMsg, EVENT_INTERACTION_STATE_REMOVE_SURFACE); in HandleEvent() 189 SendInteractionEvent(statusMsg, EVENT_INTERACTION_ACCELERATION_DONE); in HandleEvent() 193 SendInteractionEvent(statusMsg, EVENT_INTERACTION_DECODER_DIED); in HandleEvent() 212 SendInteractionEvent(statusMsg, EVENT_INTERACTION_MSG_ERROR); in HandleProsumerError() 349 SendInteractionEvent(statusMsg, EVENT_INTERACTION_MSG_ERROR); in HandleSessionError() 425 void Agent::SendInteractionEvent(SessionStatusMsg::Ptr &statusMsg, EventType eventType) in SendInteractionEvent() function in OHOS::Sharing::Agent
|
H A D | agent.h | 99 void SendInteractionEvent(SessionStatusMsg::Ptr &statusMsg, EventType eventType);
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/ |
H A D | context_unit_test.cpp | 303 context->SendInteractionEvent(EVENT_COMMON_BASE, eventMsg); in HWTEST_F() 321 context->SendInteractionEvent(EVENT_CONTEXTMGR_AGENT_CREATE, eventMsg); in HWTEST_F() 339 context->SendInteractionEvent(EVENT_AGENT_DESTROY, eventMsg); in HWTEST_F() 357 context->SendInteractionEvent(EVENT_SESSION_BASE, eventMsg); in HWTEST_F() 375 context->SendInteractionEvent(EVENT_MEDIA_CONSUMER_PAUSE, eventMsg); in HWTEST_F() 393 context->SendInteractionEvent(EVENT_SCHEDULER_BASE, eventMsg); in HWTEST_F() 411 context->SendInteractionEvent(EVENT_INTERACTION_MSG_ERROR, eventMsg); in HWTEST_F() 429 context->SendInteractionEvent(EVENT_CONFIGURE_BASE, eventMsg); in HWTEST_F() 447 context->SendInteractionEvent(EVENT_VIDEOCHAT, eventMsg); in HWTEST_F() 465 context->SendInteractionEvent(EVENT_WFD_NOTIFY_RTSP_PLAYE in HWTEST_F() [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/unittest/agent/ |
H A D | src_agent_unit_test.cpp | 1186 srcAgent->SendInteractionEvent(sessionMsg, EVENT_AGENT_PROSUMER_RESUME); in HWTEST_F()
|
H A D | sink_agent_unit_test.cpp | 1186 sinkAgent->SendInteractionEvent(sessionMsg, EVENT_AGENT_PROSUMER_RESUME); in HWTEST_F()
|
Completed in 10 milliseconds