Home
last modified time | relevance | path

Searched refs:authResponseContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp321 authResponseContext->reply = 0;
325 authResponseContext->requestId = 2;
568 authResponseContext->reply = 0;
707 authResponseContext->authType = 1;
708 authResponseContext->reply = 33;
733 authResponseContext->authType = 1;
734 authResponseContext->reply = 33;
762 authResponseContext->reply = 33;
790 authResponseContext->reply = 33;
818 authResponseContext->reply = 33;
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h88 void SetResponseContext(std::shared_ptr<DmAuthResponseContext> authResponseContext);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp592 …uthMessageProcessor::SetResponseContext(std::shared_ptr<DmAuthResponseContext> authResponseContext) in SetResponseContext() argument
594 authResponseContext_ = authResponseContext; in SetResponseContext()
H A Ddm_auth_manager.cpp402 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex… in OnSessionOpened() local
403 authResponseContext->reply = ERR_DM_AUTH_BUSINESS_BUSY; in OnSessionOpened()
404 authMessageProcessor->SetResponseContext(authResponseContext); in OnSessionOpened()
2501 …std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContex… in OnUnbindSessionOpened() local
2502 authResponseContext->reply = ERR_DM_SYNC_DELETE_DEVICE_REPEATED; in OnUnbindSessionOpened()
2503 authMessageProcessor->SetResponseContext(authResponseContext); in OnUnbindSessionOpened()