Searched refs:DestroyAgent (Results 1 - 9 of 9) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/ |
H A D | wfd_source_scene_test.cpp | 395 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 D | wfd_sink_scene_test.cpp | 137 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 D | wfd_source_scene.cpp | 341 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 D | wfd_sink_scene.cpp | 279 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 D | mock_sharing_adapter.h | 40 MOCK_METHOD(int32_t, DestroyAgent, (uint32_t contextId, uint32_t agentId));
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ |
H A D | sharing_adapter.h | 89 virtual int32_t DestroyAgent(uint32_t contextId, uint32_t agentId) = 0;
|
H A D | interaction.h | 93 int32_t DestroyAgent(uint32_t contextId, uint32_t agentId) override;
|
H A D | interaction.cpp | 122 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 D | scene_unit_test.cpp | 520 auto ret = interaction->DestroyAgent(contextId, agentId); in HWTEST_F()
|
Completed in 11 milliseconds