Lines Matching refs:utils

26     path(utils::pathAppend(utils::constants::triggerDirPath, *id)),  in Trigger()
77 utils::ToLabeledThresholdParamConversion(), newVal); in __anon5e4599b80402()
96 utils::ToLabeledThresholdParamConversion()(newVal); in __anon5e4599b80402()
125 utils::ToLabeledThresholdParamConversion()(newVal); in __anon5e4599b80402()
161 return utils::fromLabeledSensorsInfo( in __anon5e4599b80402()
169 auto newReportIds = utils::transform<std::vector>( in __anon5e4599b80402()
171 return utils::reportPathToId(path); in __anon5e4599b80402()
181 return utils::transform<std::vector>( in __anon5e4599b80402()
183 return utils::pathAppend( in __anon5e4599b80402()
184 utils::constants::reportDirPath, id); in __anon5e4599b80402()
195 if (newVal.length() > utils::constants::maxIdNameLength) in __anon5e4599b80402()
208 return utils::transform(triggerActions, in __anon5e4599b80402()
222 if (utils::contains(*reportIds, msg.reportId)) in __anon5e4599b81802()
239 std::visit(utils::ToLabeledThresholdParamConversion(), in storeConfiguration()
247 utils::transform(triggerActions, [](const auto& action) { in storeConfiguration()
251 utils::labeledThresholdParamsToJson(labeledThresholdParams); in storeConfiguration()
269 return utils::transform(sensors, [](const auto& sensor) { in getLabeledSensorInfo()
276 return utils::transform(thresholds, [](const auto& threshold) { in getLabeledThresholds()
285 return utils::isFirstElementOfType<std::monostate>(labeledThresholds) || in isDiscreate()
286 utils::isFirstElementOfType<discrete::LabeledThresholdParam>( in isDiscreate()