Home
last modified time | relevance | path

Searched refs:SRC_AGENT (Results 1 - 10 of 10) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent_def.h22 enum AgentType { NONE_AGENT, SRC_AGENT, SINK_AGENT }; enumerator
H A Dagent.h115 AgentType agentType_ = SRC_AGENT;
H A Dagent.cpp229 } else if (agentType_ == SRC_AGENT) { in HandleProsumerError()
300 } else if (agentType_ == SRC_AGENT) { in PushNextStep()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H A Dcontext_unit_test.cpp194 contextEventMsgSptr->agentType = SRC_AGENT; in HWTEST_F()
228 contextEventMsgSptr->agentType = SRC_AGENT; in HWTEST_F()
296 contextEventMsgSptr->agentType = SRC_AGENT; in HWTEST_F()
314 contextEventMsgSptr->agentType = SRC_AGENT; in HWTEST_F()
332 contextEventMsgSptr->agentType = SRC_AGENT; in HWTEST_F()
350 contextEventMsgSptr->agentType = SRC_AGENT; in HWTEST_F()
368 contextEventMsgSptr->agentType = SRC_AGENT; in HWTEST_F()
386 contextEventMsgSptr->agentType = SRC_AGENT; in HWTEST_F()
404 contextEventMsgSptr->agentType = SRC_AGENT; in HWTEST_F()
422 contextEventMsgSptr->agentType = SRC_AGENT; in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/context/
H A Dcontext.cpp102 if (agent->GetAgentType() == SRC_AGENT) { in HandleAgentDestroy()
115 if (item.second->GetAgentType() == SRC_AGENT) { in HandleAgentDestroy()
141 if (item.second->GetAgentType() == SRC_AGENT) { in IsEmptySrcAgent()
173 if (item.second->GetAgentType() == SRC_AGENT) { in GetSrcAgentSize()
335 if (agentType == AgentType::SRC_AGENT) { in HandleStateDestroyAgent()
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H A Dsrc_agent.cpp24 SrcAgent::SrcAgent() : Agent(AgentType::SRC_AGENT) in SrcAgent()
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.cpp618 sharingAdapter->CreateAgent(contextId, agentId, AgentType::SRC_AGENT, "WfdSourceSession"); in AppendCast()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_source_scene_test.cpp594 sourceScene_->OnInnerDestroy(1, 1, AgentType::SRC_AGENT); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp531 auto ret = interaction->CreateAgent(contextId, agentId, SRC_AGENT, "WfdSourceSession"); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/agent/
H A Dsrc_agent_unit_test.cpp87 ASSERT_TRUE(ret == AgentType::SRC_AGENT); in HWTEST_F()

Completed in 12 milliseconds