/openbmc/bmcweb/include/ |
H A D | event_service_store.hpp | 55 element.second.get_ptr<const std::string*>(); in fromJson() 65 element.second.get_ptr<const std::string*>(); in fromJson() 81 element.second.get_ptr<const std::string*>(); in fromJson() 90 const bool* value = element.second.get_ptr<const bool*>(); in fromJson() 100 element.second.get_ptr<const std::string*>(); in fromJson() 109 const bool* value = element.second.get_ptr<const bool*>(); in fromJson() 119 element.second.get_ptr<const uint64_t*>(); in fromJson() 129 element.second.get_ptr<const std::string*>(); in fromJson() 139 element.second.get_ptr<const std::string*>(); in fromJson() 149 element.second.get_ptr<const std::string*>(); in fromJson() [all …]
|
H A D | login_routes.hpp | 62 const std::string* userStr = userIt->get_ptr<const std::string*>(); in handleLogin() 63 const std::string* passStr = passIt->get_ptr<const std::string*>(); in handleLogin() 89 userIt2->get_ptr<const std::string*>(); in handleLogin() 91 passIt2->get_ptr<const std::string*>(); in handleLogin() 107 userIt2->get_ptr<const std::string*>(); in handleLogin() 109 passIt2->get_ptr<const std::string*>(); in handleLogin()
|
H A D | persistent_data.hpp | 76 data.get_ptr<nlohmann::json::object_t*>(); in readData() 88 item.second.get_ptr<const uint64_t*>(); in readData() 101 item.second.get_ptr<const std::string*>(); in readData() 138 item.second.get_ptr<const int64_t*>(); in readData() 155 .get_ptr<const nlohmann::json::object_t*>(); in readData()
|
H A D | dbus_monitor.hpp | 94 nlohmann::json::array_t* arr = data.get_ptr<nlohmann::json::array_t*>(); in onPropertyUpdate() 107 (*arr)[1].get_ptr<nlohmann::json::object_t*>(); in onPropertyUpdate() 169 interface.get_ptr<const std::string*>(); in requestRoutes() 200 thisPath.get_ptr<const std::string*>(); in requestRoutes()
|
H A D | openbmc_dbus_rest.hpp | 586 const int64_t* intValue = j->get_ptr<const int64_t*>(); in convertJsonToDbus() 587 const std::string* stringValue = j->get_ptr<const std::string*>(); in convertJsonToDbus() 588 const double* doubleValue = j->get_ptr<const double*>(); in convertJsonToDbus() 589 const bool* b = j->get_ptr<const bool*>(); in convertJsonToDbus() 597 const uint64_t* uintValue = j->get_ptr<const uint64_t*>(); in convertJsonToDbus() 606 const uint64_t* uintValue = j->get_ptr<const uint64_t*>(); in convertJsonToDbus() 729 const uint64_t* uintValue = j->get_ptr<const uint64_t*>(); in convertJsonToDbus() 743 const uint64_t* uintValue = j->get_ptr<const uint64_t*>(); in convertJsonToDbus() 757 const uint64_t* uintValue = j->get_ptr<const uint64_t*>(); in convertJsonToDbus() 771 const uint64_t* uintValue = j->get_ptr<const uint64_t*>(); in convertJsonToDbus() [all …]
|
H A D | sessions.hpp | 84 element.second.get_ptr<const std::string*>(); in fromJson() 217 const bool* value = element.second.get_ptr<const bool*>(); in fromJson() 246 element.second.get_ptr<const uint64_t*>(); in fromJson()
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | config_base.hpp | 121 if (auto boolPtr = object.get_ptr<const bool*>()) in getJsonValue() 125 if (auto intPtr = object.get_ptr<const int64_t*>()) in getJsonValue() 129 if (auto doublePtr = object.get_ptr<const double*>()) in getJsonValue() 133 if (auto stringPtr = object.get_ptr<const std::string*>()) in getJsonValue()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 165 double* jsonPtr = jsonValue.get_ptr<double*>(); in unpackValueWithErrorCode() 169 int64_t* intPtr = jsonValue.get_ptr<int64_t*>(); in unpackValueWithErrorCode() 189 int64_t* jsonPtr = jsonValue.get_ptr<int64_t*>(); in unpackValueWithErrorCode() 204 uint64_t* jsonPtr = jsonValue.get_ptr<uint64_t*>(); in unpackValueWithErrorCode() 230 jsonValue.get_ptr<nlohmann::json::object_t*>(); in unpackValueWithErrorCode() 247 JsonType jsonPtr = jsonValue.get_ptr<JsonType>(); in unpackValueWithErrorCode() 275 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 297 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 361 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() 381 jsonValue.get_ptr<nlohmann::json::array_t*>(); in unpackValue() [all …]
|
H A D | query_param.hpp | 511 const std::string* url = itUrl->get_ptr<const std::string*>(); in processOnly() 578 jsonResponse.get_ptr<nlohmann::json::array_t*>(); in findNavigationReferencesRecursive() 585 jsonResponse.get_ptr<nlohmann::json::object_t*>(); in findNavigationReferencesRecursive() 622 obj.begin()->second.get_ptr<const std::string*>(); in findNavigationReferencesInObjectRecursive() 834 res.jsonValue.get_ptr<nlohmann::json::object_t*>(); in processTopAndSkip() 856 members->second.get_ptr<nlohmann::json::array_t*>(); in processTopAndSkip() 883 currRoot.get_ptr<nlohmann::json::object_t*>(); in recursiveSelect() 918 currRoot.get_ptr<nlohmann::json::array_t*>(); in recursiveSelect()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | types.hpp | 61 if (auto boolPtr = entry.get_ptr<const bool*>()) in getPropValue() 69 if (auto int64Ptr = entry.get_ptr<const int64_t*>()) in getPropValue() 77 if (auto stringPtr = entry.get_ptr<const std::string*>()) in getPropValue()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_matches_filter.hpp | 68 eventJson->second.get_ptr<const std::string*>(); in eventMatchesFilter() 95 eventJson->second.get_ptr<const std::string*>(); in eventMatchesFilter() 122 eventJson->second.get_ptr<const std::string*>(); in eventMatchesFilter()
|
H A D | redfish_aggregator.hpp | 285 std::string* strValue = item.get_ptr<std::string*>(); in addPrefixToItem() 332 nlohmann::json::array_t* array = json.get_ptr<nlohmann::json::array_t*>(); in addPrefixToHeadersInResp() 342 std::string* strHeader = item.get_ptr<std::string*>(); in addPrefixToHeadersInResp() 364 json.get_ptr<nlohmann::json::object_t*>(); in addPrefixes() 388 nlohmann::json::array_t* array = json.get_ptr<nlohmann::json::array_t*>(); in addPrefixes() 1160 jsonVal.get_ptr<nlohmann::json::object_t*>(); in processContainsSubordinateResponse() 1175 prop.second["@odata.id"].get_ptr<std::string*>(); in processContainsSubordinateResponse()
|
/openbmc/bmcweb/src/ |
H A D | json_html_serializer.cpp | 496 const std::string* ptr = val.get_ptr<const std::string*>(); in dump() 508 if (*(val.get_ptr<const bool*>())) in dump() 521 dumpInteger(out, *(val.get_ptr<const int64_t*>())); in dump() 527 dumpInteger(out, *(val.get_ptr<const uint64_t*>())); in dump() 533 dumpfloat(out, *(val.get_ptr<const double*>())); in dump()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | filter_expr_executor.cpp | 145 const double* dValue = entry.get_ptr<const double*>(); in operator ()() 150 const int64_t* iValue = entry.get_ptr<const int64_t*>(); in operator ()() 155 const std::string* strValue = entry.get_ptr<const std::string*>(); in operator ()() 405 json::object_t* obj = body.get_ptr<json::object_t*>(); in applyFilterToCollection() 417 json::array_t* memberArr = members->second.get_ptr<json::array_t*>(); in applyFilterToCollection()
|
H A D | error_message_utils.cpp | 82 (*extendedInfoIt).get_ptr<const nlohmann::json::array_t*>(); in moveErrorsToErrorJson()
|
/openbmc/bmcweb/redfish-core/src/utils/ |
H A D | json_utils.cpp | 66 root.get_ptr<const nlohmann::json::array_t*>(); in getEstimatedJsonSize() 77 root.get_ptr<const nlohmann::json::object_t*>(); in getEstimatedJsonSize()
|
/openbmc/phosphor-inventory-manager/ |
H A D | association_manager.cpp | 101 auto s = value.get_ptr<const std::string*>(); in loadConditions() 102 auto i = value.get_ptr<const int64_t*>(); in loadConditions() 103 auto b = value.get_ptr<const bool*>(); in loadConditions()
|
/openbmc/entity-manager/src/ |
H A D | entity_manager.hpp | 129 const std::string* getSn = findSn->get_ptr<const std::string*>(); in logDeviceAdded() 183 const std::string* getSn = findSn->get_ptr<const std::string*>(); in logDeviceRemoved()
|
H A D | utils.cpp | 225 std::string* strPtr = keyPair.value().get_ptr<std::string*>(); in templateCharReplace() 317 strPtr = keyPair.value().get_ptr<std::string*>(); in templateCharReplace() 324 strPtr = keyPair.value().get_ptr<std::string*>(); in templateCharReplace()
|
H A D | entity_manager.cpp | 186 auto ptr = property.get_ptr<const PropertyType*>(); in addArrayToDbus() 496 const std::string* type = findType->get_ptr<const std::string*>(); in createAddObjectMethod() 497 const std::string* name = findName->get_ptr<const std::string*>(); in createAddObjectMethod() 908 const auto* ptr = powerState->get_ptr<const std::string*>(); in deviceRequiresPowerOn() 1173 const std::string* probe = probeJson.get_ptr<const std::string*>(); in getProbeInterfaces()
|
H A D | utils.hpp | 147 const auto* ptr = logging->get_ptr<const std::string*>(); in deviceHasLogging()
|
/openbmc/linux/arch/mips/alchemy/common/ |
H A D | dbdma.c | 581 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_ring_alloc() 734 dp = ctp->get_ptr; in au1xxx_dbdma_get_dest() 749 ctp->get_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr)); in au1xxx_dbdma_get_dest() 809 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_reset() 909 (u32)(ctp->chan_desc_base), (u32)(ctp->get_ptr), in au1xxx_dbdma_dump()
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_windsor.c | 548 static u32 get_ptr(u32 ptr) in get_ptr() function 734 info->wptr = get_ptr(windsor->str_buff_wptr); in vpu_windsor_unpack_pic_info() 899 desc->wptr = get_ptr(rpc_desc->wptr); in vpu_windsor_get_stream_buffer_desc() 900 desc->rptr = get_ptr(rpc_desc->rptr); in vpu_windsor_get_stream_buffer_desc() 901 desc->start = get_ptr(rpc_desc->start); in vpu_windsor_get_stream_buffer_desc() 902 desc->end = get_ptr(rpc_desc->end); in vpu_windsor_get_stream_buffer_desc()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | thermal_metrics.hpp | 65 temperatureReadings.get_ptr<nlohmann::json::array_t*>(); in afterGetTemperatureValue()
|
/openbmc/libcper/tests/ |
H A D | test-utils.cpp | 72 auto id_strptr = it_id->get_ptr<const std::string *>(); in iterate_make_required_props()
|