Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp67 std::string entityPath; member
127 if (!entityPath.empty() && !entityInterfaceHigh.empty()) in warningHigh()
130 setDbusProperty(bus, entityManagerBusName, entityPath, in warningHigh()
139 if (!entityPath.empty() && !entityInterfaceLow.empty()) in warningLow()
142 setDbusProperty(bus, entityManagerBusName, entityPath, in warningLow()
168 entityPath = path; in setEntityPath()
184 std::string entityPath; member
247 if (!entityPath.empty() && !entityInterfaceHigh.empty()) in criticalHigh()
249 setDbusProperty(bus, entityManagerBusName, entityPath, in criticalHigh()
258 if (!entityPath.empty() && !entityInterfaceLow.empty()) in criticalLow()
[all …]
H A DvirtualSensor.hpp118 const std::string& entityPath) : in VirtualSensor() argument
120 entityPath(entityPath) in VirtualSensor()
148 std::string entityPath; member in phosphor::virtual_sensor::VirtualSensor
260 const std::string& entityPath);
H A DvirtualSensor.cpp359 const std::string& entityPath) in createAssociation() argument
361 if (objPath.empty() || entityPath.empty()) in createAssociation()
366 std::filesystem::path p(entityPath); in createAssociation()
401 createAssociation(objPath, entityPath); in initVirtualSensor()
508 criticalIface->setEntityPath(entityPath); in createThresholds()
510 entityPath); in createThresholds()
542 warningIface->setEntityPath(entityPath); in createThresholds()
544 entityPath); in createThresholds()
/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()