Searched refs:ifacePath (Results 1 – 2 of 2) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | entity_manager.cpp | 261 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 D | entity_manager.hpp | 69 const std::string& jsonPointerPath, const std::string& ifacePath);
|