Home
last modified time | relevance | path

Searched refs:GetAuthTypes (Results 1 – 6 of 6) sorted by relevance

/external/libweave/src/privet/
Dsecurity_delegate.h45 virtual std::set<AuthType> GetAuthTypes() const = 0;
Dmock_delegates.h82 MOCK_CONST_METHOD0(GetAuthTypes, std::set<AuthType>());
127 EXPECT_CALL(*this, GetAuthTypes()) in MockSecurityDelegate()
Dsecurity_manager.h74 std::set<AuthType> GetAuthTypes() const override;
Dsecurity_manager.cc206 std::set<AuthType> SecurityManager::GetAuthTypes() const { in GetAuthTypes() function in weave::privet::SecurityManager
Dprivet_handler_unittest.cc218 EXPECT_CALL(security_, GetAuthTypes()) in TEST_F()
Dprivet_handler.cc254 for (AuthType type : security.GetAuthTypes()) in CreateInfoAuthSection()