Lines Matching refs:get
33 if (intf != std::get<Intf>(obj)) in propertiesChanged()
41 auto itProp = props.find(std::get<Prop>(obj)); in propertiesChanged()
48 mgr.setProperty(std::get<Path>(obj), std::get<Intf>(obj), in propertiesChanged()
49 std::get<Prop>(obj), itProp->second); in propertiesChanged()
66 if (static_cast<const std::string&>(op) != std::get<Path>(obj)) in interfacesAdded()
75 auto itIntf = intfProps.find(std::get<Intf>(obj)); in interfacesAdded()
82 auto itProp = itIntf->second.find(std::get<Prop>(obj)); in interfacesAdded()
89 mgr.setProperty(std::get<Path>(obj), std::get<Intf>(obj), in interfacesAdded()
90 std::get<Prop>(obj), itProp->second); in interfacesAdded()
107 if (static_cast<const std::string&>(op) != std::get<Path>(obj)) in interfacesRemoved()
116 std::find(intfs.begin(), intfs.end(), std::get<Intf>(obj)); in interfacesRemoved()
123 mgr.removeInterface(std::get<Path>(obj), std::get<Intf>(obj)); in interfacesRemoved()