#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_INVALID = 0, OVAL_RESULT_TRUE = 1, OVAL_RESULT_FALSE = 2, OVAL_RESULT_UNKNOWN = 3, OVAL_RESULT_ERROR = 4, OVAL_RESULT_NOT_EVALUATED = 5, OVAL_RESULT_NOT_APPLICABLE = 6 } |
enum | oval_result_directive_content_t { OVAL_DIRECTIVE_CONTENT_UNKNOWN = 0, OVAL_DIRECTIVE_CONTENT_THIN = 1, OVAL_DIRECTIVE_CONTENT_FULL = 2 } |
Functions | |
const char * | oval_result_get_text (oval_result_t) |
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 *) |