| /openbmc/bios-bmc-smm-error-logger/src/rde/ |
| H A D | external_storer_file.cpp | 114 std::string_view rootPath, in ExternalStorerFileInterface() argument 117 rootPath(rootPath), fileHandler(std::move(fileHandler)), logServiceId(""), in ExternalStorerFileInterface() 216 rootPath + subPath); in processLogEntry() 221 rootPath + subPath); in processLogEntry() 225 cperNotifier->createEntry(rootPath + subPath + "/index.json"); in processLogEntry()
|
| /openbmc/bios-bmc-smm-error-logger/include/rde/ |
| H A D | external_storer_file.hpp | 121 std::string_view rootPath, 128 std::string rootPath; member in bios_bmc_smm_error_logger::rde::ExternalStorerFileInterface
|
| /openbmc/s2600wf-misc/subprojects/callback-manager/include/ |
| H A D | callback_manager.hpp | 11 constexpr const char* rootPath = "/xyz/openbmc_project/CallbackManager"; variable 30 association(objectServer.add_interface(rootPath, associationIface)), in AssociationManager()
|
| /openbmc/s2600wf-misc/callback-manager/include/ |
| H A D | callback_manager.hpp | 11 constexpr const char* rootPath = "/xyz/openbmc_project/CallbackManager"; variable 30 association(objectServer.add_interface(rootPath, associationIface)), in AssociationManager()
|
| /openbmc/s2600wf-misc/subprojects/callback-manager/src/ |
| H A D | callback_manager.cpp | 276 if (message.get_path() == rootPath) in createAssociationMatch() 322 if (path == rootPath) in createAssociationMatch() 364 objServer.add_interface(rootPath, in main() 372 objServer.add_interface(rootPath, globalInventoryIface); in main()
|
| /openbmc/s2600wf-misc/callback-manager/src/ |
| H A D | callback_manager.cpp | 276 if (message.get_path() == rootPath) in createAssociationMatch() 322 if (path == rootPath) in createAssociationMatch() 364 objServer.add_interface(rootPath, in main() 372 objServer.add_interface(rootPath, globalInventoryIface); in main()
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | fru_parser.cpp | 57 constexpr auto rootPath = "/xyz/openbmc_project/inventory"; in setupDefaultDBusLookup() local 91 lookupInfo.emplace(service, rootPath, std::move(interfaces)); in setupDefaultDBusLookup()
|
| /openbmc/bios-bmc-smm-error-logger/test/ |
| H A D | external_storer_file_test.cpp | 154 mockFileWriter(std::make_unique<MockFileWriter>(rootPath)) in ExternalStorerFileTest() 159 conn, rootPath, std::move(mockFileWriter), 1, 2); in ExternalStorerFileTest() 169 const std::string rootPath = "/some/path"; member in bios_bmc_smm_error_logger::rde::ExternalStorerFileTest
|
| /openbmc/s2600wf-misc/subprojects/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 869 void populateAsset(const std::string& rootPath, const std::string& busname) in populateAsset() 895 busname, rootPath, "org.freedesktop.DBus.Properties", "GetAll", in populateAsset() 907 void run(const std::string& rootPath, const std::string& busname) in run() 976 populateAsset(rootPath, busname); in run() 1767 std::string& rootPath) in populateMuxes() argument 1853 rootPath, 1, muxTypes); in populateMuxes()
|
| /openbmc/s2600wf-misc/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 869 void populateAsset(const std::string& rootPath, const std::string& busname) in populateAsset() 895 busname, rootPath, "org.freedesktop.DBus.Properties", "GetAll", in populateAsset() 907 void run(const std::string& rootPath, const std::string& busname) in run() 976 populateAsset(rootPath, busname); in run() 1767 std::string& rootPath) in populateMuxes() argument 1853 rootPath, 1, muxTypes); in populateMuxes()
|
| /openbmc/pldm/common/ |
| H A D | utils.cpp | 442 const char* rootPath) in getManagedObj() argument 445 auto method = bus.new_method_call(service, rootPath, in getManagedObj()
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 1690 const std::string rootPath = "/xyz/openbmc_project/FruDevice"; in ipmiOemGetFruId() local 1709 if (path.str.find(rootPath) != 0) in ipmiOemGetFruId()
|