Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp133 authMessageProcessor->cryptoAdapter_ = nullptr;
134 authMessageProcessor->CreateNegotiateMessage(jsonObj);
137 authMessageProcessor->CreateNegotiateMessage(jsonObj);
987 authMessageProcessor->SetRequestContext(nullptr);
1021 authMessageProcessor->SetResponseContext(nullptr);
1340 ret = authMessageProcessor->ParseMessage(message);
1405 authMessageProcessor->GetJsonObj(jsonObj);
1422 authMessageProcessor->GetJsonObj(jsonObj);
1476 authMessageProcessor->cryptoAdapter_ = nullptr;
1606 authMessageProcessor->GetAuthReqMessage(jsonObj);
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp400 std::shared_ptr<AuthMessageProcessor> authMessageProcessor = in OnSessionOpened() local
404 authMessageProcessor->SetResponseContext(authResponseContext); in OnSessionOpened()
405 … std::string message = authMessageProcessor->CreateSimpleMessage(MSG_TYPE_REQ_AUTH_TERMINATE); in OnSessionOpened()
2499 std::shared_ptr<AuthMessageProcessor> authMessageProcessor = in OnUnbindSessionOpened() local
2503 authMessageProcessor->SetResponseContext(authResponseContext); in OnUnbindSessionOpened()
2504 … std::string message = authMessageProcessor->CreateSimpleMessage(MSG_TYPE_REQ_SYNC_DELETE_DONE); in OnUnbindSessionOpened()