Searched defs:componentinfo (Results 1 – 4 of 4) sorted by relevance
40 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()
40 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()
84 std::shared_ptr<ComponentTree> &componentinfo) in SetInputComponent()
335 auto componentinfo = componentInfos[index]; in FocusInput() local