Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handler.cpp214 if (item->second->activePath == verifyBlobId || in stat()
215 item->second->activePath == updateBlobId) in stat()
226 if (item->second->activePath == verifyBlobId) in stat()
519 if (item->second->activePath == verifyBlobId || in write()
520 item->second->activePath == updateBlobId) in write()
598 if (item->second->activePath != verifyBlobId && in commit()
599 item->second->activePath != updateBlobId) in commit()
602 item->second->activePath.c_str()); in commit()
H A Dfirmware_handler.hpp52 dataHandler(nullptr), imageHandler(nullptr), flags(0), activePath(path) in Session()
70 std::string activePath; member
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1520 std::string activePath{}; in handleIPv4StaticPatch() local
1528 activePath = "IPv4StaticAddresses/1"; in handleIPv4StaticPatch()
1661 std::string arg2 = activePath + "/Gateway"; in handleIPv4StaticPatch()
1672 activePath = pathString; in handleIPv4StaticPatch()