Searched refs:nodePair (Results 1 – 1 of 1) sorted by relevance
105 for (const auto& nodePair : rolePair.second.nodeList) { in OmxStore() local106 if (!nodes.count(nodePair.second.name)) { in OmxStore()108 if (!strncasecmp(nodePair.second.name.c_str(), "omx.", 4)) { in OmxStore()109 LOG(INFO) << "node [" << nodePair.second.name.c_str() << "] not found in IOmx"; in OmxStore()114 node.name = nodePair.second.name; in OmxStore()117 attributeList.resize(nodePair.second.attributeList.size()); in OmxStore()119 for (const auto& attributePair : nodePair.second.attributeList) { in OmxStore()