Searched refs:expectedKey (Results 1 – 1 of 1) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | unpack_properties.hpp | 35 const std::string& expectedKey, in readProperty() argument 41 auto it = findProperty(container, expectedKey); 55 onErrorCallback(UnpackErrorReason::wrongType, expectedKey); 71 onErrorCallback(UnpackErrorReason::wrongType, expectedKey); 83 onErrorCallback(UnpackErrorReason::wrongType, expectedKey); 91 onErrorCallback(UnpackErrorReason::missingProperty, expectedKey); 103 const std::string& expectedKey, ValueType& outValue, in readProperties() argument 108 if (!readProperty(onErrorCallback, container, expectedKey, outValue))
|