Home
last modified time | relevance | path

Searched defs:objectPath (Results 1 – 25 of 93) sorted by relevance

1234

/openbmc/phosphor-host-ipmid/test/session/
H A Dclosesession_unittest.cpp9 std::string objectPath = in TEST() local
27 std::string objectPath = "/xyz/openbmc_project/ipmi/session/eth0/12a4567d"; in TEST() local
37 std::string objectPath; in TEST() local
45 std::string objectPath = in TEST() local
55 std::string objectPath = in TEST() local
65 std::string objectPath = in TEST() local
75 std::string objectPath = in TEST() local
85 std::string objectPath = in TEST() local
100 std::string objectPath = "/xyz/openbmc_project/ipmi/session/eth0/12a4567d"; in TEST() local
109 std::string objectPath; in TEST() local
/openbmc/ibm-logging/
H A Dmanager.cpp78 void Manager::createWithRestore(const std::string& objectPath, in createWithRestore()
86 void Manager::create(const std::string& objectPath, in create()
94 void Manager::createObject(const std::string& objectPath, in createObject()
110 void Manager::addInterface(const std::string& objectPath, InterfaceType type, in addInterface()
128 void Manager::addChildInterface(const std::string& objectPath, in addChildInterface()
162 void Manager::createPolicyInterface(const std::string& objectPath, in createPolicyInterface()
181 void Manager::createCalloutObjects(const std::string& objectPath, in createCalloutObjects()
260 void Manager::restoreCalloutObjects(const std::string& objectPath, in restoreCalloutObjects()
337 std::string Manager::getCalloutObjectPath(const std::string& objectPath, in getCalloutObjectPath()
H A Dcallout.cpp85 Callout::Callout(sdbusplus::bus_t& bus, const std::string& objectPath, in Callout()
91 Callout::Callout(sdbusplus::bus_t& bus, const std::string& objectPath, in Callout()
/openbmc/phosphor-led-manager/
H A Dutils.cpp40 PropertyMap DBusHandler::getAllProperties(const std::string& objectPath, in getAllProperties()
63 PropertyValue DBusHandler::getProperty(const std::string& objectPath, in getProperty()
88 const std::string& objectPath, const std::string& interface, in setProperty()
106 const std::string& objectPath, const std::string& interface) in getSubTreePaths()
/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp14 const std::string& objectPath, in addObjectMapResult()
57 for (const auto& objectPath : interfaceMap) in getAncestors() local
166 for (const auto& objectPath : interfaceMap) in getSubTree() local
234 for (const auto& objectPath : interfaceMap) in getSubTreePaths() local
344 const std::string& objectPath, std::vector<std::string>& interfaces) in getSubTreePathsById()
399 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, in getAssociatedSubTreeById()
426 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, in getAssociatedSubTreePathsById()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp96 const std::string& processName, const std::string& objectPath, in introspectObjects()
160 const std::string& objectPath, const std::string& service, in getPropertiesForEnumerate()
199 const std::string& objectPath, in findRemainingObjectsForEnumerate()
255 const std::string objectPath; member
285 for (const auto& objectPath : objects) in getManagedObjectsForEnumerate() local
1528 const std::string& objectPath, in handleAction()
1598 const std::string& objectPath) in handleDelete()
1632 const std::string& objectPath, int32_t depth = 0) in handleList()
1655 const std::string& objectPath) in handleEnumerate()
1692 std::string& objectPath, std::string& destProperty) in handleGet()
[all …]
H A Ddbus_utility.hpp103 void getProperty(const std::string& service, const std::string& objectPath, in getProperty()
115 const std::string& service, const std::string& objectPath, in getProperty()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dsessionhelper.hpp26 bool parseCloseSessionInputPayload(const std::string& objectPath, in parseCloseSessionInputPayload()
77 bool isSessionObjectMatched(const std::string objectPath, in isSessionObjectMatched()
/openbmc/smbios-mdr/src/
H A Dsystem.cpp73 const std::string& objectPath, in getService()
104 static void setProperty(sdbusplus::bus_t& bus, const std::string& objectPath, in setProperty()
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp333 const std::string& objectPath, const std::string& service, in getCertificateProperties()
424 const sdbusplus::message::object_path& objectPath) in deleteCertificate()
574 sdbusplus::message::object_path objectPath; in handleReplaceCertificateAction() local
752 std::string objectPath; in handleGenerateCSRAction() local
1012 const std::string& objectPath) { in handleHTTPSCertificateCollectionPost()
1127 const std::string& objectPath) { in handleLDAPCertificateCollectionPost()
1265 const std::string& objectPath) { in handleTrustStoreCertificateCollectionPost()
/openbmc/phosphor-debug-collector/
H A Delog_watch.cpp62 sdbusplus::message::object_path objectPath; in addCallback() local
152 sdbusplus::message::object_path objectPath; in delCallback() local
/openbmc/smbios-mdr/include/
H A Dmdrv2.hpp67 static std::string placeGetRecordType(const std::string& objectPath) in placeGetRecordType()
107 std::string filePath, std::string objectPath, in MDRV2()
/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp103 sdbusplus::message::object_path objectPath; in handleDBusSignal() local
151 const sdbusplus::message::object_path& objectPath) in startMpReboot()
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.cpp99 sdbusplus::message::object_path objectPath = co_await updater.start_update( in startUpdate() local
148 constexpr auto objectPath = "/xyz/openbmc_project/software/apply_time"; in setApplyTime() local
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensor.cpp76 std::string objectPath; local
175 void DBusSensor::getTypeBasedProperties(std::string& objectPath, Unit& unit, in getTypeBasedProperties()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp33 inline types::MapperGetObject getObjectMap(const std::string& objectPath, in getObjectMap()
179 const std::string& serviceName, const std::string& objectPath, in readDbusProperty()
226 const std::string& serviceName, const std::string& objectPath, in writeDbusProperty()
/openbmc/openpower-proc-control/
H A Dnmi_interface.hpp43 std::string objectPath; member in openpower::proc::NMI
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Daverage.hpp45 Average(sdbusplus::bus_t& bus, const std::string& objectPath) : in Average()
H A Dmaximum.hpp45 Maximum(sdbusplus::bus_t& bus, const std::string& objectPath) : in Maximum()
/openbmc/phosphor-power/power-supply/
H A Dmaximum.hpp45 Maximum(sdbusplus::bus_t& bus, const std::string& objectPath) : in Maximum()
H A Daverage.hpp45 Average(sdbusplus::bus_t& bus, const std::string& objectPath) : in Average()
/openbmc/phosphor-dbus-monitor/src/
H A Dpathwatch.hpp61 const std::string& objectPath; member in phosphor::dbus::monitoring::PathWatch
/openbmc/phosphor-certificate-manager/
H A Dcsr.hpp49 std::string objectPath; member in phosphor::certs::CSR
/openbmc/pldm/libpldmresponder/
H A Dbios_attribute.cpp34 std::string objectPath = entry.at("dbus").at("object_path"); in BIOSAttribute() local
/openbmc/phosphor-snmp/
H A Dsnmp_conf_manager.hpp82 std::string objectPath; member in phosphor::network::snmp::ConfManager

1234