Searched refs:mTokend (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dtoken.cpp62 : mFaulted(false), mTokend(NULL), mResetLevel(1)
85 if (mTokend)
86 return *mTokend;
296 // assign mTokend right before notification - mustn't be set if
298 mTokend = tokend;
304 mTokend->hasTokenUid() ? mTokend->tokenUid().c_str() : "NO UID",
305 mSubservice, mTokend->bundleIdentifier().c_str());
336 mTokend
337 ? (mTokend
[all...]
H A Dtoken.h95 TokenDaemon &tokend() const { return *mTokend; }
99 RefPointer<TokenDaemon> mTokend; member in class:Token::Access
113 RefPointer<TokenDaemon> mTokend; // the (one) tokend that runs the card member in class:Token

Completed in 115 milliseconds