Lines Matching full:using
14 using ServerObject = typename sdbusplus::server::object_t<T...>;
16 using ValueInterface = sdbusplus::xyz::openbmc_project::Sensor::server::Value;
17 using ValueObject = ServerObject<ValueInterface>;
18 using WarningInterface =
20 using WarningObject = ServerObject<WarningInterface>;
21 using CriticalInterface =
23 using CriticalObject = ServerObject<CriticalInterface>;
24 using FanSpeedInterface =
26 using FanSpeedObject = ServerObject<FanSpeedInterface>;
27 using FanPwmInterface =
29 using FanPwmObject = ServerObject<FanPwmInterface>;
30 using StatusInterface = sdbusplus::xyz::openbmc_project::State::Decorator::
32 using StatusObject = ServerObject<StatusInterface>;
33 using PriorityInterface =
35 using PriorityObject = ServerObject<PriorityInterface>;
37 using SensorValueType = double;
39 using AccuracyInterface =
41 using AccuracyObject = ServerObject<AccuracyInterface>;