Searched refs:GetAuthTypes (Results 1 – 6 of 6) sorted by relevance
45 virtual std::set<AuthType> GetAuthTypes() const = 0;
82 MOCK_CONST_METHOD0(GetAuthTypes, std::set<AuthType>());127 EXPECT_CALL(*this, GetAuthTypes()) in MockSecurityDelegate()
74 std::set<AuthType> GetAuthTypes() const override;
206 std::set<AuthType> SecurityManager::GetAuthTypes() const { in GetAuthTypes() function in weave::privet::SecurityManager
218 EXPECT_CALL(security_, GetAuthTypes()) in TEST_F()
254 for (AuthType type : security.GetAuthTypes()) in CreateInfoAuthSection()