Home
last modified time | relevance | path

Searched refs:SetInputComponentList (Results 1 – 4 of 4) sorted by relevance

/test/ostest/wukong/component_event/include/
Dscene.h31 …virtual ErrCode SetInputComponentList(std::vector<std::shared_ptr<ComponentTree>> &componentList) …
Dnormal_scene.h30 …virtual ErrCode SetInputComponentList(std::vector<std::shared_ptr<ComponentTree>> &componentList) …
/test/ostest/wukong/component_event/src/
Dnormal_scene.cpp33 ErrCode NormalScene::SetInputComponentList(std::vector<std::shared_ptr<ComponentTree>> &componentLi… in SetInputComponentList() function in OHOS::WuKong::NormalScene
Dscene_delegate.cpp210 normalscene.SetInputComponentList(componentlist); in SetAvailableComponentList()