Searched refs:OnInnerDestroy (Results 1 - 8 of 8) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/ |
H A D | base_scene.h | 67 virtual void OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) = 0;
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_source_scene.h | 86 void OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) final;
|
H A D | wfd_sink_scene.h | 85 void OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) final;
|
H A D | wfd_source_scene.cpp | 841 void WfdSourceScene::OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) in OnInnerDestroy() function in OHOS::Sharing::WfdSourceScene
|
H A D | wfd_sink_scene.cpp | 1240 void WfdSinkScene::OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) in OnInnerDestroy() function in OHOS::Sharing::WfdSinkScene
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ |
H A D | interaction.cpp | 121 scene_->OnInnerDestroy(contextId, agentId, agentType); in HandleEvent() 131 scene_->OnInnerDestroy(contextId, agentId, agentType); in HandleEvent()
|
/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()
|
H A D | wfd_sink_scene_test.cpp | 853 sinkScene_->OnInnerDestroy(1, 1, AgentType::SINK_AGENT); in HWTEST_F()
|
Completed in 8 milliseconds