Home
last modified time | relevance | path

Searched refs:responses (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/webui-vue/src/store/modules/Logs/
H A DEventLogStore.js111 api.spread((...responses) => {
112 const { successCount, errorCount } = getResponseCount(responses);
149 api.spread((...responses) => {
150 const { successCount, errorCount } = getResponseCount(responses);
184 api.spread((...responses) => {
185 const { successCount, errorCount } = getResponseCount(responses);
H A DDumpsStore.js96 api.spread((...responses) => {
97 const { successCount, errorCount } = getResponseCount(responses);
/openbmc/phosphor-modbus/tests/
H A DReadme.md9 these requests and returns responses. The test environment setup is responsible
17 generating appropriate responses. The replies are determined by the mocked
20 scenarios, and also provides error responses to facilitate negative testing. The
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js207 api.spread((...responses) => {
208 const { successCount, errorCount } = getResponseCount(responses);
250 api.spread((...responses) => {
251 const { successCount, errorCount } = getResponseCount(responses);
293 api.spread((...responses) => {
294 const { successCount, errorCount } = getResponseCount(responses);
H A DSessionsStore.js58 api.spread((...responses) => {
59 const { successCount, errorCount } = getResponseCount(responses);
H A DCertificatesStore.js78 api.spread((...responses) => {
79 const certificates = responses.map(({ data }) => {
/openbmc/phosphor-user-manager/
H A Dtotp.hpp100 std::unique_ptr<pam_response[], decltype(pamResponseDeleter)> responses( in pamFunctionConversation() local
109 pam_response& response = responses[i]; in pamFunctionConversation()
120 *resp = responses.release(); in pamFunctionConversation()
/openbmc/webui-vue/src/store/modules/Operations/
H A DBootSettingsStore.js128 api.spread((...responses) => {
132 responses.forEach((response) => {
/openbmc/webui-vue/src/store/modules/Settings/
H A DSnmpAlertsStore.js84 api.spread((...responses) => {
85 const { successCount, errorCount } = getResponseCount(responses);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-requests-mock_1.12.1.bb1 SUMMARY = "Mocked responses for the requests library"
H A Dpython3-responses_0.25.7.bb2 HOMEPAGE = "https://github.com/getsentry/responses"
H A Dpython3-jsonrpcclient_4.0.3.bb1 SUMMARY = "Generate JSON-RPC requests and parse responses in Python"
H A Dpython3-google-auth_2.40.1.bb30 python3-responses \
/openbmc/webui-vue/src/store/
H A Dapi.js204 export const getResponseCount = (responses) => {
208 responses.forEach((response) => {
/openbmc/bmcweb/include/
H A Dpam_authenticate.hpp100 auto responses = std::span(responseArrPtr.get(), msgCount); in pamFunctionConversation() local
106 pam_response& response = responses[i]; in pamFunctionConversation()
/openbmc/qemu/storage-daemon/qapi/
H A Dqapi-schema.json31 # <- ... text sent by server (command responses and events) ...
38 # for the general format of commands, responses, and events.
/openbmc/bmcweb/docs/
H A DAGGREGATION.md103 The responses are processed by first adding the aggregation prefix to the URIs
107 If the responses from the satellite responses do not contain a "Members" array
110 aggregating BMC. Similarly, we ignore any satellite responses that do not return
182 1. Add links to satellite only collections in responses from service root and
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSensorsStore.js68 return await api.all(promises).then((responses) => {
70 responses.forEach((response) => {
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/http-parser/
H A Dhttp-parser_2.9.4.bb3 both requests and responses. The parser is designed to be used \
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/
H A D0001-Makefile-drop-running-scrips-install.patch34 …$(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/active-responses.log
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/
H A Dlibauthen-radius-perl_0.22.bb3 allows you to send/receive Radius requests/responses to/from a \
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcgi/
H A Dlibcgi-perl_4.68.bb2 HTTP requests and responses. Major features including processing form \
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst126 the other. The client therefore receives command responses in issue
134 receive such a command's response before responses from prior in-band
137 To be able to match responses back to their commands, the client needs
154 There are two possible responses which the Server will issue as the result
159 so that requests and responses can match. Clients should drop all the
160 responses that have an unknown ``id`` field.
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py323 responses = await self.send_stream_batch(
328 return {"count": sum(int(json.loads(r)["count"]) for r in responses)}
/openbmc/docs/designs/
H A Dmultihost-ipmi-design.md23 responses.
213 connected.The commands requests are received from all the hosts and responses

123