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.hpp1440 const char* thisMethodName = methodNode->Attribute("name"); in findActionOnInterface() local
1441 BMCWEB_LOG_DEBUG("Found method: {}", thisMethodName); in findActionOnInterface()
1442 if (thisMethodName != nullptr && in findActionOnInterface()
1443 thisMethodName == transaction->methodName) in findActionOnInterface()
1447 thisMethodName, thisInterfaceName); in findActionOnInterface()