Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp1411 const char* thisMethodName = in findActionOnInterface() local
1413 BMCWEB_LOG_DEBUG("Found method: {}", thisMethodName); in findActionOnInterface()
1414 if (thisMethodName != nullptr && in findActionOnInterface()
1415 thisMethodName == transaction->methodName) in findActionOnInterface()
1419 thisMethodName, thisInterfaceName); in findActionOnInterface()