| /openbmc/webui-vue/src/ |
| H A D | App.vue | 17 assetTag() { 19 //return this.$store.getters['global/assetTag']; 23 assetTag: function (tag) { 30 if (this.assetTag) { 31 document.title = `${this.assetTag} - ${to.meta.title}`;
|
| /openbmc/webui-vue/src/store/modules/ |
| H A D | GlobalStore.js | 38 assetTag: null, property in GlobalStore.state 52 assetTag: (state) => state.assetTag, 64 setAssetTag: (state, assetTag) => (state.assetTag = assetTag),
|
| /openbmc/pldm/platform-mc/ |
| H A D | dbus_impl_fru.cpp | 45 std::string PldmEntityReq::assetTag(std::string value) in assetTag() function in pldm::dbus_api::PldmEntityReq 47 return assettagserver::assetTag(value); in assetTag()
|
| H A D | dbus_impl_fru.hpp | 86 std::string assetTag(std::string value);
|
| H A D | terminus.cpp | 727 inventoryItemBoardInft->assetTag(fruField); in updateInventoryWithFru()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | dcmihandler.cpp | 456 std::string assetTag{}; in readAssetTag() local 459 dcmi::assetTagIntf, dcmi::assetTagProp, assetTag); in readAssetTag() 468 return assetTag; in readAssetTag() 471 bool writeAssetTag(ipmi::Context::ptr& ctx, const std::string& assetTag) in writeAssetTag() argument 485 dcmi::assetTagIntf, dcmi::assetTagProp, assetTag); in writeAssetTag() 798 std::string& assetTag = assetTagResp.value(); in getAssetTag() local 801 if (assetTag.size() > dcmi::assetTagMaxSize) in getAssetTag() 803 assetTag.resize(dcmi::assetTagMaxSize); in getAssetTag() 806 if (offset >= assetTag.size()) in getAssetTag() 812 if ((offset + count) >= assetTag.size()) in getAssetTag() [all …]
|
| /openbmc/webui-vue/src/components/AppHeader/ |
| H A D | AppHeader.vue | 42 <span class="ps-3 asset-tag">{{ assetTag }}</span> 147 return this.assetTag || this.modelType || this.serialNumber; 149 assetTag() { 150 return this.$store.getters['global/assetTag'];
|
| /openbmc/smbios-mdr/src/ |
| H A D | cpu.cpp | 125 assetTagType::assetTag(result); in assetTagString() 234 assetTagString(cpuInfo->assetTag, cpuInfo->length, in infoUpdate()
|
| H A D | mdrv2.cpp | 899 record["Asset Tag"] = positionToString(memoryInfo->assetTag, in getRecordType()
|
| /openbmc/webui-vue/src/store/modules/HardwareStatus/ |
| H A D | ChassisStore.js | 42 assetTag: AssetTag,
|
| H A D | ProcessorStore.js | 51 assetTag: AssetTag,
|
| H A D | SystemStore.js | 15 system.assetTag = data.AssetTag;
|
| /openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
| H A D | InventoryTableChassis.vue | 69 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt> 71 {{ dataFormatter(item.assetTag) }}
|
| H A D | InventoryTableSystem.vue | 61 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt> 63 {{ dataFormatter(item.assetTag) }}
|
| H A D | InventoryTableProcessors.vue | 100 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt> 101 <dd>{{ dataFormatter(item.assetTag) }}</dd>
|
| /openbmc/s2600wf-misc/hsbp-manager/include/ |
| H A D | utils.hpp | 41 constexpr const char* assetTag = variable
|
| /openbmc/s2600wf-misc/subprojects/hsbp-manager/include/ |
| H A D | utils.hpp | 41 constexpr const char* assetTag = variable
|
| /openbmc/smbios-mdr/include/ |
| H A D | cpu.hpp | 367 uint8_t assetTag; member
|
| H A D | dimm.hpp | 180 uint8_t assetTag; member
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | systems.hpp | 1771 const std::string& assetTag) in setAssetTag() argument 1778 assetTag](const boost::system::error_code& ec, in setAssetTag() 1819 "AssetTag", assetTag); in setAssetTag() 3215 std::optional<std::string> assetTag; member 3260 if (patchParams.assetTag) in processComputerSystemPatch() 3262 setAssetTag(asyncResp, *patchParams.assetTag); in processComputerSystemPatch() 3388 "AssetTag", patchParams.assetTag, // in handleComputerSystemPatch()
|
| /openbmc/s2600wf-misc/subprojects/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 896 assetTag); in populateAsset() 946 objServer.add_interface(hsbpItemIface->get_object_path(), assetTag); in run() 1591 objDict.begin()->second.end(), assetTag) == in updateAssets()
|
| /openbmc/s2600wf-misc/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 896 assetTag); in populateAsset() 946 objServer.add_interface(hsbpItemIface->get_object_path(), assetTag); in run() 1591 objDict.begin()->second.end(), assetTag) == in updateAssets()
|