/openbmc/bmcweb/include/ |
H A D | event_service_store.hpp | 128 const nlohmann::json::array_t* obj = in fromJson() 129 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson() 147 const nlohmann::json::array_t* obj = in fromJson() 148 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson() 166 const nlohmann::json::array_t* obj = in fromJson() 167 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson() 206 const nlohmann::json::array_t* obj = in fromJson() 207 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson() 225 const nlohmann::json::array_t* obj = in fromJson() 226 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson()
|
H A D | dbus_monitor.hpp | 83 nlohmann::json::array_t* arr = data.get_ptr<nlohmann::json::array_t*>(); in onPropertyUpdate()
|
/openbmc/bmcweb/test/redfish-core/lib/ |
H A D | system_test.cpp | 44 nlohmann::json::array_t parameters; in TEST() 49 nlohmann::json::array_t allowed; in TEST() 77 nlohmann::json::array_t parameters; in TEST() 82 nlohmann::json::array_t allowed; in TEST() 110 nlohmann::json::array_t parameters; in TEST() 115 nlohmann::json::array_t allowed; in TEST()
|
H A D | chassis_test.cpp | 34 nlohmann::json::array_t parameters; in assertChassisResetActionInfoGet() 39 nlohmann::json::array_t allowed; in assertChassisResetActionInfoGet()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | roles.hpp | 50 inline std::optional<nlohmann::json::array_t> 53 nlohmann::json::array_t privArray; in getAssignedPrivFromRole() 93 std::optional<nlohmann::json::array_t> privArray = in requestRoutesRoles()
|
H A D | thermal_metrics.hpp | 50 nlohmann::json::array_t* temperatureArray = in afterGetTemperatureValue() 51 temperatureReadings.get_ptr<nlohmann::json::array_t*>(); in afterGetTemperatureValue() 84 nlohmann::json::array_t(); in handleTemperatureReadingsCelsius()
|
H A D | odata.hpp | 27 nlohmann::json::array_t value; in redfishOdataGet()
|
H A D | pcie_slots.hpp | 39 nlohmann::json::array_t* slotsPtr = in onPcieSlotGetAllDone() 40 slots.get_ptr<nlohmann::json::array_t*>(); in onPcieSlotGetAllDone()
|
H A D | trigger.hpp | 722 inline std::optional<nlohmann::json::array_t> 725 nlohmann::json::array_t triggerActions; in getTriggerActions() 742 inline std::optional<nlohmann::json::array_t> 745 nlohmann::json::array_t triggers; in getDiscreteTriggers() 868 std::optional<nlohmann::json::array_t> redfishTriggerActions = in fillTrigger() 895 std::optional<nlohmann::json::array_t> discreteTriggers = in fillTrigger()
|
H A D | chassis.hpp | 71 nlohmann::json::array_t storages; in getStorageLink() 448 nlohmann::json::array_t computerSystems; in handleDecoratorAssetProperties() 456 nlohmann::json::array_t managedBy; in handleDecoratorAssetProperties() 910 nlohmann::json::array_t parameters; in handleChassisResetActionInfoGet() 915 nlohmann::json::array_t allowed; in handleChassisResetActionInfoGet()
|
H A D | message_registries.hpp | 130 nlohmann::json::array_t languages; in handleMessageRoutesMessageRegistryFileGet() 134 nlohmann::json::array_t locationMembers; in handleMessageRoutesMessageRegistryFileGet()
|
H A D | redfish_v1.hpp | 87 nlohmann::json::array_t members; in jsonSchemaIndexGet() 161 nlohmann::json::array_t locationArray; in jsonSchemaGet()
|
H A D | telemetry_service.hpp | 85 nlohmann::json::array_t supportedCollectionFunctions; in handleTelemetryServiceGet()
|
H A D | manager_logservices_journal.hpp | 275 nlohmann::json::array_t* logEntryArray = in readJournalEntries() 276 logEntry.get_ptr<nlohmann::json::array_t*>(); in readJournalEntries() 399 asyncResp->res.jsonValue["Members"] = nlohmann::json::array_t(); in handleManagersJournalLogEntryCollectionGet()
|
H A D | systems.hpp | 918 nlohmann::json::array_t({"Legacy", "UEFI"}); in getBootOverrideType() 957 nlohmann::json::array_t allowed; in getBootOverrideMode() 1268 nlohmann::json::array_t allowed; in getAutomaticRetryPolicy() 2112 nlohmann::json::array_t modeList; in afterGetPowerMode() 3092 nlohmann::json::array_t managedBy; in handleComputerSystemGet() 3118 nlohmann::json::array_t({"KVMIP"}); in handleComputerSystemGet() 3124 nlohmann::json::array_t chassisArray; in handleComputerSystemGet() 3323 nlohmann::json::array_t& allowableValues) in dbusToRfAllowedHostTransitions() 3356 nlohmann::json::array_t allowableValues; in afterGetAllowedHostTransitions() 3398 nlohmann::json::array_t parameters; in afterGetAllowedHostTransitions()
|
H A D | metric_report.hpp | 28 nlohmann::json metricValues = nlohmann::json::array_t(); in toMetricValues()
|
H A D | metric_report_definition.hpp | 218 inline std::optional<nlohmann::json::array_t> getLinkedTriggers( in getLinkedTriggers() 221 nlohmann::json::array_t triggers; in getLinkedTriggers() 288 std::optional<nlohmann::json::array_t> linkedTriggers = in fillReportDefinition() 298 nlohmann::json::array_t redfishReportActions; in fillReportDefinition() 315 nlohmann::json::array_t metrics = nlohmann::json::array(); in fillReportDefinition() 319 nlohmann::json::array_t metricProperties; in fillReportDefinition()
|
/openbmc/bmcweb/redfish-core/src/utils/ |
H A D | json_utils.cpp | 77 const nlohmann::json::array_t* arr = in getEstimatedJsonSize() 78 root.get_ptr<const nlohmann::json::array_t*>(); in getEstimatedJsonSize()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 284 nlohmann::json::array_t* arr = in unpackValue() 285 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 306 nlohmann::json::array_t* arr = in unpackValue() 307 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 370 nlohmann::json::array_t* arr = in unpackValue() 371 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 390 nlohmann::json::array_t* arr = in unpackValue() 391 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 847 inline void sortJsonArrayByKey(nlohmann::json::array_t& array, in sortJsonArrayByKey() 856 inline void sortJsonArrayByOData(nlohmann::json::array_t& array) in sortJsonArrayByOData()
|
H A D | telemetry_utils.hpp | 159 inline std::optional<nlohmann::json::array_t> 162 nlohmann::json::array_t redfishEnums; in toRedfishCollectionFunctions()
|
H A D | query_param.hpp | 548 ExpandType eType, nlohmann::json::array_t& array, 574 nlohmann::json::array_t* array = in findNavigationReferencesRecursive() 575 jsonResponse.get_ptr<nlohmann::json::array_t*>(); in findNavigationReferencesRecursive() 592 ExpandType eType, nlohmann::json::array_t& array, in findNavigationReferencesInArrayRecursive() 931 nlohmann::json::array_t* arr = in processTopAndSkip() 932 members->second.get_ptr<nlohmann::json::array_t*>(); in processTopAndSkip() 993 nlohmann::json::array_t* array = in recursiveSelect() 994 currRoot.get_ptr<nlohmann::json::array_t*>(); in recursiveSelect()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | filter_expr_executor.cpp | 411 json::array_t* memberArr = members->second.get_ptr<json::array_t*>(); in applyFilterToCollection() 418 json::array_t::iterator it = memberArr->begin(); in applyFilterToCollection()
|
H A D | subscription.cpp | 132 nlohmann::json::array_t logEntryArray; in sendTestEventLog() 160 nlohmann::json::array_t logEntryArray; in filterAndSendEventLogs()
|
/openbmc/openpower-vpd-parser/test/vpd-manager-test/ |
H A D | editor_test.cpp | 69 itemFRUS.value().get_ref<const nlohmann::json::array_t&>(); in processJson()
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 84 typedef struct array_t { struct 87 } array_t; argument 89 static inline void array_init(array_t* array,unsigned int item_size) in array_init() 97 static inline void array_free(array_t* array) in array_free() 104 static inline void* array_get(array_t* array,unsigned int index) { in array_get() 110 static inline void array_ensure_allocated(array_t *array, int index) in array_ensure_allocated() 122 static inline void* array_get_next(array_t* array) { in array_get_next() 159 static int array_remove(array_t* array,int index) in array_remove() 165 static int array_index(array_t* array, void* pointer) in array_index() 306 array_t fat,directory,mapping; [all …]
|