Home
last modified time | relevance | path

Searched refs:contextEventMsgSptr (Results 1 - 2 of 2) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H A Dcontext_unit_test.cpp73 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); in HWTEST_F() local
75 contextEventMsgSptr->className = "ContextTestScene"; in HWTEST_F()
76 contextEventMsgSptr->agentType = SINK_AGENT; in HWTEST_F()
77 contextEventMsgSptr->agentId = 100; in HWTEST_F()
81 event.eventMsg = contextEventMsgSptr; in HWTEST_F()
97 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); in HWTEST_F() local
99 contextEventMsgSptr->className = "ContextTestScene"; in HWTEST_F()
100 contextEventMsgSptr->agentType = SINK_AGENT; in HWTEST_F()
101 contextEventMsgSptr->agentId = 100; in HWTEST_F()
105 event.eventMsg = contextEventMsgSptr; in HWTEST_F()
121 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
146 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
177 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
211 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
244 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
294 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
312 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
330 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
348 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
366 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
384 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
402 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
420 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
438 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
456 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
474 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
492 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
511 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
532 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
556 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
581 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
608 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
626 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
645 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
665 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
685 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
786 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
807 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
829 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
851 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
872 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
891 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
967 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
988 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
1063 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
1084 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
1104 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/event/
H A Devent_unit_test.cpp47 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); in HWTEST_F() local
52 event.eventMsg = contextEventMsgSptr; in HWTEST_F()
65 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); in HWTEST_F() local
70 event.eventMsg = contextEventMsgSptr; in HWTEST_F()
82 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); in HWTEST_F() local
88 event.eventMsg = contextEventMsgSptr; in HWTEST_F()
100 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); in HWTEST_F() local
106 event.eventMsg = contextEventMsgSptr; in HWTEST_F()
118 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); in HWTEST_F() local
124 event.eventMsg = contextEventMsgSptr; in HWTEST_F()
136 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
191 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
214 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
236 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
259 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
281 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
303 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
327 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
423 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
439 std::shared_ptr<ContextEventMsg> contextEventMsgSptr = std::make_shared<ContextEventMsg>(); HWTEST_F() local
[all...]

Completed in 3 milliseconds