Lines Matching full:iface
23 const std::string& iface) in getStoragePath() argument
27 p /= fs::path(iface).relative_path(); in getStoragePath()
38 * @param[in] iface - Inventory interface name
40 static void serialize(const std::string& path, const std::string& iface) in serialize()
42 auto p = detail::getStoragePath(path, iface); in serialize()
50 * @param[in] iface - Inventory interface name
54 static void serialize(const std::string& path, const std::string& iface, in serialize()
57 auto p = detail::getStoragePath(path, iface); in serialize()
72 * @param[in] iface - Inventory interface name
76 static void deserialize(const std::string& path, const std::string& iface, in deserialize()
79 auto p = detail::getStoragePath(path, iface); in deserialize()