Home
last modified time | relevance | path

Searched refs:secureDecodrtState (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmedia_decrypt_module_service_stub.cpp59 bool secureDecodrtState = data.ReadBool(); in OnRemoteRequest() local
108 int32_t ret = DecryptMediaData(secureDecodrtState, cryptInfo, srcBuffer, dstBuffer); in OnRemoteRequest()
H A Dmedia_decrypt_module_service.cpp82 int32_t MediaDecryptModuleService::DecryptMediaData(bool secureDecodrtState, in DecryptMediaData() argument
99 …ret = hdiMediaDecryptModule_->DecryptMediaData(secureDecodrtState, cryptInfoTmp, drmSrcBuffer, drm… in DecryptMediaData()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dmedia_decrypt_module_service_proxy.cpp82 int32_t MediaDecryptModuleServiceProxy::DecryptMediaData(bool secureDecodrtState, in DecryptMediaData() argument
94 DRM_CHECK_AND_RETURN_RET_LOG(data.WriteBool(secureDecodrtState), IPC_PROXY_ERR, in DecryptMediaData()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/include/
H A Dmedia_decrypt_module_service_proxy.h31 …int32_t DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &cryptInfo,
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_mediadecryptmodule_service.h67 …virtual int32_t DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &c…
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmedia_decrypt_module_service.h39 …int32_t DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &cryptInfo,
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/
H A Dmediakeydecryptndk_fuzzer.cpp188 bool secureDecodrtState = false; in FuzzTestMediaKeyDecryptNdk() local
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp3048 bool secureDecodrtState = false; variable
3050 decryptModule->DecryptMediaData(secureDecodrtState, cryptInfo, srcBuffer, dstBuffer);
3826 bool secureDecodrtState = false; variable
3828 decryptModule->DecryptMediaData(secureDecodrtState, cryptInfo, srcBuffer, dstBuffer);