Home
last modified time | relevance | path

Searched refs:OnInnerDestroy (Results 1 - 8 of 8) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dbase_scene.h67 virtual void OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) = 0;
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.h86 void OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) final;
H A Dwfd_sink_scene.h85 void OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) final;
H A Dwfd_source_scene.cpp841 void WfdSourceScene::OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) in OnInnerDestroy() function in OHOS::Sharing::WfdSourceScene
H A Dwfd_sink_scene.cpp1240 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 Dinteraction.cpp121 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 Dwfd_source_scene_test.cpp594 sourceScene_->OnInnerDestroy(1, 1, AgentType::SRC_AGENT); in HWTEST_F()
H A Dwfd_sink_scene_test.cpp853 sinkScene_->OnInnerDestroy(1, 1, AgentType::SINK_AGENT); in HWTEST_F()

Completed in 8 milliseconds