Home
last modified time | relevance | path

Searched refs:get_ptr (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/bmcweb/include/
H A Devent_service_store.hpp55 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 Dlogin_routes.hpp62 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 Dpersistent_data.hpp76 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 Ddbus_monitor.hpp94 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 Dopenbmc_dbus_rest.hpp586 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 Dsessions.hpp84 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 Dconfig_base.hpp121 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 Djson_utils.hpp165 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 Dquery_param.hpp511 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 Dtypes.hpp61 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 Devent_matches_filter.hpp68 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 Dredfish_aggregator.hpp285 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 Djson_html_serializer.cpp496 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 Dfilter_expr_executor.cpp145 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 Derror_message_utils.cpp82 (*extendedInfoIt).get_ptr<const nlohmann::json::array_t*>(); in moveErrorsToErrorJson()
/openbmc/bmcweb/redfish-core/src/utils/
H A Djson_utils.cpp66 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 Dassociation_manager.cpp101 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 Dentity_manager.hpp129 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 Dutils.cpp225 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 Dentity_manager.cpp186 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 Dutils.hpp147 const auto* ptr = logging->get_ptr<const std::string*>(); in deviceHasLogging()
/openbmc/linux/arch/mips/alchemy/common/
H A Ddbdma.c581 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 Dvpu_windsor.c548 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 Dthermal_metrics.hpp65 temperatureReadings.get_ptr<nlohmann::json::array_t*>(); in afterGetTemperatureValue()
/openbmc/libcper/tests/
H A Dtest-utils.cpp72 auto id_strptr = it_id->get_ptr<const std::string *>(); in iterate_make_required_props()

12