Searched refs:group_op_coordinator (Results 1 – 1 of 1) sorted by relevance
1270 auto& group_op_coordinator = it->second; in OnHasPresetGenericUpdate() local1273 if (!((group_op_coordinator.operation.opcode == in OnHasPresetGenericUpdate()1275 group_op_coordinator.operation.name.has_value())) in OnHasPresetGenericUpdate()1281 [&group_op_coordinator](const auto& info) { in OnHasPresetGenericUpdate()1282 return (group_op_coordinator.operation.name.value() == in OnHasPresetGenericUpdate()1287 if (group_op_coordinator.SetCompleted(device.addr)) { in OnHasPresetGenericUpdate()1288 group_op_coordinator.preset_info_verification_list.push_back( in OnHasPresetGenericUpdate()1292 if (group_op_coordinator.IsFullyCompleted()) { in OnHasPresetGenericUpdate()1294 group_op_coordinator.operation.GetGroupId(), in OnHasPresetGenericUpdate()1514 auto& group_op_coordinator = it->second; in OnHasActivePresetValue() local[all …]