| /openbmc/webui-vue/src/store/modules/Logs/ |
| H A D | EventLogStore.js | 111 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 D | DumpsStore.js | 96 api.spread((...responses) => { 97 const { successCount, errorCount } = getResponseCount(responses);
|
| /openbmc/phosphor-modbus/tests/ |
| H A D | Readme.md | 9 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 D | UserManagementStore.js | 207 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 D | SessionsStore.js | 58 api.spread((...responses) => { 59 const { successCount, errorCount } = getResponseCount(responses);
|
| H A D | CertificatesStore.js | 78 api.spread((...responses) => { 79 const certificates = responses.map(({ data }) => {
|
| /openbmc/phosphor-user-manager/ |
| H A D | totp.hpp | 100 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 D | BootSettingsStore.js | 128 api.spread((...responses) => { 132 responses.forEach((response) => {
|
| /openbmc/webui-vue/src/store/modules/Settings/ |
| H A D | SnmpAlertsStore.js | 84 api.spread((...responses) => { 85 const { successCount, errorCount } = getResponseCount(responses);
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-requests-mock_1.12.1.bb | 1 SUMMARY = "Mocked responses for the requests library"
|
| H A D | python3-responses_0.25.7.bb | 2 HOMEPAGE = "https://github.com/getsentry/responses"
|
| H A D | python3-jsonrpcclient_4.0.3.bb | 1 SUMMARY = "Generate JSON-RPC requests and parse responses in Python"
|
| H A D | python3-google-auth_2.40.1.bb | 30 python3-responses \
|
| /openbmc/webui-vue/src/store/ |
| H A D | api.js | 204 export const getResponseCount = (responses) => { 208 responses.forEach((response) => {
|
| /openbmc/bmcweb/include/ |
| H A D | pam_authenticate.hpp | 100 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 D | qapi-schema.json | 31 # <- ... text sent by server (command responses and events) ... 38 # for the general format of commands, responses, and events.
|
| /openbmc/bmcweb/docs/ |
| H A D | AGGREGATION.md | 103 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 D | SensorsStore.js | 68 return await api.all(promises).then((responses) => { 70 responses.forEach((response) => {
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/http-parser/ |
| H A D | http-parser_2.9.4.bb | 3 both requests and responses. The parser is designed to be used \
|
| /openbmc/openbmc/meta-security/recipes-ids/ossec/files/ |
| H A D | 0001-Makefile-drop-running-scrips-install.patch | 34 …$(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 D | libauthen-radius-perl_0.22.bb | 3 allows you to send/receive Radius requests/responses to/from a \
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcgi/ |
| H A D | libcgi-perl_4.68.bb | 2 HTTP requests and responses. Major features including processing form \
|
| /openbmc/qemu/docs/interop/ |
| H A D | qmp-spec.rst | 126 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 D | client.py | 323 responses = await self.send_stream_batch( 328 return {"count": sum(int(json.loads(r)["count"]) for r in responses)}
|
| /openbmc/docs/designs/ |
| H A D | multihost-ipmi-design.md | 23 responses. 213 connected.The commands requests are received from all the hosts and responses
|