Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp504 std::string methodName; member
1411 thisMethodName == transaction->methodName) in findActionOnInterface()
1421 transaction->methodName.c_str()); in findActionOnInterface()
1529 const std::string& methodName) in handleAction() argument
1532 methodName); in handleAction()
1569 transaction->methodName = methodName; in handleAction()
1620 transaction->methodName = "Delete"; in handleDelete()
2141 std::string methodName; in handleBusSystemPost() local
2173 methodName = *it; in handleBusSystemPost()
2238 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.cpp526 std::string methodName = expanded ? "GetFRUsByExpandedLocationCode" in getInventoryFromLocCode() local
537 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')
/openbmc/linux/drivers/platform/x86/
H A Dtoshiba_acpi.c308 static int write_acpi_int(const char *methodName, int val) in write_acpi_int() argument
312 status = acpi_execute_simple_method(NULL, (char *)methodName, val); in write_acpi_int()