Home
last modified time | relevance | path

Searched refs:authMgr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h82 explicit AuthMessageProcessor(std::shared_ptr<DmAuthManager> authMgr);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp33 …hMessageProcessor::AuthMessageProcessor(std::shared_ptr<DmAuthManager> authMgr) : authMgr_(authMgr) in AuthMessageProcessor() argument