Oval_result_system get methods. More...
Functions | |
struct oval_result_definition_iterator * | oval_result_system_get_definitions (struct oval_result_system *) |
struct oval_result_test_iterator * | oval_result_system_get_tests (struct oval_result_system *) |
struct oval_syschar_model * | oval_result_system_get_syschar_model (struct oval_result_system *) |
struct oval_sysinfo * | oval_result_system_get_sysinfo (struct oval_result_system *) |
void | oval_result_system_add_definition (struct oval_result_system *, struct oval_result_definition *) |
void | oval_result_system_add_test (struct oval_result_system *, struct oval_result_test *) |
bool | oval_result_system_is_locked (struct oval_result_system *result_system) |
return true if the result_system instance is locked. |
Oval_result_system get methods.
bool oval_result_system_is_locked | ( | struct oval_result_system * | result_system | ) |
return true if the result_system instance is locked.
The state of a locked instance cannot be changed.