Lines Matching refs:_callout
78 for (const auto& _callout : jsonCallouts) in createGuardRecords() local
83 if (!_callout.contains("Guarded")) in createGuardRecords()
87 if (!_callout.at("Guarded").get<bool>()) in createGuardRecords()
93 if (!_callout.contains("EntityPath")) in createGuardRecords()
101 auto entityPath = _callout.at("EntityPath").get<EntityPath>(); in createGuardRecords()
113 if (!_callout.contains("GuardType")) in createGuardRecords()
120 guardTypeStr = _callout.at("GuardType").get<std::string>(); in createGuardRecords()
162 for (const auto& _callout : jsonCallouts) in createDeconfigRecords() local
167 if (!_callout.contains("Deconfigured")) in createDeconfigRecords()
172 if (!_callout.at("Deconfigured").get<bool>()) in createDeconfigRecords()
177 if (!_callout.contains("EntityPath")) in createDeconfigRecords()
184 auto entityPath = _callout.at("EntityPath").get<EntityPath>(); in createDeconfigRecords()