Searched refs:CreateAgent (Results 1 - 9 of 9) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/ |
H A D | mock_sharing_adapter.h | 37 MOCK_METHOD(int32_t, CreateAgent, (uint32_t &contextId, uint32_t &agentId, AgentType agentType,
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ |
H A D | sharing_adapter.h | 71 virtual int32_t CreateAgent(uint32_t &contextId, uint32_t &agentId, AgentType agentType,
|
H A D | interaction.h | 94 int32_t CreateAgent(uint32_t &contextId, uint32_t &agentId, AgentType agentType, std::string sessionName) override;
|
H A D | interaction.cpp | 197 int32_t Interaction::CreateAgent(uint32_t &contextId, uint32_t &agentId, AgentType agentType, std::string sessionName) in CreateAgent() function in OHOS::Sharing::Interaction
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/ |
H A D | wfd_source_scene_test.cpp | 368 EXPECT_CALL(*(sourceScene_->mockSharingAdapter_), CreateAgent(_, _, _, _)) in HWTEST_F() 379 EXPECT_CALL(*(sourceScene_->mockSharingAdapter_), CreateAgent(_, _, _, _)) in HWTEST_F() 406 EXPECT_CALL(*(sourceScene_->mockSharingAdapter_), CreateAgent(_, _, _, _)) in HWTEST_F()
|
H A D | wfd_sink_scene_test.cpp | 397 EXPECT_CALL(*(sinkScene_->mockSharingAdapter_), CreateAgent(_, _, _, _)) in HWTEST_F() 413 EXPECT_CALL(*(sinkScene_->mockSharingAdapter_), CreateAgent(_, _, _, _)) in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_source_scene.cpp | 555 sharingAdapter->CreateAgent(contextId_, agentId_, AgentType::SINK_AGENT, "ScreenCaptureSession"); in CreateScreenCapture() 618 sharingAdapter->CreateAgent(contextId, agentId, AgentType::SRC_AGENT, "WfdSourceSession"); in AppendCast()
|
H A D | wfd_sink_scene.cpp | 1029 sharingAdapter->CreateAgent(contextId, agentId, AgentType::SINK_AGENT, "WfdSinkSession"); in OnP2pPeerConnected()
|
/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()
|
Completed in 35 milliseconds