Home
last modified time | relevance | path

Searched refs:iv_calloutList (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.hpp54 nlohmann::json iv_calloutList = nlohmann::json::array(); member in analyzer::ServiceData
152 return iv_calloutList; in getCalloutList()
H A Dservice_data.cpp186 for (auto& c : iv_calloutList) in addCallout()
203 iv_calloutList.push_back(i_callout); in addCallout()