Home
last modified time | relevance | path

Searched refs:inputComponent_ (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/component_event/src/
Dtree_manager.cpp263 if (inputComponent_ == nullptr) { in SetInputcomponentIndex()
267 inputComponent_->AddInputCount(); in SetInputcomponentIndex()
268 inputComponent_->AddTypeInputCount(actionType); in SetInputcomponentIndex()
269 DEBUG_LOG_STR("inputComponent: GetNodeId (0x%016llX)", inputComponent_->GetNodeId()); in SetInputcomponentIndex()
280 currentPageNode_->SetCurrentComponentNode(inputComponent_); in SetInputcomponentIndex()
312 inputComponent_ = inputComponent; in SetActiveComponent()
/test/ostest/wukong/component_event/include/
Dtree_manager.h187 std::shared_ptr<ComponentTree> inputComponent_; variable