Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp270 if (l_objectKeyValue.first.str.find(constants::pimPath, 0) != in callPIM()
275 0, std::strlen(constants::pimPath), ""); in callPIM()
282 bus.new_method_call(constants::pimServiceName, constants::pimPath, in callPIM()
H A Devent_logger_utility.hpp610 .compare(constants::VALUE_0, strlen(constants::pimPath), in createSyncPelWithInvCallOut()
611 constants::pimPath) != constants::STR_CMP_SUCCESS) in createSyncPelWithInvCallOut()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp123 constexpr auto pimPath = "/xyz/openbmc_project/inventory"; variable
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp1393 if (i_vpdPath.find(constants::pimPath) != constants::VALUE_0) in setPresentProperty()