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.cpp262 if (inputComponent_ == nullptr) { in SetInputcomponentIndex()
266 inputComponent_->AddInputCount(); in SetInputcomponentIndex()
267 inputComponent_->AddTypeInputCount(actionType); in SetInputcomponentIndex()
268 DEBUG_LOG_STR("inputComponent: GetNodeId (0x%016llX)", inputComponent_->GetNodeId()); in SetInputcomponentIndex()
279 currentPageNode_->SetCurrentComponentNode(inputComponent_); in SetInputcomponentIndex()
311 inputComponent_ = inputComponent; in SetActiveComponent()
/test/ostest/wukong/component_event/include/
Dtree_manager.h177 std::shared_ptr<ComponentTree> inputComponent_; variable