Searched refs:methodName (Results 1 – 6 of 6) sorted by relevance
504 std::string methodName; member1411 thisMethodName == transaction->methodName) in findActionOnInterface()1421 transaction->methodName.c_str()); in findActionOnInterface()1529 const std::string& methodName) in handleAction() argument1532 methodName); in handleAction()1569 transaction->methodName = methodName; in handleAction()1620 transaction->methodName = "Delete"; in handleDelete()2141 std::string methodName; in handleBusSystemPost() local2173 methodName = *it; in handleBusSystemPost()2238 else if (methodName.empty()) in handleBusSystemPost()[all …]
20 def __init__(self, methodName="runTest"): argument22 super(OESelftestTestCase, self).__init__(methodName)
89 def __init__(self, methodName='runTest'): argument91 super(oeRuntimeTest, self).__init__(methodName)
526 std::string methodName = expanded ? "GetFRUsByExpandedLocationCode" in getInventoryFromLocCode() local537 interface::vpdManager, methodName.c_str()); in getInventoryFromLocCode()
303 - self.fixture = FakeBetamaxTestCase(methodName='test_fake')
308 static int write_acpi_int(const char *methodName, int val) in write_acpi_int() argument312 status = acpi_execute_simple_method(NULL, (char *)methodName, val); in write_acpi_int()