Home
last modified time | relevance | path

Searched refs:rootPath (Results 1 – 12 of 12) sorted by relevance

/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp114 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 Dexternal_storer_file.hpp121 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 Dcallback_manager.hpp11 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 Dcallback_manager.hpp11 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 Dcallback_manager.cpp276 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 Dcallback_manager.cpp276 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 Dfru_parser.cpp57 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 Dexternal_storer_file_test.cpp154 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 Dhsbp_manager.cpp869 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 Dhsbp_manager.cpp869 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 Dutils.cpp442 const char* rootPath) in getManagedObj() argument
445 auto method = bus.new_method_call(service, rootPath, in getManagedObj()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1690 const std::string rootPath = "/xyz/openbmc_project/FruDevice"; in ipmiOemGetFruId() local
1709 if (path.str.find(rootPath) != 0) in ipmiOemGetFruId()