Open SCAP Library
|
Go to the source code of this file.
Enumerations | |
enum | oval_result_t { OVAL_RESULT_TRUE = 1, OVAL_RESULT_FALSE = 2, OVAL_RESULT_UNKNOWN = 4, OVAL_RESULT_ERROR = 8, OVAL_RESULT_NOT_EVALUATED = 16, OVAL_RESULT_NOT_APPLICABLE = 32 } |
Result values for the evaluation of an OVAL Definition or an OVAL Test. More... | |
enum | oval_result_directive_content_t { OVAL_DIRECTIVE_CONTENT_UNKNOWN = 0, OVAL_DIRECTIVE_CONTENT_THIN = 1, OVAL_DIRECTIVE_CONTENT_FULL = 2 } |
Values for the directives controlling the expected content of the results file. More... | |
Functions | |
const char * | oval_result_get_text (oval_result_t) |
Setters | |
void | oval_results_model_set_generator (struct oval_results_model *model, struct oval_generator *generator) |
Getters | |
struct oval_generator * | oval_results_model_get_generator (struct oval_results_model *model) |
oval_criteria_node_type_t | oval_result_criteria_node_get_type (struct oval_result_criteria_node *) |
Evaluators | |
int | oval_results_model_eval (struct oval_results_model *) |
Evaluate all result_systems. |