This is the complete list of members for fun::AccountManager, including all inherited members.
| BroadcastGlobally(const string &msg_type, const Ptr< FunMessage > &msg, const Rpc::Tag &server_tag, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastGlobally(int32_t msg_type, const Ptr< FunMessage > &msg, const Rpc::Tag &server_tag, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastGlobally(const ProtobufExtensionIdentifier &msg_type, const Ptr< FunMessage > &msg, const Rpc::Tag &server_tag, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastGlobally(const string &msg_type, const Json &msg, const Rpc::Tag &server_tag, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastGlobally(const string &msg_type, const Ptr< FunMessage > &msg, const Rpc::PeerMap &servers, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastGlobally(int32_t msg_type, const Ptr< FunMessage > &msg, const Rpc::PeerMap &servers, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastGlobally(const ProtobufExtensionIdentifier &msg_type, const Ptr< FunMessage > &msg, const Rpc::PeerMap &servers, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastGlobally(const string &msg_type, const Json &msg, const Rpc::PeerMap &servers, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastLocally(const string &msg_type, const Ptr< FunMessage > &msg, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastLocally(int32_t msg_type, const Ptr< FunMessage > &msg, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastLocally(const ProtobufExtensionIdentifier &msg_type, const Ptr< FunMessage > &msg, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| BroadcastLocally(const string &msg_type, const Json &msg, const Encryption &enc, const TransportProtocol &protocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| Callback typedef (defined in fun::AccountManager) | fun::AccountManager | |
| CheckAndSetLoggedIn(const string &account_id, const Ptr< Session > &session) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| CheckAndSetLoggedInAsync(const string &account_id, const Ptr< Session > &session, const LoginCallback &callback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| CheckAndSetLoggedInAsync(const string &account_id, const Ptr< Session > &session, const size_t &max_retry, const LoginCallback &login_callback, const LogoutCallback &logout_callback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| FindLocalAccount(const Ptr< Session > &session) | fun::AccountManager | static |
| FindLocalSession(const string &account_id) | fun::AccountManager | static |
| GetAllLocalAccounts(std::vector< string > *accounts) | fun::AccountManager | static |
| GetAllLocalAccountsAndSessions(std::vector< std::pair< string, Ptr< Session > > > *accounts) | fun::AccountManager | static |
| GetAllLocalSessions(std::vector< Ptr< Session > > *sessions) | fun::AccountManager | static |
| GetGlobalAccountsNumber() | fun::AccountManager | static |
| GetGlobalAccountsNumberAsync(const GlobalAccountsNumberCallback &callback) (defined in fun::AccountManager) | fun::AccountManager | static |
| GetLocalAccountsNumber() | fun::AccountManager | static |
| GlobalAccountsNumberCallback typedef (defined in fun::AccountManager) | fun::AccountManager | |
| IsLoggedIn(const Ptr< Session > &session) | fun::AccountManager | static |
| kError enum value (defined in fun::AccountManager) | fun::AccountManager | |
| kNoRpcPeer enum value (defined in fun::AccountManager) | fun::AccountManager | |
| kNotLoggedIn enum value (defined in fun::AccountManager) | fun::AccountManager | |
| kNoTransport enum value (defined in fun::AccountManager) | fun::AccountManager | |
| kNullCallback (defined in fun::AccountManager) | fun::AccountManager | static |
| kSuccess enum value (defined in fun::AccountManager) | fun::AccountManager | |
| Locate(const string &account_id) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| LocateAsync(const string &account_id, const LocateCallback &callback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| LocateCallback typedef (defined in fun::AccountManager) | fun::AccountManager | |
| LoginCallback typedef (defined in fun::AccountManager) | fun::AccountManager | |
| LogoutCallback typedef (defined in fun::AccountManager) | fun::AccountManager | |
| RedirectClient(const Ptr< Session > &session, const Rpc::PeerId &peer_id, const string &extra_data) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| RedirectClientAsync(const Ptr< Session > &session, const Rpc::PeerId &peer_id, const string &extra_data, const RedirectClientCallback &callback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| RedirectClientCallback typedef (defined in fun::AccountManager) | fun::AccountManager | |
| RedirectClientResult enum name (defined in fun::AccountManager) | fun::AccountManager | |
| RedirectionCallback typedef (defined in fun::AccountManager) | fun::AccountManager | |
| RegisterRedirectionHandler(const RedirectionCallback &handler) (defined in fun::AccountManager) | fun::AccountManager | static |
| RegisterRemoteLogoutHandler(const RemoteLogoutCallback &handler) (defined in fun::AccountManager) | fun::AccountManager | static |
| RemoteLogoutCallback typedef (defined in fun::AccountManager) | fun::AccountManager | |
| SendMessage(const string &msg_type, const Ptr< FunMessage > &msg, const string &account_id, const Encryption &enc=kDefaultEncryption, const TransportProtocol &protocol=kDefaultProtocol, const Callback &cb=kNullCallback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SendMessage(int32_t msg_type, const Ptr< FunMessage > &msg, const string &account_id, const Encryption &enc=kDefaultEncryption, const TransportProtocol &protocol=kDefaultProtocol, const Callback &cb=kNullCallback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SendMessage(const ProtobufExtensionIdentifier &msg_type, const Ptr< FunMessage > &msg, const string &account_id, const Encryption &enc=kDefaultEncryption, const TransportProtocol &protocol=kDefaultProtocol, const Callback &cb=kNullCallback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SendMessage(const string &msg_type, const Json &msg, const string &account_id, const Encryption &enc=kDefaultEncryption, const TransportProtocol &protocol=kDefaultProtocol, const Callback &cb=kNullCallback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SendMessageSync(const string &msg_type, const Ptr< FunMessage > &msg, const string &account_id, const Encryption &enc=kDefaultEncryption, const TransportProtocol &protocol=kDefaultProtocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SendMessageSync(int32_t msg_type, const Ptr< FunMessage > &msg, const string &account_id, const Encryption &enc=kDefaultEncryption, const TransportProtocol &protocol=kDefaultProtocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SendMessageSync(const ProtobufExtensionIdentifier &msg_type, const Ptr< FunMessage > &msg, const string &account_id, const Encryption &enc=kDefaultEncryption, const TransportProtocol &protocol=kDefaultProtocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SendMessageSync(const string &msg_type, const Json &msg, const string &account_id, const Encryption &enc=kDefaultEncryption, const TransportProtocol &protocl=kDefaultProtocol) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SetLoggedOut(const string &account_id) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SetLoggedOut(const Ptr< Session > &session) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SetLoggedOutAsync(const string &account_id, const LogoutCallback &callback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SetLoggedOutAsync(const Ptr< Session > &session, const LogoutCallback &callback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SetLoggedOutGlobal(const string &account_id) ASSERT_NO_ROLLBACK | fun::AccountManager | static |
| SetLoggedOutGlobalAsync(const string &account_id, const LogoutCallback &callback) ASSERT_NO_ROLLBACK | fun::AccountManager | static |