Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js64 setAssetTag: (state, assetTag) => (state.assetTag = assetTag),
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp826 setAssetTag(ipmi::Context::ptr& ctx, uint8_t offset, uint8_t count, in setAssetTag() function
1527 setAssetTag); in registerNetFnDcmiFunctions()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp1770 inline void setAssetTag(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in setAssetTag() function
3262 setAssetTag(asyncResp, *patchParams.assetTag); in processComputerSystemPatch()