Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 6 of 6) sorted by relevance

/openbmc/sdbusplus/test/gen/
H A Dtest_method_names.cpp12 constexpr auto methodName = in TEST() local
17 std::println("error calling method {}\n", methodName); in TEST()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp504 std::string methodName; member
1415 thisMethodName == transaction->methodName) in findActionOnInterface()
1425 transaction->methodName.c_str()); in findActionOnInterface()
1533 const std::string& methodName) in handleAction() argument
1536 methodName); in handleAction()
1573 transaction->methodName = methodName; in handleAction()
1624 transaction->methodName = "Delete"; in handleDelete()
2145 std::string methodName; in handleBusSystemPost() local
2177 methodName = *it; in handleBusSystemPost()
2242 else if (methodName.empty()) in handleBusSystemPost()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py20 def __init__(self, methodName="runTest"): argument
22 super(OESelftestTestCase, self).__init__(methodName)
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py89 def __init__(self, methodName='runTest'): argument
91 super(oeRuntimeTest, self).__init__(methodName)
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp508 std::string methodName = expanded ? "GetFRUsByExpandedLocationCode" in getInventoryFromLocCode() local
519 interface::vpdManager, methodName.c_str()); in getInventoryFromLocCode()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/
H A D0001-Drop-ptests-fixtures-and-recorde_modes.patch303 - self.fixture = FakeBetamaxTestCase(methodName='test_fake')