Rename getLocationIndicatorActive/setLocationIndicatorActive
This commit renames
getLocationIndicatorActive/setLocationIndicatorActive
No functional changes.
Tested: built bmcweb successfully and Validator passes
Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I0c5d538c1dd9f0d8dd1e6ae4d8ba4f606b804373
Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
diff --git a/redfish-core/lib/chassis.hpp b/redfish-core/lib/chassis.hpp
index 469c903..594449c 100644
--- a/redfish-core/lib/chassis.hpp
+++ b/redfish-core/lib/chassis.hpp
@@ -520,7 +520,7 @@
interfaces2.end())
{
getIndicatorLedState(asyncResp);
- getLocationIndicatorActive(asyncResp);
+ getSystemLocationIndicatorActive(asyncResp);
break;
}
}
@@ -741,8 +741,8 @@
{
if (indicatorChassis)
{
- setLocationIndicatorActive(asyncResp,
- *locationIndicatorActive);
+ setSystemLocationIndicatorActive(asyncResp,
+ *locationIndicatorActive);
}
else
{