Searched refs:itPath (Results 1 – 2 of 2) sorted by relevance
320 for (auto& itPath : _servTree) in setOwner() local322 auto itServ = itPath.second.find(serv); in setOwner()323 if (itServ != itPath.second.end()) in setOwner()329 if (!hasOwner && _objects.find(itPath.first) != _objects.end()) in setOwner()333 _objects[itPath.first].erase(intf); in setOwner()355 for (auto& itPath : _servTree) in setOwner() local357 if (itPath.first == path) in setOwner()362 for (auto& itServ : itPath.second) in setOwner()409 for (auto& itPath : objects) in addServices() local411 auto pathIter = _servTree.find(itPath.first); in addServices()[all …]
408 auto itPath = _objects.find(path); in removeInterface() local409 if (itPath != std::end(_objects)) in removeInterface()