Home
last modified time | relevance | path

Searched full:assettag (Results 1 – 25 of 195) sorted by relevance

12345678

/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/
H A Dphosphor-inventory-manager-assettag.bb1 SUMMARY = "Recipe to create AssetTag property in inventory manager"
4 PROVIDES += "virtual/phosphor-inventory-manager-assettag"
7 SRC_URI = "file://assettag.yaml"
16 install -D assettag.yaml ${D}${base_datadir}/events.d/assettag.yaml
19 FILES:${PN} += "${base_datadir}/events.d/assettag.yaml"
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/
H A Dncplite-ipmi-fru.yaml53 xyz.openbmc_project.Inventory.Decorator.AssetTag:
54 AssetTag:
80 xyz.openbmc_project.Inventory.Decorator.AssetTag:
81 AssetTag:
111 xyz.openbmc_project.Inventory.Decorator.AssetTag:
112 AssetTag:
/openbmc/webui-vue/src/
H A DApp.vue11 assetTag() {
13 //return this.$store.getters['global/assetTag'];
17 assetTag: function (tag) {
24 if (this.assetTag) {
25 document.title = `${this.assetTag} - ${to.meta.title}`;
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js32 assetTag: null, property in GlobalStore.state
46 assetTag: (state) => state.assetTag,
58 setAssetTag: (state, assetTag) => (state.assetTag = assetTag),
116 AssetTag, field in AnonymousClass9e9e035e0301.data
123 commit('setAssetTag', AssetTag);
/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager-assettag/
H A Dassettag.yaml2 - name: Creating AssetTag at startup
4 Create /system at startup and populate the AssetTag property with
11 xyz.openbmc_project.Inventory.Decorator.AssetTag:
12 AssetTag:
/openbmc/entity-manager/configurations/meta/
H A Dminerva_tahan_smb.json30 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
31 "AssetTag": "$PRODUCT_ASSET_TAG" string
65 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
66 "AssetTag": "$PRODUCT_ASSET_TAG" string
H A Dminerva_janga_smb.json30 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
31 "AssetTag": "$PRODUCT_ASSET_TAG" string
65 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
66 "AssetTag": "$PRODUCT_ASSET_TAG" string
H A Dventura_fanboard_adc_max.json72 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
73 "AssetTag": "$PRODUCT_ASSET_TAG" string
149 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
150 "AssetTag": "$PRODUCT_ASSET_TAG" string
H A Dventura_fanboard_adc_tic.json72 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
73 "AssetTag": "$PRODUCT_ASSET_TAG" string
149 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
150 "AssetTag": "$PRODUCT_ASSET_TAG" string
H A Dminerva_cmm.json253 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
254 "AssetTag": "$PRODUCT_ASSET_TAG" string
277 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
278 "AssetTag": "$CHASSIS_INFO_AM3" string
H A Dminerva_cmm_hsc_infineon.json277 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
278 "AssetTag": "$PRODUCT_ASSET_TAG" string
301 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
302 "AssetTag": "$CHASSIS_INFO_AM3" string
H A Dventura_ledboard.json14 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
15 "AssetTag": "$PRODUCT_ASSET_TAG" string
H A Dventura_ioboard.json14 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
15 "AssetTag": "$PRODUCT_ASSET_TAG" string
H A Dharma_bsm.json21 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
22 "AssetTag": "$PRODUCT_ASSET_TAG" string
H A Dminerva_cmm_bsm.json21 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
22 "AssetTag": "$PRODUCT_ASSET_TAG" string
H A Dminerva_aegis.json27 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
28 "AssetTag": "$PRODUCT_ASSET_TAG"
26 "AssetTag": "$PRODUCT_ASSET_TAG" global() string
H A Dyosemite4_floatingfalls.json14 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
15 "AssetTag": "$PRODUCT_ASSET_TAG" string
H A Dcatalina_osfp.json22 "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
23 "AssetTag": "$PRODUCT_ASSET_TAG" string
/openbmc/pldm/platform-mc/
H A Ddbus_impl_fru.hpp4 #include "xyz/openbmc_project/Inventory/Decorator/AssetTag/server.hpp"
22 sdbusplus::xyz::openbmc_project::Inventory::Decorator::server::AssetTag;
85 /** @brief Set value of assetTag in Decorator.AssetTag */
86 std::string assetTag(std::string value);
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlistener.cpp113 "Register AssetTag change callback failed, reason: " + in registerAssetTagChangeCallback()
133 const auto& l_itrToAssetTag = l_propMap.find("AssetTag"); in assetTagChangeCallback()
139 // Call Notify to persist the AssetTag in assetTagChangeCallback()
142 {{constants::assetTagInf, {{"AssetTag", *l_assetTag}}}}}}; in assetTagChangeCallback()
163 "AssetTag update failed, reason: " + std::string(l_ex.what()), in assetTagChangeCallback()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/AssetTag/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Decorator/AssetTag'
8 '../../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml',
28 'xyz/openbmc_project/Inventory/Decorator/AssetTag',
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp204 std::string assetTag{}; in readAssetTag() local
207 dcmi::assetTagIntf, dcmi::assetTagProp, assetTag); in readAssetTag()
216 return assetTag; in readAssetTag()
219 bool writeAssetTag(ipmi::Context::ptr& ctx, const std::string& assetTag) in writeAssetTag() argument
233 dcmi::assetTagIntf, dcmi::assetTagProp, assetTag); in writeAssetTag()
471 std::string& assetTag = assetTagResp.value(); in getAssetTag() local
474 if (assetTag.size() > dcmi::assetTagMaxSize) in getAssetTag()
476 assetTag.resize(dcmi::assetTagMaxSize); in getAssetTag()
479 if (offset >= assetTag.size()) in getAssetTag()
484 // silently truncate reads beyond the end of assetTag in getAssetTag()
[all …]
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DChassisStore.js24 AssetTag,
42 assetTag: AssetTag,
H A DProcessorStore.js28 AssetTag,
51 assetTag: AssetTag,
/openbmc/entity-manager/schemas/
H A Dopenbmc-dbus.json39 "AssetTag": { object
42 "AssetTag": { object
46 "required": ["AssetTag"],

12345678