OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAnonymousMaxScope
(Results
1 - 4
of
4
) sorted by null
/external/libweave/src/privet/
cloud_delegate.h
82
virtual AuthScope
GetAnonymousMaxScope
() const = 0;
mock_delegates.h
183
MOCK_CONST_METHOD0(
GetAnonymousMaxScope
, AuthScope());
218
EXPECT_CALL(*this,
GetAnonymousMaxScope
())
privet_handler.cc
296
AuthScope
GetAnonymousMaxScope
(const CloudDelegate& cloud,
300
return cloud.
GetAnonymousMaxScope
();
555
CreateInfoAuthSection(*security_,
GetAnonymousMaxScope
(*cloud_, wifi_))
681
desired_scope =
GetAnonymousMaxScope
(*cloud_, wifi_);
[
all
...]
cloud_delegate.cc
102
AuthScope
GetAnonymousMaxScope
() const override {
Completed in 1748 milliseconds