Home
last modified time | relevance | path

Searched refs:locationIndicatorActive (Results 1 – 14 of 14) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dfan.hpp352 bool locationIndicatorActive, const boost::system::error_code& ec, in handleSetFanPathById() argument
374 locationIndicatorActive); in handleSetFanPathById()
392 std::optional<bool> locationIndicatorActive; in handleFanPatch() local
395 locationIndicatorActive)) in handleFanPatch()
400 if (locationIndicatorActive) in handleFanPatch()
405 [asyncResp, chassisId, fanId, locationIndicatorActive]( in handleFanPatch()
410 *locationIndicatorActive, ec, in handleFanPatch()
H A Dfabric_adapters.hpp250 const std::string& adapterId, std::optional<bool> locationIndicatorActive, in afterHandleFabricAdapterGet()
274 if (locationIndicatorActive) in afterHandleFabricAdapterGet()
277 *locationIndicatorActive); in handleFabricAdapterGet()
304 std::optional<bool> locationIndicatorActive; in afterHandleFabricAdapterPatch()
308 locationIndicatorActive)) in afterHandleFabricAdapterPatch()
315 adapterId, locationIndicatorActive)); in afterHandleFabricAdapterPatch()
306 afterHandleFabricAdapterPatch(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & adapterId,std::optional<bool> locationIndicatorActive,const boost::system::error_code & ec,const std::string & fabricAdapterPath,const std::string & serviceName) afterHandleFabricAdapterPatch() argument
360 std::optional<bool> locationIndicatorActive; handleFabricAdapterPatch() local
H A Dfabric_ports.hpp434 const std::string& portId, const bool locationIndicatorActive, in afterHandlePortPatch() argument
444 setLocationIndicatorActive(asyncResp, portPath, locationIndicatorActive); in afterHandlePortPatch()
471 std::optional<bool> locationIndicatorActive; in handlePortPatch() local
474 locationIndicatorActive)) in handlePortPatch()
478 if (locationIndicatorActive) in handlePortPatch()
483 *locationIndicatorActive)); in handlePortPatch()
H A Dassembly.hpp349 std::optional<bool> locationIndicatorActive; in afterHandleChassisAssemblyPatch() local
352 locationIndicatorActive)) in afterHandleChassisAssemblyPatch()
354 if (locationIndicatorActive.has_value()) in afterHandleChassisAssemblyPatch()
358 *locationIndicatorActive); in afterHandleChassisAssemblyPatch()
H A Dmanagers.hpp63 bool locationIndicatorActive, const std::string& managerId, in handleSetLocationIndicatorActive() argument
87 setLocationIndicatorActive(asyncResp, managerPath, locationIndicatorActive); in handleSetLocationIndicatorActive()
98 bool locationIndicatorActive, const std::string& managerId) in setLocationIndicatorActiveState() argument
103 locationIndicatorActive, managerId)); in setLocationIndicatorActiveState()
857 std::optional<bool> locationIndicatorActive; in handleManagerPatch() local
871 locationIndicatorActive, // in handleManagerPatch()
894 if (locationIndicatorActive) in handleManagerPatch()
896 setLocationIndicatorActiveState(asyncResp, *locationIndicatorActive, in handleManagerPatch()
H A Dpower_supply.hpp527 const bool locationIndicatorActive, const std::string& powerSupplyPath, in handlePowerSupplyHead()
531 locationIndicatorActive); in handlePowerSupplyHead()
544 std::optional<bool> locationIndicatorActive; in handlePowerSupplyGet()
547 "LocationIndicatorActive", locationIndicatorActive // in handlePowerSupplyGet()
553 if (locationIndicatorActive) in handlePowerSupplyGet()
558 *locationIndicatorActive)); in doPatchPowerSupply()
557 doPatchPowerSupply(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const bool locationIndicatorActive,const std::string & powerSupplyPath,const std::string &) doPatchPowerSupply() argument
574 std::optional<bool> locationIndicatorActive; handlePowerSupplyPatch() local
H A Dmemory.hpp832 bool locationIndicatorActive, const std::string& dimmPath) in handleSetDimmData() argument
834 setLocationIndicatorActive(asyncResp, dimmPath, locationIndicatorActive); in handleSetDimmData()
917 std::optional<bool> locationIndicatorActive; in handleMemoryPatch() local
920 "LocationIndicatorActive", locationIndicatorActive // in handleMemoryPatch()
926 if (locationIndicatorActive) in handleMemoryPatch()
930 *locationIndicatorActive)); in handleMemoryPatch()
H A Dchassis.hpp734 std::optional<bool> locationIndicatorActive; in handleChassisPatch()
745 "LocationIndicatorActive", locationIndicatorActive // in handleChassisPatch()
751 if (!locationIndicatorActive && !indicatorLed) in handleChassisPatch()
774 [asyncResp, chassisId, locationIndicatorActive, in handleChassisPatch()
824 if (locationIndicatorActive) in handleChassisPatch()
829 *locationIndicatorActive); in handleChassisPatch()
735 std::optional<bool> locationIndicatorActive; handleChassisPatch() local
H A Dprocessor.hpp1017 std::optional<bool> locationIndicatorActive, const std::string& objectPath, in doPatchProcessor() argument
1026 if (locationIndicatorActive) in doPatchProcessor()
1030 *locationIndicatorActive); in doPatchProcessor()
1058 std::optional<bool> locationIndicatorActive; in handleProcessorPatch() local
1062 "LocationIndicatorActive", locationIndicatorActive // in handleProcessorPatch()
1086 appliedConfigUri, locationIndicatorActive)); in handleProcessorPatch()
H A Dsystems.hpp3213 std::optional<bool> locationIndicatorActive; member
3302 if (patchParams.locationIndicatorActive) in processComputerSystemPatch()
3307 asyncResp, *patchParams.locationIndicatorActive); in processComputerSystemPatch()
3314 locationIndicatorActive{*patchParams.locationIndicatorActive}]( in processComputerSystemPatch()
3323 locationIndicatorActive); in processComputerSystemPatch()
3407 "LocationIndicatorActive", patchParams.locationIndicatorActive, // in handleComputerSystemPatch()
/openbmc/webui-vue/src/views/Overview/
H A DOverviewInventory.vue13 v-model="systems.locationIndicatorActive"
18 <span v-if="systems.locationIndicatorActive">
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryServiceIndicator.vue25 v-model="systems.locationIndicatorActive"
30 <span v-if="systems.locationIndicatorActive">
H A DInventoryTableSystem.vue34 <template #cell(locationIndicatorActive)="{ item }">
37 v-model="item.locationIndicatorActive"
42 <span v-if="item.locationIndicatorActive">
204 key: 'locationIndicatorActive',
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSystemStore.js22 system.locationIndicatorActive = data.LocationIndicatorActive;