Home
last modified time | relevance | path

Searched refs:subvalue (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/include/
H A Devent_service_store.hpp49 UserSubscription subvalue; in fromJson() local
60 subvalue.id = *value; in fromJson()
76 subvalue.destinationUrl = std::move(*url); in fromJson()
86 subvalue.protocol = *value; in fromJson()
95 subvalue.verifyCertificate = *value; in fromJson()
105 subvalue.retryPolicy = *value; in fromJson()
114 subvalue.sendHeartbeat = *value; in fromJson()
124 subvalue.hbIntervalMinutes = *value; in fromJson()
134 subvalue.customText = *value; in fromJson()
144 subvalue.eventFormatType = *value; in fromJson()
[all …]
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py156 subvalue = self.server.table.find_new_subvalue(version, pkgarch, upstream_max)
159 self.server.table.store_value(version, pkgarch, checksum, subvalue)
161 return {"value": subvalue}
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py454 for subname, subvalue in value.items():
455 attr_payload += self._add_attr(attr['nested-attributes'], subname, subvalue)