Home
last modified time | relevance | path

Searched defs:callout (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_callout_test.cpp46 Callout callout{stream}; in TEST() local
86 Callout callout{stream}; in TEST() local
123 Callout callout{stream}; in TEST() local
158 Callout callout{stream}; in TEST() local
193 Callout callout{CalloutPriority::high, "123", "1234567", "ABCD", in TEST() local
204 Callout callout{CalloutPriority::high, "1234", "1234567", "ABCD", in TEST() local
216 Callout callout{CalloutPriority::high, locCode, "1234567", "ABCD", in TEST() local
231 Callout callout{CalloutPriority::high, locCode, "1234567", "ABCD", in TEST() local
245 Callout callout{CalloutPriority::low, locCode, "1234567", "ABCD", in TEST() local
312 Callout callout{CalloutPriority::medium, "bmc_code"}; in TEST() local
[all …]
H A Dsrc_callouts_test.cpp32 auto callout = srcDataFactory(TestSRCType::calloutStructureA); in TEST() local
75 auto callout = srcDataFactory(TestSRCType::calloutStructureA); in TEST() local
105 auto callout = std::make_unique<Callout>( in TEST() local
120 auto callout = std::make_unique<Callout>(CalloutPriority::high, "U1-P1", in TEST() local
H A Dpel_utils.cpp369 auto callout = srcDataFactory(TestSRCType::calloutStructureA); in srcDataFactory() local
H A Dsrc_test.cpp346 auto& callout = src.callouts()->callouts().front(); in TEST_F() local
437 auto& callout = src.callouts()->callouts().front(); in TEST_F() local
1313 auto& callout = src.callouts()->callouts().front(); in TEST_F() local
H A Dservice_indicators_test.cpp73 auto callout = std::make_unique<src::Callout>( in TEST() local
/openbmc/ibm-logging/test/
H A Dtest_callout.cpp60 auto callout = std::make_unique<Callout>(bus, objectPath, calloutPath, in TEST_F() local
69 auto callout = std::make_unique<Callout>(bus, objectPath, id, ts); in TEST_F() local
89 auto callout = std::make_unique<Callout>(bus, objectPath, id, ts + 1); in TEST_F() local
/openbmc/phosphor-dbus-monitor/src/
H A Dresolve_errors.hpp36 explicit ResolveCallout(const std::string& callout) : callout(callout) {} in ResolveCallout()
57 std::string callout; member in phosphor::dbus::monitoring::ResolveCallout
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallouts.cpp47 for (auto& callout : _callouts) in flatten() local
53 void Callouts::addCallout(std::unique_ptr<Callout> callout) in addCallout()
H A Dsrc.cpp618 const auto& callout = _callouts->callouts(); in getCallouts() local
881 std::unique_ptr<src::Callout> callout; in addInventoryCallout() local
984 for (const auto& callout : callouts) in addRegistryCallouts() local
1008 std::unique_ptr<src::Callout> callout; in addRegistryCallout() local
1165 for (const auto& callout : callouts) in addDevicePathCallouts() local
1252 for (const auto& callout : jsonCallouts) in addJSONCallouts() local
1272 std::unique_ptr<src::Callout> callout; in addJSONCallout() local
H A Dregistry.cpp472 RegistryCallout callout; in makeRegistryCallout() local
563 for (const auto& callout : calloutLists) in getCalloutsWithoutAD() local
H A Dservice_indicators.cpp116 for (const auto& callout : callouts) in getLocationCodes() local
/openbmc/openpower-host-ipmi-oem/
H A Delog-errors.hpp13 namespace sdbusplus::error::org::open_power::common::callout namespace
29 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace
33 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace
37 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace
41 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace
98 namespace org::open_power::common::callout namespace
145 namespace xyz::openbmc_project::common::callout namespace
208 namespace xyz::openbmc_project::common::callout namespace
260 namespace xyz::openbmc_project::common::callout namespace
327 namespace xyz::openbmc_project::common::callout namespace
[all …]
/openbmc/phosphor-power/power-sequencer/
H A Ducd90160.cpp405 PartCallout callout{type, part}; in doGPIOAnalysis() local
442 void UCD90160::gpuPGOODError(const std::string& callout) in gpuPGOODError()
464 void UCD90160::gpuOverTempError(const std::string& callout) in gpuOverTempError()
486 void UCD90160::memGoodError(const std::string& callout) in memGoodError()
H A Ducd90160.hpp248 inline void setPartCallout(const PartCallout& callout) in setPartCallout()
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Ducd90160.cpp405 PartCallout callout{type, part}; in doGPIOAnalysis() local
442 void UCD90160::gpuPGOODError(const std::string& callout) in gpuPGOODError()
464 void UCD90160::gpuOverTempError(const std::string& callout) in gpuOverTempError()
486 void UCD90160::memGoodError(const std::string& callout) in memGoodError()
H A Ducd90160.hpp248 inline void setPartCallout(const PartCallout& callout) in setPartCallout()
/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp106 nlohmann::json callout; in calloutProcedure() local
212 nlohmann::json callout; in addTargetCallout() local
243 nlohmann::json callout; in addBackplaneCallout() local
/openbmc/openpower-occ-control/
H A Docc_errors.hpp77 const char* callout = nullptr) : in Descriptor()
83 const char* callout; member in open_power::occ::Error::Descriptor
/openbmc/ibm-logging/
H A Dcallout.cpp47 void save(Archive& archive, const Callout& callout, const std::uint32_t version) in save()
62 void load(Archive& archive, Callout& callout, const std::uint32_t version) in load()
H A Dmanager.cpp212 auto callout = std::get<endpointPos>(association); in createCalloutObjects() local
286 auto callout = std::make_shared<Callout>(bus, path, id, in restoreCalloutObjects() local
H A Dpolicy_find.cpp191 auto callout = getAdditionalDataItem(*data, "CALLOUT_INVENTORY_PATH"); in getSearchModifierFirstTry() local
/openbmc/phosphor-logging/
H A Delog_meta.cpp29 auto callout = std::lower_bound(callouts.begin(), callouts.end(), in build() local
H A Delog_meta.hpp103 auto callout = std::lower_bound(callouts.begin(), callouts.end(), in build() local
/openbmc/witherspoon-pfault-analysis/
H A Delog-errors.hpp69 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace
73 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace
77 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace
81 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace
85 namespace sdbusplus::error::xyz::openbmc_project::common::callout namespace
359 namespace xyz::openbmc_project::common::callout namespace
422 namespace xyz::openbmc_project::common::callout namespace
474 namespace xyz::openbmc_project::common::callout namespace
541 namespace xyz::openbmc_project::common::callout namespace
590 namespace xyz::openbmc_project::common::callout namespace
/openbmc/linux/arch/alpha/include/asm/
H A Dgct.h37 void (*callout)(gct6_node *); member

12