Searched refs:SRC_AGENT (Results 1 - 10 of 10) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/agent/ |
H A D | agent_def.h | 22 enum AgentType { NONE_AGENT, SRC_AGENT, SINK_AGENT }; enumerator
|
H A D | agent.h | 115 AgentType agentType_ = SRC_AGENT;
|
H A D | agent.cpp | 229 } 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 D | context_unit_test.cpp | 194 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 D | context.cpp | 102 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 D | src_agent.cpp | 24 SrcAgent::SrcAgent() : Agent(AgentType::SRC_AGENT) in SrcAgent()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_source_scene.cpp | 618 sharingAdapter->CreateAgent(contextId, agentId, AgentType::SRC_AGENT, "WfdSourceSession"); in AppendCast()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/ |
H A D | wfd_source_scene_test.cpp | 594 sourceScene_->OnInnerDestroy(1, 1, AgentType::SRC_AGENT); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
H A D | scene_unit_test.cpp | 531 auto ret = interaction->CreateAgent(contextId, agentId, SRC_AGENT, "WfdSourceSession"); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/agent/ |
H A D | src_agent_unit_test.cpp | 87 ASSERT_TRUE(ret == AgentType::SRC_AGENT); in HWTEST_F()
|
Completed in 12 milliseconds