Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/leakdetector/
H A DLeakGPIODetector.cpp38 static auto getObjectPath(const std::string& detectorName) in getObjectPath() function
48 DetectorIntf(ctx, getObjectPath(config.name).str.c_str(), in GPIODetector()
95 co_await leakEvents.generateLeakEvent(getObjectPath(config.name), in updateGPIOStateAsync()
/openbmc/phosphor-modbus/tests/
H A Dtest_firmware.cpp39 auto getObjectPath() -> sdbusplus::message::object_path in getObjectPath() function in TestFirmware
102 EXPECT_TRUE(deviceFirmware->getObjectPath().str.starts_with(objectPath)) in testFirmwareVersion()
105 auto softwarePath = deviceFirmware->getObjectPath().str; in testFirmwareVersion()
/openbmc/phosphor-modbus/rtu/firmware/
H A Ddevice_firmware.cpp21 static auto getObjectPath(const config_intf::Config& config) in getObjectPath() function
58 objectPath(getObjectPath(config)), in DeviceFirmware()
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_device.cpp30 static auto getObjectPath(const std::string& sensorType, in getObjectPath() function
57 auto sensorPath = getObjectPath( in createSensors()
187 static auto getObjectPath(const config::Config& config, config::StatusType type, in getObjectPath() function
279 getObjectPath(config, statusBit.type, statusBit.name); in readStatusRegisters()
/openbmc/phosphor-certificate-manager/
H A Dcertificate.hpp204 std::string getObjectPath();
H A Dcertificate.cpp682 std::string Certificate::getObjectPath() in getObjectPath() function in phosphor::certs::Certificate
H A Dcerts_manager.cpp360 objects.emplace_back(certificate->getObjectPath()); in installAll()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.hpp184 const std::string& getObjectPath() const in getObjectPath() function in phosphor::software::updater::Activation
/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp530 std::string path = getObjectPath(smbiosInventoryPath, motherboardPath, in systemInfoUpdate()
562 std::string path = getObjectPath(smbiosInventoryPath, motherboardPath, in systemInfoUpdate()
594 std::string path = getObjectPath(smbiosInventoryPath, motherboardPath, in systemInfoUpdate()
625 std::string path = getObjectPath(smbiosInventoryPath, motherboardPath, in systemInfoUpdate()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-include-missing-system-headers.patch62 extern CMPIObjectPath *getObjectPath(char *path, char **msg);
/openbmc/smbios-mdr/include/
H A Dsmbios_mdrv2.hpp356 static inline std::string getObjectPath( in getObjectPath() function
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp1608 EXPECT_EQ(manager.getCertificates()[i]->getObjectPath(), objects[i]); in TEST_F()
1836 EXPECT_EQ(manager.getCertificates()[i]->getObjectPath(), objects[i]); in TEST_F()