Home
last modified time | relevance | path

Searched refs:CreateAgent (Results 1 - 9 of 9) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/
H A Dmock_sharing_adapter.h37 MOCK_METHOD(int32_t, CreateAgent, (uint32_t &contextId, uint32_t &agentId, AgentType agentType,
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dsharing_adapter.h71 virtual int32_t CreateAgent(uint32_t &contextId, uint32_t &agentId, AgentType agentType,
H A Dinteraction.h94 int32_t CreateAgent(uint32_t &contextId, uint32_t &agentId, AgentType agentType, std::string sessionName) override;
H A Dinteraction.cpp197 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 Dwfd_source_scene_test.cpp368 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 Dwfd_sink_scene_test.cpp397 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 Dwfd_source_scene.cpp555 sharingAdapter->CreateAgent(contextId_, agentId_, AgentType::SINK_AGENT, "ScreenCaptureSession"); in CreateScreenCapture()
618 sharingAdapter->CreateAgent(contextId, agentId, AgentType::SRC_AGENT, "WfdSourceSession"); in AppendCast()
H A Dwfd_sink_scene.cpp1029 sharingAdapter->CreateAgent(contextId, agentId, AgentType::SINK_AGENT, "WfdSinkSession"); in OnP2pPeerConnected()
/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()

Completed in 10 milliseconds