Home
last modified time | relevance | path

Searched defs:componentinfo (Results 1 – 4 of 4) sorted by relevance

/test/ostest/wukong/component_event/src/
Dscene_delegate.cpp40 ErrCode SceneDelegate::GetCurrentComponentInfo(std::shared_ptr<ComponentTree> componentinfo, in GetCurrentComponentInfo()
196 ErrCode SceneDelegate::SetAvailableComponentList(std::shared_ptr<ComponentTree> componentinfo, bool… in SetAvailableComponentList()
316 bool SceneDelegate::IsComponentInScreen(const std::shared_ptr<ComponentTree> componentinfo) in IsComponentInScreen()
Dfocus_scene_delegate.cpp40 ErrCode FocusSceneDelegate::GetCurrentComponentInfo(std::shared_ptr<ComponentTree> componentinfo, in GetCurrentComponentInfo()
196 ErrCode FocusSceneDelegate::SetAvailableComponentList(std::shared_ptr<ComponentTree> componentinfo,… in SetAvailableComponentList()
316 bool FocusSceneDelegate::IsComponentInScreen(const std::shared_ptr<ComponentTree> componentinfo) in IsComponentInScreen()
Dnormal_scene.cpp84 std::shared_ptr<ComponentTree> &componentinfo) in SetInputComponent()
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp335 auto componentinfo = componentInfos[index]; in FocusInput() local