Searched refs:secureDecodrtState (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | media_decrypt_module_service_stub.cpp | 59 bool secureDecodrtState = data.ReadBool(); in OnRemoteRequest() local 108 int32_t ret = DecryptMediaData(secureDecodrtState, cryptInfo, srcBuffer, dstBuffer); in OnRemoteRequest()
|
H A D | media_decrypt_module_service.cpp | 82 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 D | media_decrypt_module_service_proxy.cpp | 82 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 D | media_decrypt_module_service_proxy.h | 31 …int32_t DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &cryptInfo,
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_mediadecryptmodule_service.h | 67 …virtual int32_t DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &c…
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | media_decrypt_module_service.h | 39 …int32_t DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &cryptInfo,
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/ |
H A D | mediakeydecryptndk_fuzzer.cpp | 188 bool secureDecodrtState = false; in FuzzTestMediaKeyDecryptNdk() local
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 3048 bool secureDecodrtState = false; variable 3050 decryptModule->DecryptMediaData(secureDecodrtState, cryptInfo, srcBuffer, dstBuffer); 3826 bool secureDecodrtState = false; variable 3828 decryptModule->DecryptMediaData(secureDecodrtState, cryptInfo, srcBuffer, dstBuffer);
|