Searched refs:nodePair (Results 1 – 1 of 1) sorted by relevance
87 for (const auto& nodePair : rolePair.second.nodeList) { in OmxStore() local88 if (!nodes.count(nodePair.second.name)) { in OmxStore()90 if (!strncasecmp(nodePair.second.name.c_str(), "omx.", 4)) { in OmxStore()91 LOG(INFO) << "node [" << nodePair.second.name.c_str() << "] not found in IOmx"; in OmxStore()96 node.name = nodePair.second.name; in OmxStore()99 attributeList.resize(nodePair.second.attributeList.size()); in OmxStore()101 for (const auto& attributePair : nodePair.second.attributeList) { in OmxStore()