Lines Matching defs:entry
77 * @param[in] entry - attribute value entry
78 * @param[in] size - size of the attribute value entry
86 int setAttrValue(const void* entry, size_t size, bool isBMC,
205 * @param[in] entry - json entry
208 void constructAttribute(const Json& entry)
212 biosAttributes.push_back(std::make_unique<T>(entry, dbusHandler));
261 using ParseHandler = std::function<void(const Json& entry)>;
265 * @param[in] handler - Handler to process each entry in the json
296 * @param[in] stringEntry - string entry from string table
318 * @param[in] attrValueEntry - The attribute value entry to update
319 * @param[in] attrEntry - The attribute table entry
327 * @param[in] attrValueEntry - The attribute value entry to update
328 * @param[in] attrEntry - The attribute table entry