Searched refs:supportedCollectionFunctions (Results 1 – 1 of 1) sorted by relevance
85 nlohmann::json::array_t supportedCollectionFunctions; in handleTelemetryServiceGet() local86 supportedCollectionFunctions.emplace_back("Maximum"); in handleTelemetryServiceGet()87 supportedCollectionFunctions.emplace_back("Minimum"); in handleTelemetryServiceGet()88 supportedCollectionFunctions.emplace_back("Average"); in handleTelemetryServiceGet()89 supportedCollectionFunctions.emplace_back("Summation"); in handleTelemetryServiceGet()92 std::move(supportedCollectionFunctions); in handleTelemetryServiceGet()