Home
last modified time | relevance | path

Searched refs:getJSON (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsection.hpp60 virtual std::optional<std::string> getJSON(uint8_t /* creatorID*/) const in getJSON() function in openpower::pels::Section
73 virtual std::optional<std::string> getJSON( in getJSON() function in openpower::pels::Section
88 virtual std::optional<std::string> getJSON( in getJSON() function in openpower::pels::Section
H A Duser_data.cpp97 std::optional<std::string> UserData::getJSON( in getJSON() function in openpower::pels::UserData
102 return user_data::getJSON(_header.componentID, _header.subType, in getJSON()
H A Dextended_user_data.cpp98 std::optional<std::string> ExtendedUserData::getJSON( in getJSON() function in openpower::pels::ExtendedUserData
104 return user_data::getJSON(_header.componentID, _header.subType, in getJSON()
H A Duser_data_json.hpp23 std::optional<std::string> getJSON(
H A Dfailing_mtms.hpp91 std::optional<std::string> getJSON(uint8_t creatorID) const override;
H A Duser_data.hpp90 std::optional<std::string> getJSON(
H A Dextended_user_data.hpp147 std::optional<std::string> getJSON(
H A Dfailing_mtms.cpp93 std::optional<std::string> FailingMTMS::getJSON(uint8_t creatorID) const in getJSON() function in openpower::pels::FailingMTMS
H A Dprivate_header.hpp229 std::optional<std::string> getJSON(uint8_t creatorID) const override;
H A Duser_header.hpp228 std::optional<std::string> getJSON(uint8_t creatorID) const override;
H A Dextended_user_header.hpp165 std::optional<std::string> getJSON(uint8_t creatorID) const override;
H A Dprivate_header.cpp86 std::optional<std::string> PrivateHeader::getJSON(uint8_t creatorID) const in getJSON() function in openpower::pels::PrivateHeader
H A Dextended_user_header.cpp183 std::optional<std::string> ExtendedUserHeader::getJSON(uint8_t creatorID) const in getJSON() function in openpower::pels::ExtendedUserHeader
H A Dsrc.hpp264 std::optional<std::string> getJSON(message::Registry& registry,
H A Dpel.cpp375 json = section.getJSON(registry, plugins, creatorID); in printSectionInJSON()
379 json = section.getJSON(creatorID, plugins); in printSectionInJSON()
383 json = section.getJSON(creatorID); in printSectionInJSON()
H A Duser_header.cpp252 std::optional<std::string> UserHeader::getJSON(uint8_t creatorID) const in getJSON() function in openpower::pels::UserHeader
H A Duser_data_json.cpp395 std::optional<std::string> getJSON( in getJSON() function
H A Dsrc.cpp710 std::optional<std::string> SRC::getJSON(message::Registry& registry, in getJSON() function in openpower::pels::SRC
/openbmc/rest-dbus/resources/
H A Ddbus.js9 jQuery.getJSON('/bus/' + bus.name, function(data) {
30 jQuery.getJSON('/bus/' + ctx.bus.name + '/' + ctx.service.name,
51 jQuery.getJSON('/bus/' + ctx.bus.name + '/' + ctx.service.name +
210 jQuery.getJSON('/bus/' + ctx.bus.name + '/' + ctx.service.name +
328 jQuery.getJSON('/bus/', function(data) {
H A Djquery.min.js5 …ajaxComplete",[v,k]),--m.active||m.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){r…
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js50 $.getJSON(libtoaster.ctx.layersTypeAheadUrl,
306 $.getJSON(libtoaster.ctx.layersTypeAheadUrl,
H A Dlibtoaster.js50 xhrReq = $.getJSON(xhrUrl, xhrParams, function (data) {
218 $.getJSON(url,
H A Djquery-2.0.3.min.js6 …ajaxComplete",[T,c]),--x.active||x.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){r…
H A Djquery-3.7.1.min.js2 …axComplete",[T,v]),--ce.active||ce.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){r… method in AnonymousClass4824406912b01
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp469 auto jsonString = pel.privateHeader().getJSON('O'); in TEST_F()
476 jsonString = pel.userHeader().getJSON('O'); in TEST_F()
486 jsonString = section->getJSON('O'); in TEST_F()

12