Searched refs:expected_channel_id (Results 1 – 3 of 3) sorted by relevance
45 std::string expected_channel_id; member
129 { "-expect-channel-id", &TestConfig::expected_channel_id },
1031 if (!config->expected_channel_id.empty()) { in CheckHandshakeProperties()1037 if (config->expected_channel_id.size() != 64 || in CheckHandshakeProperties()1038 memcmp(config->expected_channel_id.data(), in CheckHandshakeProperties()1177 if (!config->expected_channel_id.empty()) { in DoExchange()