Searched refs:methodName (Results 1 – 6 of 6) sorted by relevance
12 constexpr auto methodName = in TEST() local17 std::println("error calling method {}\n", methodName); in TEST()
504 std::string methodName; member1415 thisMethodName == transaction->methodName) in findActionOnInterface()1425 transaction->methodName.c_str()); in findActionOnInterface()1533 const std::string& methodName) in handleAction() argument1536 methodName); in handleAction()1573 transaction->methodName = methodName; in handleAction()1624 transaction->methodName = "Delete"; in handleDelete()2145 std::string methodName; in handleBusSystemPost() local2177 methodName = *it; in handleBusSystemPost()2242 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)
508 std::string methodName = expanded ? "GetFRUsByExpandedLocationCode" in getInventoryFromLocCode() local519 interface::vpdManager, methodName.c_str()); in getInventoryFromLocCode()
303 - self.fixture = FakeBetamaxTestCase(methodName='test_fake')