Home
last modified time | relevance | path

Searched defs:authMgr (Results 1 – 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/
Ddevice_manager_service_impl.cpp195 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() local
412 …rServiceImpl::AddAuthMgr(uint64_t tokenId, int sessionId, std::shared_ptr<AuthManagerBase> authMgr) in AddAuthMgr()
621 auto authMgr = GetAuthMgr(); in UnAuthenticateDevice() local
671 auto authMgr = GetAuthMgrByTokenId(tokenId); in StopAuthenticateDevice() local
720 auto authMgr = GetCurrentAuthMgr(); in SetUserOperation() local
1076 auto authMgr = GetAuthMgrByTokenId(tokenId); in TransferSrcOldAuthMgr() local
1113 std::shared_ptr<Session> curSession, std::shared_ptr<AuthManagerBase> authMgr, in TransferByAuthType()
1244 std::shared_ptr<AuthManagerBase> authMgr = nullptr; in OnBytesReceived() local
[all …]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_hichain_id_service_test.cpp337 CredAuthManager authMgr; variable
382 CredAuthManager authMgr; variable
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
Dauth_message_processor.cpp64 AuthMessageProcessor::AuthMessageProcessor(std::shared_ptr<DmAuthManager> authMgr) : authMgr_(authM… in AuthMessageProcessor()
/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_device_manager_service_impl.cpp2179 std::shared_ptr<AuthManagerBase> authMgr = std::make_shared<AuthSrcManager>( variable
2196 std::shared_ptr<AuthManagerBase> authMgr = std::make_shared<AuthSrcManager>( variable