Home
last modified time | relevance | path

Searched refs:entityPath (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dphal_service_actions.cpp101 auto entityPath = _callout.at("EntityPath").get<EntityPath>(); in createGuardRecords() local
104 std::ranges::for_each(entityPath, [&ss](const auto& ele) { in createGuardRecords()
125 dataIface.createGuardRecord(entityPath, eGuardType, plid); in createGuardRecords()
184 auto entityPath = _callout.at("EntityPath").get<EntityPath>(); in createDeconfigRecords() local
188 std::copy(entityPath.begin(), entityPath.end(), physBinPath); in createDeconfigRecords()
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp113 std::string entityPath; member
183 if (!entityPath.empty() && !entityInterfaceHigh.empty()) in warningHigh()
186 setDbusProperty(bus, entityManagerBusName, entityPath, in warningHigh()
195 if (!entityPath.empty() && !entityInterfaceLow.empty()) in warningLow()
198 setDbusProperty(bus, entityManagerBusName, entityPath, in warningLow()
224 entityPath = path; in setEntityPath()
241 std::string entityPath; member
318 if (!entityPath.empty() && !entityInterfaceHigh.empty()) in criticalHigh()
320 setDbusProperty(bus, entityManagerBusName, entityPath, in criticalHigh()
329 if (!entityPath.empty() && !entityInterfaceLow.empty()) in criticalLow()
[all …]
H A DvirtualSensor.hpp122 const std::string& entityPath) : in VirtualSensor() argument
124 objPath(objPath), entityPath(entityPath) in VirtualSensor()
156 std::string entityPath; member in phosphor::virtual_sensor::VirtualSensor
277 const std::string& entityPath);
H A DvirtualSensor.cpp374 const std::string& entityPath) in createAssociation() argument
376 if (objPath.empty() || entityPath.empty()) in createAssociation()
381 std::filesystem::path p(entityPath); in createAssociation()
418 createAssociation(objPath, entityPath); in initVirtualSensor()
542 criticalIface->setEntityPath(entityPath); in createThresholds()
544 entityPath); in createThresholds()
576 warningIface->setEntityPath(entityPath); in createThresholds()
578 entityPath); in createThresholds()