Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1407 const char* thisMethodName = in findActionOnInterface() local
1409 BMCWEB_LOG_DEBUG("Found method: {}", thisMethodName); in findActionOnInterface()
1410 if (thisMethodName != nullptr && in findActionOnInterface()
1411 thisMethodName == transaction->methodName) in findActionOnInterface()
1415 thisMethodName, thisInterfaceName); in findActionOnInterface()