Home
last modified time | relevance | path

Searched refs:Callout (Results 1 – 25 of 68) sorted by relevance

123

/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_callout_test.cpp46 Callout callout{stream}; in TEST()
86 Callout callout{stream}; in TEST()
123 Callout callout{stream}; in TEST()
178 Callout::calloutType | Callout::fruIdentIncluded); in TEST()
265 Callout::calloutType | Callout::fruIdentIncluded); in TEST()
288 Callout::calloutType | Callout::fruIdentIncluded | in TEST()
319 Callout::calloutType | Callout::fruIdentIncluded); in TEST()
339 Callout::calloutType | Callout::fruIdentIncluded); in TEST()
368 Callout::calloutType | Callout::fruIdentIncluded); in TEST()
389 Callout::calloutType | Callout::fruIdentIncluded); in TEST()
[all …]
H A Dservice_indicators_test.cpp23 using CalloutVector = std::vector<std::unique_ptr<src::Callout>>;
73 auto callout = std::make_unique<src::Callout>( in TEST()
97 std::make_unique<src::Callout>(CalloutPriority::high, "U27-P1", in TEST()
107 callouts.push_back(std::make_unique<src::Callout>( in TEST()
117 callouts.push_back(std::make_unique<src::Callout>( in TEST()
183 callouts.push_back(std::make_unique<src::Callout>( in TEST()
187 callouts.push_back(std::make_unique<src::Callout>( in TEST()
213 callouts.push_back(std::make_unique<src::Callout>( in TEST()
226 callouts.push_back(std::make_unique<src::Callout>( in TEST()
250 callouts.push_back(std::make_unique<src::Callout>( in TEST()
[all …]
H A Dsrc_callouts_test.cpp105 auto callout = std::make_unique<Callout>( in TEST()
120 auto callout = std::make_unique<Callout>(CalloutPriority::high, "U1-P1", in TEST()
134 auto c0 = std::make_unique<Callout>(CalloutPriority::high, "U1-P1", in TEST()
139 auto c1 = std::make_unique<Callout>(CalloutPriority::medium, "U1-P2", in TEST()
144 auto c2 = std::make_unique<Callout>(CalloutPriority::low, "U1-P3", in TEST()
149 auto c3 = std::make_unique<Callout>(CalloutPriority::high, "U1-P4", in TEST()
154 auto c4 = std::make_unique<Callout>(CalloutPriority::high, "U1-P5", in TEST()
159 auto c5 = std::make_unique<Callout>(CalloutPriority::low, "U1-P6", in TEST()
164 auto c6 = std::make_unique<Callout>(CalloutPriority::medium, "U1-P7", in TEST()
179 auto c9 = std::make_unique<Callout>(CalloutPriority::low, "U1-P10", in TEST()
[all …]
H A Ddevice_callouts_test.cpp243 bool operator!=(const Callout& left, const Callout& right) in operator !=()
251 bool operator==(const std::vector<Callout>& left, in operator ==()
252 const std::vector<Callout>& right) in operator ==()
486 std::vector<Callout> expected{ in TEST_F()
522 std::vector<Callout> expected{ in TEST_F()
546 std::vector<Callout> expected{ in TEST_F()
572 std::vector<Callout> expected{ in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.hpp35 class Callout class
51 Callout() = delete;
52 ~Callout() = default;
53 Callout(const Callout&) = delete;
54 Callout& operator=(const Callout&) = delete;
55 Callout(Callout&&) = delete;
56 Callout& operator=(Callout&&) = delete;
65 explicit Callout(Stream& pel);
125 Callout(CalloutPriority priority, in Callout() function in openpower::pels::src::Callout
158 Callout(CalloutPriority priority, in Callout() function in openpower::pels::src::Callout
[all …]
H A Dcallout.cpp31 Callout::Callout(Stream& pel) in Callout() function in openpower::pels::src::Callout
81 Callout::Callout(CalloutPriority priority, const std::string& locationCode, in Callout() function in openpower::pels::src::Callout
84 Callout(priority, locationCode, partNumber, ccin, serialNumber, in Callout()
88 Callout::Callout(CalloutPriority priority, const std::string& locationCode, in Callout() function in openpower::pels::src::Callout
111 Callout::Callout(CalloutPriority priority, const std::string& procedure, in Callout() function in openpower::pels::src::Callout
125 Callout::Callout(CalloutPriority priority, const std::string& symbolicFRU, in Callout() function in openpower::pels::src::Callout
141 void Callout::setLocationCode(const std::string& locationCode) in setLocationCode()
172 size_t Callout::flattenedSize() const in flattenedSize()
184 void Callout::flatten(Stream& pel) const in flatten()
208 bool Callout::operator==(const Callout& right) const in operator ==()
[all …]
H A Ddevice_callouts.hpp80 struct Callout struct
102 std::vector<Callout> getCallouts(
116 std::vector<Callout>
155 std::vector<device_callouts::Callout> calloutI2C(
H A Ddevice_callouts.cpp220 std::vector<Callout> callouts; in extractCallouts()
232 Callout c; in extractCallouts()
276 std::vector<device_callouts::Callout> calloutI2C( in calloutI2C()
314 std::vector<device_callouts::Callout> calloutI2CUsingPath( in calloutI2CUsingPath()
330 std::vector<device_callouts::Callout>
362 std::vector<device_callouts::Callout>
408 std::vector<device_callouts::Callout>
448 std::vector<device_callouts::Callout>
451 std::vector<Callout> callouts; in findCallouts()
519 std::vector<Callout> getCallouts(const std::string& devPath, in getCallouts()
[all …]
H A Dcallouts.hpp76 const std::vector<std::unique_ptr<Callout>>& callouts() const in callouts()
86 void addCallout(std::unique_ptr<Callout> callout);
109 std::vector<std::unique_ptr<Callout>> _callouts;
/openbmc/ibm-logging/
H A Dcallout.hpp25 class Callout : public CalloutObject class
28 Callout() = delete;
29 Callout(const Callout&) = delete;
30 Callout& operator=(const Callout&) = delete;
31 Callout(Callout&&) = default;
32 Callout& operator=(Callout&&) = default;
33 ~Callout() = default;
47 Callout(sdbusplus::bus_t& bus, const std::string& objectPath,
62 Callout(sdbusplus::bus_t& bus, const std::string& objectPath, size_t id,
H A Dcallout.cpp30 CEREAL_CLASS_VERSION(ibm::logging::Callout, CALLOUT_CLASS_VERSION);
47 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()
85 Callout::Callout(sdbusplus::bus_t& bus, const std::string& objectPath, in Callout() function in ibm::logging::Callout
91 Callout::Callout(sdbusplus::bus_t& bus, const std::string& objectPath, in Callout() function in ibm::logging::Callout
132 void Callout::serialize(const fs::path& dir) in serialize()
141 bool Callout::deserialize(const fs::path& dir) in deserialize()
/openbmc/openpower-hw-diags/test/
H A Dtest-pll-unlock.cpp66 "Callout Type": "Clock Callout", in TEST()
71 "Callout Type": "Hardware Callout", in TEST()
139 "Callout Type": "Clock Callout", in TEST()
144 "Callout Type": "Hardware Callout", in TEST()
150 "Callout Type": "Hardware Callout", in TEST()
204 "Callout Type": "Hardware Callout", in TEST()
210 "Callout Type": "Hardware Callout", in TEST()
276 "Callout Type": "Hardware Callout", in TEST()
282 "Callout Type": "Hardware Callout", in TEST()
288 "Callout Type": "Hardware Callout", in TEST()
[all …]
H A Dtest-lpc-timeout.cpp49 "Callout Type": "Procedure Callout", in TEST()
104 "Callout Type": "Part Callout", in TEST()
109 "Callout Type": "Clock Callout", in TEST()
114 "Callout Type": "Hardware Callout", in TEST()
H A Dtest-resolution.cpp183 "Callout Type": "Hardware Callout", in TEST()
257 "Callout Type": "Connected Callout", in TEST()
265 "Callout Type": "Connected Callout", in TEST()
273 "Callout Type": "Connected Callout", in TEST()
345 "Callout Type": "Hardware Callout", in TEST()
352 "Callout Type": "Connected Callout", in TEST()
360 "Callout Type": "Bus Callout", in TEST()
408 "Callout Type": "Clock Callout", in TEST()
452 "Callout Type": "Procedure Callout", in TEST()
498 "Callout Type": "Part Callout", in TEST()
H A Dtest-tod-step-check-fault.cpp95 "Callout Type": "Clock Callout", in TEST()
100 "Callout Type": "Hardware Callout", in TEST()
/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/
H A DFault.metadata.yaml7 - xyz.openbmc_project.Common.Callout.Inventory
15 - xyz.openbmc_project.Common.Callout.Inventory
23 - xyz.openbmc_project.Common.Callout.Inventory
31 - xyz.openbmc_project.Common.Callout.Inventory
39 - xyz.openbmc_project.Common.Callout.Inventory
47 - xyz.openbmc_project.Common.Callout.Inventory
87 - xyz.openbmc_project.Common.Callout.Inventory
95 - xyz.openbmc_project.Common.Callout.Inventory
103 - xyz.openbmc_project.Common.Callout.Inventory
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_association.robot27 Create Test Error Callout And Verify
31 Create Test Error With Callout
32 Verify Test Error Log And Callout
47 Create Test Error With Callout
68 Create Test Error With Callout
108 Create Test Error With Callout
170 Create Test Error With Callout
171 Create Test Error With Callout
216 Callout Test Binary Exist
226 Create Test Error With Callout
[all …]
/openbmc/openbmc-test-automation/openpower/ras/
H A Dtest_host_ras.robot29 Verify Recoverable Callout Handling For MCA With Threshold 1
39 Verify Recoverable Callout Handling For MCA With Threshold 32
49 Verify Unrecoverable Callout Handling For MCA
60 Verify Recoverable Callout Handling For MCI With Threshold 1
70 Verify Unrecoverable Callout Handling For MCI
81 Verify Recoverable Callout Handling For CXA With Threshold 5
101 Verify Unrecoverable Callout Handling For CXA
182 Verify Unrecoverable Callout Handling For L2FIR
217 Verify Unrecoverable Callout Handling For L3FIR
266 Verify Unrecoverable Callout Handling For NCUFIR
[all …]
H A Dtest_bmc_ras.robot32 Verify Pdbg Recoverable Callout Handling For MCA With Threshold 1
42 Verify Pdbg Recoverable Callout Handling For MCA With Threshold 32
52 Verify Pdbg Unrecoverable Callout Handling For MCA
64 Verify Pdbg Recoverable Callout Handling For MCI With Threshold 1
74 Verify Pdbg Unrecoverable Callout Handling For MCI
87 Verify Pdbg Recoverable Callout Handling For CXA With Threshold 5
107 Verify Pdbg Unrecoverable Callout Handling For CXA
189 Verify Pdbg Unrecoverable Callout Handling For L2FIR
224 Verify Pdbg Unrecoverable Callout Handling For L3FIR
273 Verify Pdbg Unrecoverable Callout Handling For NCUFIR
[all …]
H A Dtest_host_boot_ras.robot29 Verify Pdbg Recoverable Callout Handling For MCA During Host Boot
43 Verify Pdbg Recoverable Callout Handling For MCI During Host Boot
55 Verify Pdbg Recoverable Callout Handling For NXDMAENG During Host Boot
69 Verify Pdbg Recoverable Callout Handling For L2FIR During Host Boot
84 Verify Pdbg Recoverable Callout Handling For OCC During Host Boot
98 Verify Pdbg Recoverable Callout Handling For NCUFIR During Host Boot
121 Verify Pdbg Unrecoverable Callout Handling For L3FIR During Host Boot
132 Verify Pdbg Unrecoverable Callout Handling For L2FIR During Host Boot
143 Verify Pdbg Unrecoverable Callout Handling For CXA During Host Boot
153 Verify Pdbg Unrecoverable Callout Handling For MCA During Host Boot
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/
H A DDevice.metadata.yaml3 - xyz.openbmc_project.Common.Callout.Device
7 - xyz.openbmc_project.Common.Callout.Device
11 - xyz.openbmc_project.Common.Callout.Device
15 - xyz.openbmc_project.Common.Callout.Device
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/
H A Dmeson.build2 subdir('Callout') subdir
5 input: [ '../../../../yaml/org/open_power/Common/Callout.errors.yaml', ],
6 output: [ 'Callout.md' ],
13 'org/open_power/Common/Callout',
/openbmc/phosphor-power/org/open_power/Witherspoon/
H A DFault.metadata.yaml7 - xyz.openbmc_project.Common.Callout.Inventory
15 - xyz.openbmc_project.Common.Callout.Inventory
23 - xyz.openbmc_project.Common.Callout.Inventory
31 - xyz.openbmc_project.Common.Callout.Inventory
39 - xyz.openbmc_project.Common.Callout.Inventory
47 - xyz.openbmc_project.Common.Callout.Inventory
198 - xyz.openbmc_project.Common.Callout.Inventory
206 - xyz.openbmc_project.Common.Callout.Inventory
214 - xyz.openbmc_project.Common.Callout.Inventory
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DCallout.errors.yaml5 description: Callout GPIO pin
8 description: Callout IIC device
14 description: Callout IPMI sensor
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout/
H A DREADME.md7 would be `xyz.openbmc_project.Error.Callout.IIC`, to indicate an IIC callout.
18 xyz.openbmc_project.Error.Callout.IIC) :
41 - xyz.openbmc_project.Error.Callout.IIC
45 include Callout.IIC's as well, so an application wanting to add an IIC callout
47 to the presence of the Callout.IIC metadata, the error handling component can
51 `xyz.openbmc_project.Error.Callout.Device`, which has metadata common to
65 metadata fields for both Callout.Device and Callout.IIC, but provide values only
66 for Callout.Callout. That way the error handling component can still decipher

123