/openbmc/bios-bmc-smm-error-logger/src/rde/ |
H A D | external_storer_file.cpp | 61 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 D | external_storer_file.hpp | 101 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 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/src/ |
H A D | callback_manager.cpp | 274 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 D | fru_parser.cpp | 46 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 D | external_storer_file_test.cpp | 43 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 D | hsbp_manager.cpp | 865 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 D | utils.cpp | 414 const char* rootPath) in getManagedObj() argument 417 auto method = bus.new_method_call(service, rootPath, in getManagedObj()
|