Lines Matching defs:props
76 pldm::utils::DbusChangedProps props{};
78 msg.read(intf, props);
79 const auto itr = props.find("CurrentHostState");
80 if (itr != props.end())
112 pldm::utils::DbusChangedProps props{};
114 msg.read(intf, props);
115 const auto itr = props.find("CurrentPowerState");
116 if (itr != props.end())
164 Properties props{};
166 msg.read(intf, props);
167 auto valPropMap = props.find(propertyName);
168 if (valPropMap == props.end())