Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jami::ArchiveAccountManager::DeviceContextBase Struct Reference
Inheritance diagram for jami::ArchiveAccountManager::DeviceContextBase:
Inheritance graph
Collaboration diagram for jami::ArchiveAccountManager::DeviceContextBase:
Collaboration graph

Public Member Functions

 DeviceContextBase (uint64_t operationId, AuthDecodingState initialState)
 
constexpr std::string_view formattedAuthState () const
 
DeviceAuthInfo::Error getErrorState () const
 
bool handleCanceledMessage (const AuthMsg &msg)
 
bool handleTimeoutMessage (const AuthMsg &msg)
 
bool isCompleted () const
 

Public Attributes

std::string accData
 
bool archiveTransferredWithoutFailure {false}
 
bool authEnabled {false}
 
uint64_t opId
 
std::string scheme
 
AuthDecodingState state {AuthDecodingState::EST}
 

Detailed Description

Definition at line 417 of file archive_account_manager.cpp.

Constructor & Destructor Documentation

◆ DeviceContextBase()

jami::ArchiveAccountManager::DeviceContextBase::DeviceContextBase ( uint64_t  operationId,
AuthDecodingState  initialState 
)
inline

Definition at line 426 of file archive_account_manager.cpp.

Member Function Documentation

◆ formattedAuthState()

constexpr std::string_view jami::ArchiveAccountManager::DeviceContextBase::formattedAuthState ( ) const
inlineconstexpr

Definition at line 431 of file archive_account_manager.cpp.

References jami::toString().

Here is the call graph for this function:

◆ getErrorState()

DeviceAuthInfo::Error jami::ArchiveAccountManager::DeviceContextBase::getErrorState ( ) const
inline

Definition at line 457 of file archive_account_manager.cpp.

◆ handleCanceledMessage()

bool jami::ArchiveAccountManager::DeviceContextBase::handleCanceledMessage ( const AuthMsg msg)
inline

Definition at line 445 of file archive_account_manager.cpp.

References jami::ArchiveAccountManager::AuthMsg::find(), jami::ArchiveAccountManager::AuthMsg::payload, and jami::toString().

Here is the call graph for this function:

◆ handleTimeoutMessage()

bool jami::ArchiveAccountManager::DeviceContextBase::handleTimeoutMessage ( const AuthMsg msg)
inline

Definition at line 433 of file archive_account_manager.cpp.

References jami::ArchiveAccountManager::AuthMsg::find(), jami::ArchiveAccountManager::AuthMsg::payload, and jami::toString().

Here is the call graph for this function:

◆ isCompleted()

bool jami::ArchiveAccountManager::DeviceContextBase::isCompleted ( ) const
inline

Definition at line 473 of file archive_account_manager.cpp.

Member Data Documentation

◆ accData

std::string jami::ArchiveAccountManager::DeviceContextBase::accData

Definition at line 424 of file archive_account_manager.cpp.

◆ archiveTransferredWithoutFailure

bool jami::ArchiveAccountManager::DeviceContextBase::archiveTransferredWithoutFailure {false}

Definition at line 423 of file archive_account_manager.cpp.

◆ authEnabled

bool jami::ArchiveAccountManager::DeviceContextBase::authEnabled {false}

Definition at line 422 of file archive_account_manager.cpp.

◆ opId

uint64_t jami::ArchiveAccountManager::DeviceContextBase::opId

Definition at line 419 of file archive_account_manager.cpp.

◆ scheme

std::string jami::ArchiveAccountManager::DeviceContextBase::scheme

Definition at line 421 of file archive_account_manager.cpp.

◆ state

AuthDecodingState jami::ArchiveAccountManager::DeviceContextBase::state {AuthDecodingState::EST}

Definition at line 420 of file archive_account_manager.cpp.


The documentation for this struct was generated from the following file: