Searched refs:_callout (Results 1 – 1 of 1) sorted by relevance
78 for (const auto& _callout : jsonCallouts) in createGuardRecords() local83 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() local167 if (!_callout.contains("Deconfigured")) in createDeconfigRecords()172 if (!_callout.at("Deconfigured").get<bool>()) in createDeconfigRecords()[all …]