HomeSort by relevance Sort by last modified time
    Searched refs:AuthType (Results 1 - 18 of 18) sorted by null

  /external/libweave/src/privet/
privet_types.cc 17 using privet::AuthType;
29 const EnumToStringMap<AuthType>::Map kAuthTypeMap[] = {
30 {AuthType::kAnonymous, "anonymous"},
31 {AuthType::kPairing, "pairing"},
32 {AuthType::kLocal, "local"},
80 LIBWEAVE_EXPORT EnumToStringMap<AuthType>::EnumToStringMap()
security_delegate.h 25 virtual bool CreateAccessToken(AuthType auth_type,
45 virtual std::set<AuthType> GetAuthTypes() const = 0;
privet_types.h 21 enum class AuthType {
35 UserAppId(AuthType auth_type,
44 AuthType type{};
security_manager.cc 89 bool SecurityManager::CreateAccessTokenImpl(AuthType auth_type,
115 AuthType auth_type,
128 case AuthType::kAnonymous:
133 case AuthType::kPairing:
142 case AuthType::kLocal:
156 bool SecurityManager::CreateAccessToken(AuthType auth_type,
164 if (auth_type != AuthType::kAnonymous &&
206 std::set<AuthType> SecurityManager::GetAuthTypes() const {
207 std::set<AuthType> result;
209 result.insert(AuthType::kAnonymous)
    [all...]
security_manager.h 62 bool CreateAccessToken(AuthType auth_type,
74 std::set<AuthType> GetAuthTypes() const override;
103 bool CreateAccessTokenImpl(AuthType auth_type,
110 bool CreateAccessTokenImpl(AuthType auth_type,
mock_delegates.h 33 : UserAppId{AuthType::kAnonymous, {user_id.begin(), user_id.end()}, {}} {}
71 bool(AuthType,
82 MOCK_CONST_METHOD0(GetAuthTypes, std::set<AuthType>());
113 UserAppId{AuthType::kLocal,
128 .WillRepeatedly(Return(std::set<AuthType>{
129 AuthType::kAnonymous, AuthType::kPairing, AuthType::kLocal,
auth_manager_unittest.cc 99 {AuthType::kLocal, {1, 2, 3}, {4, 5, 6}}},
103 {AuthType::kLocal, {1, 2, 3}, {4, 5, 6}}},
110 {AuthType::kLocal, {1, 2, 3}, {4, 5, 6}}},
114 {AuthType::kPairing, {1, 2, 3}, {4, 5, 6}}},
121 {AuthType::kLocal, {1, 2, 3}, {4, 5, 6}}},
125 {AuthType::kLocal, {1, 2, 3}, {4, 5, 7}}},
auth_manager.cc 375 AuthType type = static_cast<AuthType>(user_id.back());
522 UserInfo info{auth_scope, {AuthType::kLocal, user_id, app_id}};
security_manager_unittest.cc 124 EXPECT_TRUE(security_.CreateAccessToken(AuthType::kPairing,
165 EXPECT_TRUE(security_.CreateAccessToken(AuthType::kAnonymous, "",
privet_handler.cc 254 for (AuthType type : security.GetAuthTypes())
492 if (token != EnumToString(AuthType::kAnonymous)) {
656 AuthType auth_type{};
680 if (auth_type == AuthType::kAnonymous)
    [all...]
privet_handler_unittest.cc 219 .WillRepeatedly(Return(std::set<AuthType>{}));
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 69 enum AuthType {
83 AuthType mAuthType;
MyTransmitter.h 830 enum AuthType {
844 AuthType mAuthType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdcep.h 234 unsigned short *AuthType;
http.h 592 HTTP_REQUEST_AUTH_TYPE AuthType;
iscsidsc.h 99 ISCSI_AUTH_TYPES AuthType;
rpcdce.h 447 typedef RPC_STATUS (__RPC_API *RPC_NEW_HTTP_PROXY_CHANNEL)(RPC_HTTP_REDIRECTOR_STAGE RedirectorStage,unsigned short *ServerName,unsigned short *ServerPort,unsigned short *RemoteUser,unsigned short *AuthType,void *ResourceUuid,void *Metadata,void *SessionId,void *Interface,void *Reserved,unsigned __LONG32 Flags,unsigned short **NewServerName,unsigned short **NewServerPort);
ntsecapi.h 371 ULONG AuthType;
    [all...]

Completed in 380 milliseconds