Searched full:leakdetector (Results 1 – 19 of 19) sorted by relevance
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | LeakDetector_v1.xml | 4 <!--# Redfish Schema: LeakDetector v1.4.0 --> 43 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LeakDetector"> 47 <EntityType Name="LeakDetector" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 48 …<Annotation Term="OData.Description" String="The `LeakDetector` schema describes a state-based or … 85 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LeakDetector.v1_0_0"> 89 <EntityType Name="LeakDetector" BaseType="LeakDetector.LeakDetector"> 90 <Property Name="LeakDetectorType" Type="LeakDetector.v1_0_0.LeakDetectorType"> 163 <Property Name="Actions" Type="LeakDetector.v1_0_0.Actions" Nullable="false"> 173 <Property Name="Oem" Type="LeakDetector.v1_0_0.OemActions" Nullable="false"> 195 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LeakDetector.v1_0_1"> [all …]
|
H A D | LeakDetectorCollection_v1.xml | 27 <edmx:Include Namespace="LeakDetector"/> 37 …<Annotation Term="OData.Description" String="The collection of `LeakDetector` resource instances."… 38 …tion" String="This resource shall represent a resource collection of `LeakDetector` instances for … 71 <NavigationProperty Name="Members" Type="Collection(LeakDetector.LeakDetector)">
|
H A D | LeakDetection_v1.xml | 31 <edmx:Include Namespace="LeakDetector"/> 120 <NavigationProperty Name="Detectors" Type="Collection(LeakDetector.LeakDetector)"> 123 … of the `DataSourceUri` property, if present, shall reference a resource of type `LeakDetector`."/>
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | LeakDetector.v1_4_0.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/LeakDetector.v1_4_0.json", 3 "$ref": "#/definitions/LeakDetector", 34 "LeakDetector": { object 36 …"description": "The `LeakDetector` schema describes a state-based or digital-value leak detector a… 98 "excerpt": "LeakDetector", 272 …"description": "The `LeakDetector` schema describes a state-based or digital-value leak detector a… 311 "excerpt": "LeakDetector", 360 …"description": "The `LeakDetector` schema describes a state-based or digital-value leak detector a… 361 "excerpt": "LeakDetector", 399 "excerpt": "LeakDetector", [all …]
|
H A D | LeakDetectorCollection.json | 14 "description": "The collection of `LeakDetector` resource instances.", 15 …escription": "This resource shall represent a resource collection of `LeakDetector` instances for … 57 … "$ref": "http://redfish.dmtf.org/schemas/v1/LeakDetector.json#/definitions/LeakDetector"
|
H A D | LeakDetection.v1_1_0.json | 145 …"$ref": "http://redfish.dmtf.org/schemas/v1/LeakDetector.json#/definitions/LeakDetectorArrayExcerp… 147 …e of the `DataSourceUri` property, if present, shall reference a resource of type `LeakDetector`.",
|
/openbmc/dbus-sensors/service_files/ |
H A D | xyz.openbmc_project.leakdetector.service | 9 BusName=xyz.openbmc_project.leakdetector 12 ExecStart=/usr/libexec/dbus-sensors/leakdetector
|
H A D | meson.build | 17 ['leakdetector', 'xyz.openbmc_project.leakdetector.service'],
|
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/ |
H A D | dbus-sensors_%.bbappend | 5 CRITICAL_LEAK_SERVICE = "xyz.openbmc_project.leakdetector.critical.assert@.service" 6 CRITICAL_DEASSERT_SERVICE = "xyz.openbmc_project.leakdetector.critical.deassert@.service"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/ |
H A D | dbus-sensors_git.bb | 39 PACKAGECONFIG[leakdetector] = "-Dleakdetector=enabled, -Dleakdetector=disabled" 77 SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'leakdetector', \ 78 'xyz.openbmc_project.leakdetector.service', \
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/ |
H A D | Detector.interface.yaml | 25 This indicates the type of leak detector as in Redfish LeakDetector 26 schema https://redfish.dmtf.org/schemas/v1/LeakDetector.v1_2_0.json.
|
/openbmc/dbus-sensors/src/leakdetector/ |
H A D | LeakGPIODetector.cpp | 25 "xyz.openbmc_project.leakdetector.warning@"}, 27 "xyz.openbmc_project.leakdetector.critical@"}}};
|
H A D | meson.build | 5 'leakdetector',
|
H A D | LeakDetectionManager.cpp | 147 constexpr auto serviceName = "xyz.openbmc_project.leakdetector"; in main()
|
/openbmc/dbus-sensors/src/ |
H A D | meson.build | 168 if get_option('leakdetector').allowed() 169 subdir('leakdetector') subdir
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/sensors/ |
H A D | dbus-sensors_%.bbappend | 16 leakdetector \
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/ |
H A D | GPIOLeakDetector.interface.yaml | 22 https://redfish.dmtf.org/schemas/v1/LeakDetector.v1_2_0.json.
|
/openbmc/dbus-sensors/ |
H A D | meson.options | 93 'leakdetector',
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | privilege_registry.hpp | 917 // LeakDetector
|