Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py20 def __init__(self, methodName="runTest"): argument
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp539 std::string methodName; member
1554 const std::string& methodName) in handleAction()
2130 std::string methodName; in handleBusSystemPost() local
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py89 def __init__(self, methodName='runTest'): argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp505 std::string methodName = expanded ? "GetFRUsByExpandedLocationCode" in getInventoryFromLocCode() local
/openbmc/linux/drivers/platform/x86/
H A Dtoshiba_acpi.c308 static int write_acpi_int(const char *methodName, int val) in write_acpi_int()