Searched refs:getChassisState (Results 1 – 6 of 6) sorted by relevance
35 MOCK_METHOD(std::string, getChassisState, (), (const override));
404 EXPECT_CALL(dataIface, getChassisState()).WillOnce(Return("State.On")); in TEST_F()
537 static constexpr std::string_view getChassisState(const PowerState state) in getChassisState() function607 std::string{getChassisState(state)}); in savePowerState()619 std::string(getChassisState(powerState))); in setPowerState()3204 std::string(getChassisState(powerState))); in main()3240 "CurrentPowerState", std::string(getChassisState(powerState))); in main()
135 inline void getChassisState(std::shared_ptr<bmcweb::AsyncResp> asyncResp) in getChassisState() function496 getChassisState(asyncResp); in handleDecoratorAssetProperties()
288 virtual std::string getChassisState() const in getChassisState() function in openpower::pels::DataInterfaceBase
897 json["ChassisState"] = lastSegment('.', dataIface.getChassisState()); in addStatesToJSON()