Home
last modified time | relevance | path

Searched refs:NormalScene (Results 1 – 3 of 3) sorted by relevance

/test/ostest/wukong/component_event/include/
Dnormal_scene.h25 class NormalScene : public Scene {
27 NormalScene();
28 virtual ~NormalScene();
/test/ostest/wukong/component_event/src/
Dnormal_scene.cpp26 NormalScene::NormalScene() in NormalScene() function in OHOS::WuKong::NormalScene
30 NormalScene::~NormalScene() in ~NormalScene()
33 ErrCode NormalScene::SetInputComponentList(std::vector<std::shared_ptr<ComponentTree>> &componentLi… in SetInputComponentList()
83 ErrCode NormalScene::SetInputComponent(std::vector<std::shared_ptr<ComponentTree>> &componentList, in SetInputComponent()
Dscene_delegate.cpp203 NormalScene normalscene; in SetAvailableComponentList()