Lines Matching full:trust
14 namespace trust namespace
20 * The sensor trust manager class. It can be asked if a tach sensor's
21 * reading can be trusted or not, based on the trust groups the sensor
24 * When it finds a group's trust status changing, it will either stop or
27 * See the trust::Group documentation for more details on sensor trust.
42 * @param[in] functions - trust group creation function vector
53 * Says if trust groups have been created and
56 * @return bool - If there are any trust groups
70 * While checking group trust, the code will also check
71 * if the trust status has just changed. If the status
92 bool trust, changed; in checkTrust() local
93 std::tie(trust, changed) = group->checkTrust(sensor); in checkTrust()
95 if (!trust) in checkTrust()
118 * Registers a sensor with any trust groups that are interested
131 * The list of sensor trust groups
136 } // namespace trust