Searched refs:jsonCallouts (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | phal_service_actions.cpp | 65 void createGuardRecords(const nlohmann::json& jsonCallouts, uint32_t plid, in createGuardRecords() argument 68 if (jsonCallouts.empty()) in createGuardRecords() 73 if (!jsonCallouts.is_array()) in createGuardRecords() 78 for (const auto& _callout : jsonCallouts) in createGuardRecords() 148 void createDeconfigRecords(const nlohmann::json& jsonCallouts, uint32_t plid) in createDeconfigRecords() argument 152 if (jsonCallouts.empty()) in createDeconfigRecords() 157 if (!jsonCallouts.is_array()) in createDeconfigRecords() 162 for (const auto& _callout : jsonCallouts) in createDeconfigRecords() 201 void createServiceActions(const nlohmann::json& jsonCallouts, in createServiceActions() argument 205 createGuardRecords(jsonCallouts, plid, dataIface); in createServiceActions() [all …]
|
| H A D | phal_service_actions.hpp | 22 void createServiceActions(const nlohmann::json& jsonCallouts,
|
| H A D | src.hpp | 120 const nlohmann::json& jsonCallouts, const DataInterfaceBase& dataIface); 461 const nlohmann::json& jsonCallouts, 556 void addJSONCallouts(const nlohmann::json& jsonCallouts,
|
| H A D | src.cpp | 302 const nlohmann::json& jsonCallouts, const DataInterfaceBase& dataIface) in SRC() argument 371 addCallouts(regEntry, additionalData, jsonCallouts, dataIface); in SRC() 819 const nlohmann::json& jsonCallouts, in addCallouts() argument 857 if (!jsonCallouts.empty()) in addCallouts() 859 addJSONCallouts(jsonCallouts, dataIface); in addCallouts() 1272 void SRC::addJSONCallouts(const nlohmann::json& jsonCallouts, in addJSONCallouts() argument 1275 if (jsonCallouts.empty()) in addJSONCallouts() 1280 if (!jsonCallouts.is_array()) in addJSONCallouts() 1286 for (const auto& callout : jsonCallouts) in addJSONCallouts()
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | src_test.cpp | 1175 const auto jsonCallouts = R"( in TEST_F() local 1278 SRC src{entry, ad, jsonCallouts, dataIface}; in TEST_F() 1393 const auto jsonCallouts = R"( in TEST_F() local 1454 SRC src{entry, ad, jsonCallouts, dataIface}; in TEST_F()
|