Searched refs:expected_channel_id (Results 1 – 3 of 3) sorted by relevance
44 std::string expected_channel_id; member
597 if (!config->expected_channel_id.empty()) { in DoExchange()798 if (!config->expected_channel_id.empty()) { in DoExchange()804 if (config->expected_channel_id.size() != 64 || in DoExchange()805 memcmp(config->expected_channel_id.data(), in DoExchange()
110 { "-expect-channel-id", &TestConfig::expected_channel_id },