Home
last modified time | relevance | path

Searched refs:bmcweb (Results 126 – 150 of 201) sorted by relevance

123456789

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/
H A DAttributes.interface.yaml2 Implement to expose the properties of service objects like bmcweb,
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/packagegroups/
H A Dpackagegroup-fvp-apps.bb37 bmcweb \
/openbmc/bmcweb/redfish-core/src/
H A Dregistries.cpp41 bmcweb::split(fields, messageID, '.'); in getMessage()
/openbmc/docs/designs/
H A Dhw-fault-monitor.md36 - bmcweb implements a Redfish webserver for openbmc:
37 https://github.com/openbmc/bmcweb. The Redfish LogService schema is available
122 host-error-monitor, bmcweb, and phosphor-debug-collector.
156 bmcweb will be used as the associated Redfish webserver for external entities to
158 to a Redfish log resource collection will be added in bmcweb. When delivering a
172 in bmcweb (e.g. /redfish/v1/Systems/system/LogServices/Dump,
H A Dphysical-topology.md60 bmcweb.
131 When a daemon such as bmcweb wants to determine what other inventory items have
186 change. If consumers of inventory data such as bmcweb do not find the new
196 All new code in entity-manager and bmcweb will be unit tested using existing
H A Dvirtual-media.md37 communicate over Secure WebSockets directly to HTTPS endpoint hosted by bmcweb
126 through bmcweb.
132 │Browser│ │bmcweb│ │VirtualMedia│ │NBDClient│ │uDEV│ │USBGadget│
139 │─────────────────────────> ║* bmcweb creates ░║ │ │ │
141 │ │ ║* bmcweb locks new ║ │ │ │
192 │Browser│ │CIFS/HTTPS│ │bmcweb│ │VirtualMedia│ │NBDkit││NBDClient││uDEV│ │USBGadget│
345 … "EndpointId": "/nbd/0", # bmcweb endpoint (URL) configured for this type of connection
/openbmc/bmcweb/redfish-core/lib/
H A Dtask.hpp332 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutesTaskMonitor()
373 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutesTask()
443 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutesTaskCollection()
477 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutesTaskService()
H A Dpower.hpp259 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleChassisPowerGet()
290 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleChassisPowerPatch()
H A Dtelemetry_service.hpp19 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleTelemetryServiceGet()
H A Dtrigger.hpp681 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& id) in afterCreateTrigger()
943 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleTriggerCollectionPost()
975 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutesTriggerCollection()
1006 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutesTrigger()
1043 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutesTrigger()
H A Dsensors.hpp214 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp()
224 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp()
236 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp()
299 const std::shared_ptr<bmcweb::AsyncResp> asyncResp;
524 void getChassis(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassis()
857 bmcweb::asciiToLower); in objectPropertiesToJson()
2335 bmcweb::split(split, objPath, '/'); in getSensorData()
2789 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in retrieveUriToDbusMap()
2806 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisCallback()
2847 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSensorCollectionGet()
[all …]
H A Dmetadata.hpp69 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleMetadataGet()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp118 boost::beast::http::request<bmcweb::HttpBody> req;
121 boost::beast::http::request<bmcweb::HttpBody>&& reqIn, in PendingRequest()
140 http::request<bmcweb::HttpBody> req;
141 using parser_type = http::response_parser<bmcweb::HttpBody>;
733 boost::beast::http::request<bmcweb::HttpBody> thisReq( in sendData()
H A Dwebsocket.hpp128 using Body = boost::beast::http::request<bmcweb::HttpBody>; in start()
211 boost::beast::http::request<bmcweb::HttpBody>>& /*req*/, in acceptDone()
H A Dhttp_request.hpp21 using Body = boost::beast::http::request<bmcweb::HttpBody>;
/openbmc/bmcweb/
H A Dmeson.options13 description: 'Enable Unit tests for bmcweb',
26 # https://github.com/openbmc/bmcweb/issues/188 and put forward your intentions
53 https://github.com/openbmc/bmcweb/blob/master/DEVELOPING.md#redfish.''',
146 'bmcweb-logging',
151 - disabled: disable bmcweb log traces.
H A Dmeson.build2 'bmcweb',
21 project_pretty_name = 'bmcweb'
359 # Generate the bmcweb executable
361 'bmcweb',
/openbmc/bmcweb/redfish-core/include/utils/
H A Dpcie_util.hpp37 getPCIeDeviceList(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getPCIeDeviceList()
/openbmc/bmcweb/src/
H A Dwebserver_run.cpp106 bmcweb::registerUserRemovedSignal(); in run()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dservice_root_test.cpp128 auto shareAsyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
H A Dlog_services_test.cpp20 auto shareAsyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
/openbmc/docs/architecture/
H A Dinterface-overview.md200 [bmcweb is configurable]: https://github.com/openbmc/bmcweb#configuration
242 | | -+- bmcweb |
424 https://github.com/openbmc/bmcweb Note that BMCWeb is configurable per
425 https://github.com/openbmc/bmcweb#configuration with build-time options to
439 details here: https://github.com/openbmc/bmcweb/blob/master/Redfish.md with docs
H A DLED-architecture.md56 bmcweb does below operations:
63 bmcweb does below operations:
96 - bmcweb already has a design to look for `Functional` property and set the
/openbmc/docs/architecture/code-update/
H A Dfirmware-update-over-redfish.md53 Redfish firmware update within OpenBMC has already started within [bmcweb][7]
78 - This must be configurable (enable/disable) via compile option within bmcweb
203 within bmcweb but can be enabled via a compile flag (see CMakeLists.txt within
204 bmcweb repository for details).
250 https://github.com/openbmc/bmcweb/blob/master/redfish-core/lib/update_service.hpp
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp104 bmcweb::split(fields, messageID, '.'); in formatMessage()
172 bmcweb::split(logEntryFields, entry, ','); in getEventLogParams()
204 bmcweb::split(fields, messageID, '.'); in getRegistryAndMessageKey()
640 bmcweb::OpenSSLGenerator gen; in loadOldBehavior()
800 bmcweb::OpenSSLGenerator gen; in addSubscription()

123456789