OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAuthTypes
(Results
1 - 6
of
6
) sorted by null
/external/libweave/src/privet/
security_delegate.h
45
virtual std::set<AuthType>
GetAuthTypes
() const = 0;
security_manager.h
74
std::set<AuthType>
GetAuthTypes
() const override;
mock_delegates.h
82
MOCK_CONST_METHOD0(
GetAuthTypes
, std::set<AuthType>());
127
EXPECT_CALL(*this,
GetAuthTypes
())
security_manager.cc
206
std::set<AuthType> SecurityManager::
GetAuthTypes
() const {
privet_handler_unittest.cc
218
EXPECT_CALL(security_,
GetAuthTypes
())
[
all
...]
privet_handler.cc
254
for (AuthType type : security.
GetAuthTypes
())
[
all
...]
Completed in 306 milliseconds