Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.cpp261 std::string ifacePath = boardPath; in postExposesRecordsToDBus() local
262 ifacePath += "/"; in postExposesRecordsToDBus()
263 ifacePath += itemName; in postExposesRecordsToDBus()
269 ifacePath, in postExposesRecordsToDBus()
281 ifacePath, in postExposesRecordsToDBus()
298 jsonPointerPath, ifacePath)) in postExposesRecordsToDBus()
306 ifacePath, "xyz.openbmc_project.Configuration." + itemType, in postExposesRecordsToDBus()
319 const std::string& jsonPointerPath, const std::string& ifacePath) in postConfigurationRecord() argument
327 dbus_interface.createInterface(ifacePath, ifaceName, boardNameOrig); in postConfigurationRecord()
369 dbus_interface.createInterface(ifacePath, ifaceName, in postConfigurationRecord()
H A Dentity_manager.hpp69 const std::string& jsonPointerPath, const std::string& ifacePath);