Searched refs:TokenDaemon (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtokend.cpp33 // Construct a TokenDaemon.
40 TokenDaemon::TokenDaemon(RefPointer<Bundle> code, function in class:TokenDaemon
64 // The destructor for TokenDaemon *may* be called with tokend still alive.
69 TokenDaemon::~TokenDaemon()
78 std::string TokenDaemon::tokenUid() const
88 uint32 TokenDaemon::maxScore() const
97 void TokenDaemon::childAction()
128 void TokenDaemon
[all...]
H A Dtoken.h56 TokenDaemon &tokend();
62 void insert(::Reader &slot, RefPointer<TokenDaemon> tokend);
95 TokenDaemon &tokend() const { return *mTokend; }
96 TokenDaemon &operator () () const { return tokend(); }
99 RefPointer<TokenDaemon> mTokend;
109 RefPointer<TokenDaemon> chooseTokend();
113 RefPointer<TokenDaemon> mTokend; // the (one) tokend that runs the card
121 TokenDaemon::Score mScore; // score of winning tokend
H A Dtokend.h50 // A TokenDaemon object is the ServerChild object representing the real
54 // TokenDaemon is sufficiently aware to track changes in its tokend, particularly
56 // If TokenDaemon communications with its tokend break down for any rason, it declares
58 // to recover from a FAULT condition. (You can create a new TokenDaemon and try again,
61 // If TokenDaemon is destroyed while its process is still alive, it will (try to) kill
65 // NB: If you ever want to make TokenDaemon BE a Bundle, you must switch NodeCore
68 class TokenDaemon : public PerGlobal, public ServerChild, public Tokend::ClientSession { class in inherits:PerGlobal,ServerChild,Tokend::ClientSession
70 TokenDaemon(RefPointer<Bundle> code,
72 virtual ~TokenDaemon();
H A Dreader.h62 void insertToken(TokenDaemon *tokend);
H A Dtoken.cpp80 TokenDaemon &Token::tokend()
203 void Token::insert(::Reader &slot, RefPointer<TokenDaemon> tokend)
327 // Note that if we're in FAULT mode, there really isn't a TokenDaemon around
374 // cast off our TokenDaemon for good
447 RefPointer<TokenDaemon> Token::chooseTokend()
454 RefPointer<TokenDaemon> leader;
465 RefPointer<TokenDaemon> tokend = new TokenDaemon(candidate,
487 // Token::Access mediates calls through TokenDaemon to the actual daemon out there.
H A Dreader.cpp121 void Reader::insertToken(TokenDaemon *tokend)
H A Dpcscmonitor.cpp209 RefPointer<TokenDaemon> tokend = new TokenDaemon(tokendBundle,
H A Dtokendatabase.h43 class TokenDaemon;
93 TokenDaemon &tokend();
H A Dtokendatabase.cpp157 TokenDaemon &TokenDatabase::tokend()

Completed in 81 milliseconds