Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_source_scene_test.cpp395 EXPECT_CALL(*(sourceScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
448 EXPECT_CALL(*(sourceScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
497 EXPECT_CALL(*(sourceScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
513 EXPECT_CALL(*(sourceScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
536 EXPECT_CALL(*(sourceScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
651 EXPECT_CALL(*(sourceScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
679 EXPECT_CALL(*(sourceScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
H A Dwfd_sink_scene_test.cpp137 EXPECT_CALL(*(sinkScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
263 EXPECT_CALL(*(sinkScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
300 EXPECT_CALL(*(sinkScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
433 EXPECT_CALL(*(sinkScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
448 EXPECT_CALL(*(sinkScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
744 EXPECT_CALL(*(sinkScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
893 EXPECT_CALL(*(sinkScene_->mockSharingAdapter_), DestroyAgent(_, _)) in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.cpp341 sharingAdapter->DestroyAgent(connDev_->contextId, connDev_->agentId); in Release()
343 sharingAdapter->DestroyAgent(contextId_, agentId_); in Release()
539 int ret = sharingAdapter->DestroyAgent(contextId_, agentId_); in HandleRemoveDevice()
593 sharingAdapter->DestroyAgent(contextId_, agentId_); in HandleDestroyScreenCapture()
692 sharingAdapter->DestroyAgent(contextId_, agentId_); in WfdP2pStop()
776 sharingAdapter->DestroyAgent(contextId_, agentId_); in OnP2pPeerDisconnected()
H A Dwfd_sink_scene.cpp279 sharingAdapter->DestroyAgent(contextId, agentId); in Release()
900 return sharingAdapter->DestroyAgent(contextId, agentId); in HandleClose()
975 sharingAdapter->DestroyAgent(contextId, agentId); in WfdP2pStop()
1108 sharingAdapter->DestroyAgent(contextId, agentId); in OnP2pPeerDisconnected()
1150 sharingAdapter->DestroyAgent(contextId, agentId); in OnP2pPeerDisconnected()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/
H A Dmock_sharing_adapter.h40 MOCK_METHOD(int32_t, DestroyAgent, (uint32_t contextId, uint32_t agentId));
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dsharing_adapter.h89 virtual int32_t DestroyAgent(uint32_t contextId, uint32_t agentId) = 0;
H A Dinteraction.h93 int32_t DestroyAgent(uint32_t contextId, uint32_t agentId) override;
H A Dinteraction.cpp122 DestroyAgent(contextId, agentId); in HandleEvent()
230 int32_t Interaction::DestroyAgent(uint32_t contextId, uint32_t agentId) in DestroyAgent() function in OHOS::Sharing::Interaction
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp520 auto ret = interaction->DestroyAgent(contextId, agentId); in HWTEST_F()

Completed in 11 milliseconds