Home
last modified time | relevance | path

Searched refs:assetTag (Results 1 – 22 of 22) sorted by relevance

/openbmc/webui-vue/src/
H A DApp.vue17 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 DGlobalStore.js38 assetTag: null, property in GlobalStore.state
52 assetTag: (state) => state.assetTag,
64 setAssetTag: (state, assetTag) => (state.assetTag = assetTag),
/openbmc/pldm/platform-mc/
H A Ddbus_impl_fru.cpp45 std::string PldmEntityReq::assetTag(std::string value) in assetTag() function in pldm::dbus_api::PldmEntityReq
47 return assettagserver::assetTag(value); in assetTag()
H A Ddbus_impl_fru.hpp86 std::string assetTag(std::string value);
H A Dterminus.cpp727 inventoryItemBoardInft->assetTag(fruField); in updateInventoryWithFru()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp456 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 DAppHeader.vue42 <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 Dcpu.cpp125 assetTagType::assetTag(result); in assetTagString()
234 assetTagString(cpuInfo->assetTag, cpuInfo->length, in infoUpdate()
H A Dmdrv2.cpp899 record["Asset Tag"] = positionToString(memoryInfo->assetTag, in getRecordType()
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DChassisStore.js42 assetTag: AssetTag,
H A DProcessorStore.js51 assetTag: AssetTag,
H A DSystemStore.js15 system.assetTag = data.AssetTag;
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableChassis.vue69 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt>
71 {{ dataFormatter(item.assetTag) }}
H A DInventoryTableSystem.vue61 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt>
63 {{ dataFormatter(item.assetTag) }}
H A DInventoryTableProcessors.vue100 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt>
101 <dd>{{ dataFormatter(item.assetTag) }}</dd>
/openbmc/s2600wf-misc/hsbp-manager/include/
H A Dutils.hpp41 constexpr const char* assetTag = variable
/openbmc/s2600wf-misc/subprojects/hsbp-manager/include/
H A Dutils.hpp41 constexpr const char* assetTag = variable
/openbmc/smbios-mdr/include/
H A Dcpu.hpp367 uint8_t assetTag; member
H A Ddimm.hpp180 uint8_t assetTag; member
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp1771 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 Dhsbp_manager.cpp896 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 Dhsbp_manager.cpp896 assetTag); in populateAsset()
946 objServer.add_interface(hsbpItemIface->get_object_path(), assetTag); in run()
1591 objDict.begin()->second.end(), assetTag) == in updateAssets()