Home
last modified time | relevance | path

Searched refs:qemuMonitorTestNewSchema (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dqemumonitorjsontest.c160 if (!(test = qemuMonitorTestNewSchema(xmlopt, data->schema))) in testQemuMonitorJSONGetStatus()
252 if (!(test = qemuMonitorTestNewSchema(xmlopt, data->schema))) in testQemuMonitorJSONGetVersion()
352 if (!(test = qemuMonitorTestNewSchema(xmlopt, data->schema))) in testQemuMonitorJSONGetMachines()
430 if (!(test = qemuMonitorTestNewSchema(xmlopt, data->schema))) in testQemuMonitorJSONGetCPUDefinitions()
504 if (!(test = qemuMonitorTestNewSchema(xmlopt, data->schema))) in testQemuMonitorJSONGetCommands()
561 if (!(test = qemuMonitorTestNewSchema(xmlopt, data->schema))) in testQemuMonitorJSONGetTPMModels()
804 if (!(test = qemuMonitorTestNewSchema(xmlopt, data->schema))) in testQemuMonitorJSONDetachChardev()
837 if (!(test = qemuMonitorTestNewSchema(xmlopt, data->schema))) in testQemuMonitorJSONGetListPaths()
912 if (!(test = qemuMonitorTestNewSchema(xmlopt, data->schema))) in testQemuMonitorJSONGetObjectProperty()
952 if (!(test = qemuMonitorTestNewSchema(xmlopt, data->schema))) in testQemuMonitorJSONSetObjectProperty()
[all …]
H A Dqemumonitortestutils.h80 #define qemuMonitorTestNewSchema(xmlopt, schema) \ macro