Home
last modified time | relevance | path

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

/openbmc/bmcweb/src/
H A Ddbus_utility.cpp68 const MapperGetObject& objectNames) { in checkDbusPathExists() argument
69 callback(!ec && !objectNames.empty()); in checkDbusPathExists()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp1671 const dbus::utility::MapperGetSubTreeResponse& objectNames) { in handleEnumerate() argument
1677 objectNames); in handleEnumerate()
1709 const dbus::utility::MapperGetObject& objectNames) { in handleGet() argument
1710 if (ec || objectNames.empty()) in handleGet()
1720 connection : objectNames) in handleGet()
1889 const dbus::utility::MapperGetObject& objectNames) { in handlePut() argument
1890 if (!ec2 && objectNames.empty()) in handlePut()
1899 connection : objectNames) in handlePut()