Searched refs:GetCommonName (Results 1 – 3 of 3) sorted by relevance
67 virtual const std::string& GetCommonName() const = 0;
69 const std::string& GetCommonName() const override { return common_name_; } in GetCommonName() function in openscreen::cast::__anond4b1ec6e0111::CertVerificationContextImpl
95 EXPECT_EQ(expected_common_name, context->GetCommonName()); in RunTest()