Searched refs:compSinkVersion (Results 1 – 3 of 3) sorted by relevance
61 std::string compSinkVersion; member
167 cfg.compSinkVersion = cJSON_GetObjectItem(json, COMP_SINK_VERSION.c_str())->valuestring; in ParseSink()228 compVersions.sinkVersion = cCfg.compSinkVersion; in GetCompVersionFromComConfig()313 … config.compSinkVersion = cJSON_GetObjectItem(component, COMP_SINK_VERSION.c_str())->valuestring; in ParseCompConfigFromJson()
542 EXPECT_EQ(true, cfg.compSinkVersion.empty());