#include "oval_types.h"
#include "oval_system_characteristics.h"
#include <stdbool.h>
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) |
Evaluators | |
int | oval_results_model_eval (struct oval_results_model *) |
Evaluate all result_systems. | |
Getters | |
bool | oval_result_test_is_locked (struct oval_result_test *result_test) |
Return true if the result_test instance is locked. | |
oval_criteria_node_type_t | oval_result_criteria_node_get_type (struct oval_result_criteria_node *) |