Home
last modified time | relevance | path

Searched refs:bmcweb (Results 101 – 125 of 201) sorted by relevance

123456789

/openbmc/bmcweb/redfish-core/lib/
H A Dmessage_registries.hpp37 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleMessageRegistryFileCollectionGet()
78 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleMessageRoutesMessageRegistryFileGet()
158 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleMessageRegistryGet()
/openbmc/bmcweb/
H A DRedfish.md3 bmcweb provides an implementation of the [Redfish][1] API. This document details
4 the Redfish schemas supported by bmcweb. This document also discusses some of
586 Within bmcweb, the LogService object resides under the System resource. It
589 The LogService supports multiple log entry types. bmcweb has support for the
592 bmcweb supports two different implementations of the
596 to the persistent /var/log/ filesystem. The bmcweb software then looks for these
600 The other implementation of EventLog Entries can be enabled by compiling bmcweb
602 bmcweb to look to [phosphor-logging][4] for any D-Bus log entries. These will
1111 https://github.com/openbmc/docs/blob/master/architecture/redfish-logging-in-bmcweb.md
/openbmc/phosphor-certificate-manager/dist/env/
H A Dauthority9 UNIT=bmcweb.service
H A Dbmcweb9 UNIT=bmcweb.service
/openbmc/bmcweb/include/
H A Dossl_random.hpp8 namespace bmcweb namespace
H A Duser_monitor.hpp9 namespace bmcweb namespace
H A Dcookies.hpp6 namespace bmcweb namespace
H A Dstr_utility.hpp9 namespace bmcweb namespace
H A Dsessions.hpp270 bmcweb::getRandomIdOfLength(sessionTokenSize); in generateUserSession()
271 std::string csrfToken = bmcweb::getRandomIdOfLength(sessionTokenSize); in generateUserSession()
272 std::string uniqueId = bmcweb::getRandomIdOfLength(10); in generateUserSession()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/
H A DREADME.md6 phosphor-ipmi-net, bmcweb, obmc-console etc in the system, instead of directly
11 - "bmcweb"
28 `xyz.openbmc_project.Control.Service.Attributes`. Network services like bmcweb,
H A DSocketAttributes.interface.yaml6 like bmcweb and phosphor-ipmi-net and allow the port number to be
/openbmc/docs/designs/
H A Dstate-management-and-external-interfaces.md26 provide some further background information. [bmcweb][3], OpenBMC's web server
117 The existing bmcweb code uses some additional xyz.openbmc_project.State.\*
127 change the current bmcweb mapping for `ForceRestart` to a new host transition:
168 would be needed to ensure the bmcweb mappings work as expected with the new
182 [3]: https://github.com/openbmc/bmcweb
/openbmc/bmcweb/http/
H A Dhttp_connection.hpp228 boost::beast::http::request_parser<bmcweb::HttpBody>& instance = in initParser()
302 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in handle()
314 bmcweb::asciiIEquals(upgradeType, "websocket")) || in handle()
543 if (bmcweb::asciiIEquals(expect, "100-continue")) in doReadHeaders()
751 std::optional<boost::beast::http::request_parser<bmcweb::HttpBody>> parser;
H A Dapp.hpp58 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleUpgrade()
65 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handle()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dthermal_subsystem_test.cpp36 auto shareAsyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
H A Dpower_subsystem_test.cpp36 auto shareAsyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
H A Dchassis_test.cpp50 auto response = std::make_shared<bmcweb::AsyncResp>(); in TEST()
/openbmc/bmcweb/test/include/google/
H A Dgoogle_service_root_test.cpp36 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp361 bmcweb::split(properties, value, ','); in getSelectParam()
536 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in processOnly()
834 std::shared_ptr<bmcweb::AsyncResp> finalResIn) : in MultiAsyncResp()
840 const std::shared_ptr<bmcweb::AsyncResp>& res, in addAwaitingResponse()
889 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in startQuery()
908 std::shared_ptr<bmcweb::AsyncResp> finalRes;
1062 auto asyncResp = std::make_shared<bmcweb::AsyncResp>( in processAllParams()
H A Dchassis_utils.hpp21 void getValidChassisPath(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidChassisPath()
/openbmc/openbmc-test-automation/test_lists/
H A DQEMU_CI16 # openbmc/bmcweb#264 --include Verify_Redfish_BMC_Time
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-image.bbclass6 # - obmc-bmcweb - OpenBMC webserver
39 FEATURE_PACKAGES_obmc-bmcweb ?= "packagegroup-obmc-apps-bmcweb"
/openbmc/docs/
H A DREST-cheatsheet.md4 usage. OpenBMC REST is disabled by default in bmcweb. For more information, see
5 https://github.com/openbmc/bmcweb/commit/47c9e106e0057dd70133d50e928e48cbc68e709a.
14 authentication handled by the curl cookie jar files. The bmcweb REST server can
19 Starting with the 2.7 OpenBMC release (August 2019), bmcweb is the default REST
55 Note: To keep the syntax below common between the phosphor-rest and bmcweb
56 implementations as described above, this assumes that if bmcweb is used it is
/openbmc/bmcweb/test/http/
H A Dcrow_getroutes_test.cpp22 using ::bmcweb::AsyncResp;
/openbmc/openbmc/meta-phosphor/recipes-phosphor/srvcfg-manager/
H A Dsrvcfg-manager_git.bb3 phosphor-ipmi-net, bmcweb, obmc-console etc in the system, \

123456789