Lines Matching refs:propertyMap
148 const boost::container::flat_map<std::string, VariantType>& propertyMap) in updateSocketProperties() argument
150 auto listenIt = propertyMap.find("Listen"); in updateSocketProperties()
151 if (listenIt != propertyMap.end()) in updateSocketProperties()
178 const boost::container::flat_map<std::string, VariantType>& propertyMap) in updateServiceProperties() argument
180 auto stateIt = propertyMap.find("UnitFileState"); in updateServiceProperties()
181 if (stateIt != propertyMap.end()) in updateServiceProperties()
201 auto subStateIt = propertyMap.find("SubState"); in updateServiceProperties()
202 if (subStateIt != propertyMap.end()) in updateServiceProperties()
238 propertyMap) { in queryAndUpdateProperties()
248 updateServiceProperties(propertyMap); in queryAndUpdateProperties()
254 std::string, VariantType>& propertyMap) { in queryAndUpdateProperties() argument
264 updateSocketProperties(propertyMap); in queryAndUpdateProperties()