Home
last modified time | relevance | path

Searched refs:componentList (Results 1 – 3 of 3) sorted by relevance

/test/ostest/wukong/component_event/src/
Dnormal_scene.cpp33 …Code NormalScene::SetInputComponentList(std::vector<std::shared_ptr<ComponentTree>> &componentList) in SetInputComponentList() argument
41 for (auto it = componentList.begin(); it != componentList.end(); it++) { in SetInputComponentList()
45 TRACK_LOG_STR("index0: %d", distance(componentList.begin(), it)); in SetInputComponentList()
49 for (auto it = componentList.begin(); it != componentList.end(); it++) { in SetInputComponentList()
53 … TRACK_LOG_STR("inputed count: %d, componentList size: %d", count, componentList.size()); in SetInputComponentList()
55 TRACK_LOG_STR("index: %d", distance(componentList.begin(), it)); in SetInputComponentList()
59 if (count >= componentList.size()) { in SetInputComponentList()
60 …if ((componentList.size() == 0) || (randomNumber < ONEHUNDRED && randomNumber >= (NEWPERCENT + OLD… in SetInputComponentList()
66 TRACK_LOG_STR("componentList size: %d", componentList.size()); in SetInputComponentList()
69 for (auto it = componentList.begin(); it != componentList.end(); it++) { in SetInputComponentList()
[all …]
/test/ostest/wukong/component_event/include/
Dnormal_scene.h30 …ErrCode SetInputComponentList(std::vector<std::shared_ptr<ComponentTree>> &componentList) override;
41 ErrCode SetInputComponent(std::vector<std::shared_ptr<ComponentTree>> &componentList,
Dscene.h31 …tual ErrCode SetInputComponentList(std::vector<std::shared_ptr<ComponentTree>> &componentList) = 0;