From 73cd8d4fc3a436dedff09cd9a22a5c4a87d236bb Mon Sep 17 00:00:00 2001 From: baoxy92 Date: Sat, 6 Jul 2024 09:21:02 +0000 Subject: [PATCH] update frameworks/native/test/unittest/src/drm_framework_unittest.cpp. Signed-off-by: baoxy92 --- frameworks/native/test/unittest/src/drm_framework_unittest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/native/test/unittest/src/drm_framework_unittest.cpp b/frameworks/native/test/unittest/src/drm_framework_unittest.cpp index 2df16ca7..ea64964f 100644 --- a/frameworks/native/test/unittest/src/drm_framework_unittest.cpp +++ b/frameworks/native/test/unittest/src/drm_framework_unittest.cpp @@ -3049,7 +3049,7 @@ HWTEST_F(DrmFrameworkUnitTest, Drm_unittest_DecryptModuleNormal_066, TestSize.Le sptr SessionServiceProxy = sessionObject->sessionImpl_->GetMediaKeySessionServiceProxy(); sptr decryptModule; - SessionServiceProxy->CreateMediaDecryptModule(decryptModule); + SessionServiceProxy->GetMediaDecryptModule(decryptModule); MessageParcel data; IMediaDecryptModuleService::DrmBuffer srcBuffer; IMediaDecryptModuleService::DrmBuffer dstBuffer;