| /openbmc/bmcweb/include/ |
| H A D | event_service_store.hpp | 158 const nlohmann::json::array_t* obj = in fromJson() 159 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson() 177 const nlohmann::json::array_t* obj = in fromJson() 178 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson() 196 const nlohmann::json::array_t* obj = in fromJson() 197 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson() 236 const nlohmann::json::array_t* obj = in fromJson() 237 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson() 255 const nlohmann::json::array_t* obj = in fromJson() 256 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson()
|
| /openbmc/bmcweb/test/redfish-core/lib/ |
| H A D | system_test.cpp | 46 nlohmann::json::array_t parameters; in TEST() 51 nlohmann::json::array_t allowed; in TEST() 79 nlohmann::json::array_t parameters; in TEST() 84 nlohmann::json::array_t allowed; in TEST() 112 nlohmann::json::array_t parameters; in TEST() 117 nlohmann::json::array_t allowed; in TEST()
|
| H A D | chassis_test.cpp | 39 nlohmann::json::array_t parameters; in assertChassisResetActionInfoGet() 44 nlohmann::json::array_t allowed; in assertChassisResetActionInfoGet()
|
| /openbmc/bmcweb/redfish-core/src/utils/ |
| H A D | json_utils.cpp | 65 const nlohmann::json::array_t* arr = in getEstimatedJsonSize() 66 root.get_ptr<const nlohmann::json::array_t*>(); in getEstimatedJsonSize()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | roles.hpp | 44 inline std::optional<nlohmann::json::array_t> getAssignedPrivFromRole( in getAssignedPrivFromRole() 47 nlohmann::json::array_t privArray; in getAssignedPrivFromRole() 87 std::optional<nlohmann::json::array_t> privArray = in requestRoutesRoles()
|
| H A D | thermal_metrics.hpp | 64 nlohmann::json::array_t* temperatureArray = in afterGetTemperatureValue() 65 temperatureReadings.get_ptr<nlohmann::json::array_t*>(); in afterGetTemperatureValue() 98 nlohmann::json::array_t(); in handleTemperatureReadingsCelsius()
|
| H A D | odata.hpp | 29 nlohmann::json::array_t value; in redfishOdataGet()
|
| H A D | managers.hpp | 330 nlohmann::json::array_t allowableValues; in handleManagerResetActionInfo() 335 nlohmann::json::array_t parameters; in handleManagerResetActionInfo() 751 nlohmann::json::array_t({"ResetAll"}); in handleManagerGet() 767 nlohmann::json::array_t({"KVMIP"}); in handleManagerGet() 773 nlohmann::json::array_t managerForServers; in handleManagerGet() 798 nlohmann::json::array_t managerForChassis; in handleManagerGet() 924 nlohmann::json::array_t members; in handleManagerCollectionGet()
|
| H A D | manager_logservices_journal.hpp | 86 nlohmann::json::array_t* logEntryArray = in readJournalEntries() 87 logEntry.get_ptr<nlohmann::json::array_t*>(); in readJournalEntries() 177 asyncResp->res.jsonValue["Members"] = nlohmann::json::array_t(); in handleManagersJournalLogEntryCollectionGet()
|
| H A D | pcie_slots.hpp | 53 nlohmann::json::array_t* slotsPtr = in onPcieSlotGetAllDone() 54 slots.get_ptr<nlohmann::json::array_t*>(); in onPcieSlotGetAllDone()
|
| H A D | trigger.hpp | 725 inline std::optional<nlohmann::json::array_t> getTriggerActions( in getTriggerActions() 728 nlohmann::json::array_t triggerActions; in getTriggerActions() 745 inline std::optional<nlohmann::json::array_t> getDiscreteTriggers( in getDiscreteTriggers() 748 nlohmann::json::array_t triggers; in getDiscreteTriggers() 857 std::optional<nlohmann::json::array_t> redfishTriggerActions = in fillTrigger() 892 std::optional<nlohmann::json::array_t> discreteTriggers = in fillTrigger()
|
| H A D | message_registries.hpp | 105 nlohmann::json::array_t languages; in handleMessageRoutesMessageRegistryFileGet() 109 nlohmann::json::array_t locationMembers; in handleMessageRoutesMessageRegistryFileGet()
|
| H A D | telemetry_service.hpp | 98 nlohmann::json::array_t supportedCollectionFunctions; in handleTelemetryServiceGet()
|
| H A D | redfish_v1.hpp | 128 nlohmann::json::array_t members; in jsonSchemaIndexGet() 185 nlohmann::json::array_t locationArray; in jsonSchemaGet()
|
| H A D | chassis.hpp | 126 nlohmann::json::array_t storages; in getStorageLink() 476 nlohmann::json::array_t computerSystems; in handleDecoratorAssetProperties() 484 nlohmann::json::array_t managedBy; in handleDecoratorAssetProperties() 978 nlohmann::json::array_t parameters; in handleChassisResetActionInfoGet() 983 nlohmann::json::array_t allowed; in handleChassisResetActionInfoGet()
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | perform_scan.cpp | 260 const nlohmann::json::array_t* exarr = in extractExposeActionRecordNames() 261 exposeValue.get_ptr<const nlohmann::json::array_t*>(); in extractExposeActionRecordNames() 319 const std::string& propertyName, nlohmann::json::array_t& configExposes) in applyConfigExposeActions() 377 nlohmann::json::array_t* configList = in applyExposeActions() 378 configListFind->get_ptr<nlohmann::json::array_t*>(); in applyExposeActions() 568 nlohmann::json::array_t* exposeArr = in updateSystemConfiguration() 569 findExpose->second.get_ptr<nlohmann::json::array_t*>(); in updateSystemConfiguration() 646 nlohmann::json::array_t* probeCommandArrayPtr = in run() 647 findProbe->get_ptr<nlohmann::json::array_t*>(); in run()
|
| H A D | utils.cpp | 80 nlohmann::json::array_t* arrPtr = value.get_ptr<nlohmann::json::array_t*>(); in handleLeftOverTemplateVars() 180 nlohmann::json::array_t* arrPtr = value.get_ptr<nlohmann::json::array_t*>(); in templateCharReplace()
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | error_message_utils.cpp | 92 const nlohmann::json::array_t* extendedInfo = in moveErrorsToErrorJson() 93 extendedInfoIt->second.get_ptr<const nlohmann::json::array_t*>(); in moveErrorsToErrorJson()
|
| H A D | filter_expr_executor.cpp | 428 json::array_t* memberArr = members->second.get_ptr<json::array_t*>(); in applyFilterToCollection() 435 json::array_t::iterator it = memberArr->begin(); in applyFilterToCollection()
|
| H A D | subscription.cpp | 100 nlohmann::json::array_t eventRecord; in sendHeartbeatEvent() 202 nlohmann::json::array_t logEntryArray; in filterAndSendEventLogs()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | json_utils.hpp | 296 nlohmann::json::array_t* arr = in unpackValue() 297 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 318 nlohmann::json::array_t* arr = in unpackValue() 319 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 382 nlohmann::json::array_t* arr = in unpackValue() 383 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 402 nlohmann::json::array_t* arr = in unpackValue() 403 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 912 inline void sortJsonArrayByKey(nlohmann::json::array_t& array, in sortJsonArrayByKey() 921 inline void sortJsonArrayByOData(nlohmann::json::array_t& array) in sortJsonArrayByOData()
|
| H A D | telemetry_utils.hpp | 169 inline std::optional<nlohmann::json::array_t> toRedfishCollectionFunctions( in toRedfishCollectionFunctions() 172 nlohmann::json::array_t redfishEnums; in toRedfishCollectionFunctions()
|
| H A D | query_param.hpp | 554 ExpandType eType, nlohmann::json::array_t& array, 580 nlohmann::json::array_t* array = in findNavigationReferencesRecursive() 581 jsonResponse.get_ptr<nlohmann::json::array_t*>(); in findNavigationReferencesRecursive() 598 ExpandType eType, nlohmann::json::array_t& array, in findNavigationReferencesInArrayRecursive() 909 nlohmann::json::array_t* arr = in processTopAndSkip() 910 members->second.get_ptr<nlohmann::json::array_t*>(); in processTopAndSkip() 971 nlohmann::json::array_t* array = in recursiveSelect() 972 currRoot.get_ptr<nlohmann::json::array_t*>(); in recursiveSelect()
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | telemetry_readings.hpp | 26 nlohmann::json metricValues = nlohmann::json::array_t(); in toMetricValues()
|
| /openbmc/bmcweb/features/openbmc_rest/ |
| H A D | dbus_monitor.hpp | 94 nlohmann::json::array_t* arr = data.get_ptr<nlohmann::json::array_t*>(); in onPropertyUpdate()
|