Home
last modified time | relevance | path

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

/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp61 std::string_view rootPath, in ExternalStorerFileInterface() argument
64 rootPath(rootPath), fileHandler(std::move(fileHandler)), logServiceId(""), in ExternalStorerFileInterface()
154 rootPath, logServiceId, id); in processLogEntry()
233 return fileHandler->createFile(rootPath + subPath, jsonPdr); in createFile()
/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Dexternal_storer_file.hpp101 std::string_view rootPath,
108 std::string rootPath; member in bios_bmc_smm_error_logger::rde::ExternalStorerFileInterface
/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/callback-manager/src/
H A Dcallback_manager.cpp274 if (message.get_path() == rootPath) in createAssociationMatch()
320 if (path == rootPath) in createAssociationMatch()
362 objServer.add_interface(rootPath, in main()
369 objServer.add_interface(rootPath, globalInventoryIface); in main()
/openbmc/pldm/libpldmresponder/
H A Dfru_parser.cpp46 constexpr auto rootPath = "/xyz/openbmc_project/inventory"; in setupDefaultDBusLookup() local
80 lookupInfo.emplace(service, rootPath, std::move(interfaces)); in setupDefaultDBusLookup()
/openbmc/bios-bmc-smm-error-logger/test/
H A Dexternal_storer_file_test.cpp43 conn, rootPath, std::move(mockFileWriter), 1, 2); in ExternalStorerFileTest()
53 const std::string rootPath = "/some/path"; member in bios_bmc_smm_error_logger::rde::ExternalStorerFileTest
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp865 void populateAsset(const std::string& rootPath, const std::string& busname) in populateAsset()
891 busname, rootPath, "org.freedesktop.DBus.Properties", "GetAll", in populateAsset()
903 void run(const std::string& rootPath, const std::string& busname) in run()
972 populateAsset(rootPath, busname); in run()
1761 std::string& rootPath) in populateMuxes() argument
1847 rootPath, 1, muxTypes); in populateMuxes()
/openbmc/pldm/common/
H A Dutils.cpp414 const char* rootPath) in getManagedObj() argument
417 auto method = bus.new_method_call(service, rootPath, in getManagedObj()