Lines Matching full:keyword
35 * The interface is used to obtain VPD keyword values.
54 * Returns the value of the specified VPD keyword for the specified
63 * @param keyword VPD keyword
64 * @return VPD keyword value
67 const std::string& keyword) = 0;
101 const std::string& keyword) override;
105 * Gets the value of the specified VPD keyword from a D-Bus interface and
112 * @param keyword VPD keyword
113 * @param value the resulting keyword value
116 const std::string& keyword,
123 * This is treated as an "empty" keyword value rather than an error
131 * Type alias for map from keyword names to values.
141 * Cached VPD keyword values.