Searched refs:propIt (Results 1 – 3 of 3) sorted by relevance
285 auto propIt = properties.find("SupportedType"); in populateSysProperties() local286 if (propIt == properties.end()) in populateSysProperties()296 propIt = properties.find("SupportedModel"); in populateSysProperties()297 if (propIt == properties.end()) in populateSysProperties()308 propIt = properties.find("RedundantCount"); in populateSysProperties()309 if (propIt != properties.end()) in populateSysProperties()317 propIt = properties.find("InputVoltage"); in populateSysProperties()318 if (propIt != properties.end()) in populateSysProperties()321 std::get_if<std::vector<uint64_t>>(&(propIt->second)); in populateSysProperties()331 propIt = properties.find("PowerConfigFullLoad"); in populateSysProperties()[all …]
111 auto propIt = propertyValues.begin(); in mapStateToDBusVal() local113 for (; stateIt != eventStates.end(); ++stateIt, ++propIt) in mapStateToDBusVal()115 auto propValue = utils::jsonEntryToDbusVal(type, propIt.value()); in mapStateToDBusVal()
1229 auto propIt = it->second.find("Enabled"); in getUserInfo() local1230 if (propIt != it->second.end() && in getUserInfo()1231 std::get<bool>(propIt->second)) in getUserInfo()