Searched refs:getChassisState (Results 1 – 6 of 6) sorted by relevance
35 MOCK_METHOD(std::string, getChassisState, (), (const override));
392 EXPECT_CALL(dataIface, getChassisState()).WillOnce(Return("State.On")); in TEST_F()
155 inline void getChassisState(std::shared_ptr<bmcweb::AsyncResp> asyncResp) in getChassisState() function490 getChassisState(asyncResp); in handleDecoratorAssetProperties()
288 virtual std::string getChassisState() const in getChassisState() function in openpower::pels::DataInterfaceBase
885 json["ChassisState"] = lastSegment('.', dataIface.getChassisState()); in addStatesToJSON()
508 static constexpr std::string_view getChassisState(const PowerState state) in getCurrentTimeMs() 572 std::string{getChassisState(state)});584 std::string(getChassisState(powerState))); in getSlotState() 3166 std::string(getChassisState(powerState))); in main() 3202 "CurrentPowerState", std::string(getChassisState(powerState))); in main() 543 static constexpr std::string_view getChassisState(const PowerState state) getChassisState() function