Home
last modified time | relevance | path

Searched refs:SrcAgent (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/unittest/agent/
H A Dsrc_agent_unit_test.cpp36 auto srcAgent = std::make_shared<SrcAgent>(); in HWTEST_F()
42 auto srcAgent = std::make_shared<SrcAgent>(); in HWTEST_F()
49 auto srcAgent = std::make_shared<SrcAgent>(); in HWTEST_F()
58 auto srcAgent = std::make_shared<SrcAgent>(); in HWTEST_F()
65 auto srcAgent = std::make_shared<SrcAgent>(); in HWTEST_F()
74 auto srcAgent = std::make_shared<SrcAgent>(); in HWTEST_F()
84 auto srcAgent = std::make_shared<SrcAgent>(); in HWTEST_F()
92 auto srcAgent = std::make_shared<SrcAgent>(); in HWTEST_F()
106 auto srcAgent = std::make_shared<SrcAgent>(); in HWTEST_F()
119 auto srcAgent = std::make_shared<SrcAgent>(); in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H A Dsrc_agent.h24 class SrcAgent : public Agent { class
26 SrcAgent();
27 ~SrcAgent();
H A Dsrc_agent.cpp24 SrcAgent::SrcAgent() : Agent(AgentType::SRC_AGENT) in SrcAgent() function in OHOS::Sharing::SrcAgent
29 SrcAgent::~SrcAgent() in ~SrcAgent()
34 void SrcAgent::OnSessionNotify(SessionStatusMsg::Ptr &statusMsg) in OnSessionNotify()
69 void SrcAgent::NotifyProducer(SessionStatusMsg::Ptr &statusMsg, EventType type) in NotifyProducer()
/foundation/CastEngine/castengine_wifi_display/services/context/
H A Dcontext.cpp142 auto srcAgent = std::static_pointer_cast<SrcAgent>(item.second); in IsEmptySrcAgent()
277 auto srcAgent = std::make_shared<SrcAgent>(); in HandleCreateAgent()
336 auto srcAgent = std::static_pointer_cast<SrcAgent>(agent); in HandleStateDestroyAgent()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H A Dcontext_unit_test.cpp597 auto srcAgent = std::static_pointer_cast<SrcAgent>(agent); in HWTEST_F()

Completed in 5 milliseconds