Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp125 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); in HWTEST_F() local
132 authMessageProcessor->SetResponseContext(authResponseContext); in HWTEST_F()
254 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); in HWTEST_F() local
259 authMessageProcessor->SetResponseContext(authResponseContext); in HWTEST_F()
261 ASSERT_EQ(authMessageProcessor->authResponseContext_, authResponseContext); in HWTEST_F()
319 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); in HWTEST_F() local
321 authResponseContext->reply = 0; in HWTEST_F()
322 authResponseContext->deviceId = "11111"; in HWTEST_F()
323 authResponseContext->authToken = "123456"; in HWTEST_F()
324 authResponseContext in HWTEST_F()
564 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
597 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
643 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
670 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
701 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
729 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
757 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
785 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
813 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
841 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
877 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
897 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1003 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1020 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1038 std::shared_ptr<DmAuthResponseContext> authResponseContext = authMessageProcessor->GetResponseContext(); HWTEST_F() local
1055 std::shared_ptr<DmAuthResponseContext> authResponseContext = authMessageProcessor->GetResponseContext(); HWTEST_F() local
1129 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1157 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1185 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1226 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1258 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1283 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1302 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1322 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
1361 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h88 void SetResponseContext(std::shared_ptr<DmAuthResponseContext> authResponseContext);
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp568 void AuthMessageProcessor::SetResponseContext(std::shared_ptr<DmAuthResponseContext> authResponseContext) in SetResponseContext() argument
570 authResponseContext_ = authResponseContext; in SetResponseContext()
H A Ddm_auth_manager.cpp456 std::shared_ptr<DmAuthResponseContext> authResponseContext = std::make_shared<DmAuthResponseContext>(); in OnSessionOpened() local
457 authResponseContext->reply = ERR_DM_AUTH_BUSINESS_BUSY; in OnSessionOpened()
458 authMessageProcessor->SetResponseContext(authResponseContext); in OnSessionOpened()
490 LOGI("OnDataReceived for source device, authResponseContext msgType = %{public}d, authRequestState stateType =" in ProcessSourceMsg()
525 LOGI("OnDataReceived for sink device, authResponseContext msgType = %{public}d, authResponseState stateType =" in ProcessSinkMsg()
564 LOGE("OnDataReceived failed, authResponseContext or authMessageProcessor_ is nullptr."); in OnDataReceived()

Completed in 8 milliseconds