Searched defs:authMgr (Results 1 – 4 of 4) sorted by relevance
195 void DeviceManagerServiceImpl::ImportConfig(std::shared_ptr<AuthManagerBase> authMgr, uint64_t toke… in ImportConfig()223 void DeviceManagerServiceImpl::ImportAuthCodeToConfig(std::shared_ptr<AuthManagerBase> authMgr, uin… in ImportAuthCodeToConfig()245 std::shared_ptr<AuthManagerBase> authMgr = nullptr; in InitNewProtocolAuthMgr() local412 …rServiceImpl::AddAuthMgr(uint64_t tokenId, int sessionId, std::shared_ptr<AuthManagerBase> authMgr) in AddAuthMgr()621 auto authMgr = GetAuthMgr(); in UnAuthenticateDevice() local671 auto authMgr = GetAuthMgrByTokenId(tokenId); in StopAuthenticateDevice() local720 auto authMgr = GetCurrentAuthMgr(); in SetUserOperation() local1076 auto authMgr = GetAuthMgrByTokenId(tokenId); in TransferSrcOldAuthMgr() local1113 std::shared_ptr<Session> curSession, std::shared_ptr<AuthManagerBase> authMgr, in TransferByAuthType()1244 std::shared_ptr<AuthManagerBase> authMgr = nullptr; in OnBytesReceived() local[all …]
337 CredAuthManager authMgr; variable382 CredAuthManager authMgr; variable
64 AuthMessageProcessor::AuthMessageProcessor(std::shared_ptr<DmAuthManager> authMgr) : authMgr_(authM… in AuthMessageProcessor()
2179 std::shared_ptr<AuthManagerBase> authMgr = std::make_shared<AuthSrcManager>( variable2196 std::shared_ptr<AuthManagerBase> authMgr = std::make_shared<AuthSrcManager>( variable