/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/ |
H A D | interface_i_media_key_system.md | 27 | [ProcessKeySystemResponse](#processkeysystemresponse) ([in] unsigned char[] response) | 处理下载的证书。 … 352 ### ProcessKeySystemResponse() 355 IMediaKeySystem::ProcessKeySystemResponse ([in] unsigned char[] response)
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystem_service_stub.cpp | 39 static int32_t ProcessKeySystemResponse(MediaKeySystemServiceStub *stub, MessageParcel &data, Messa… 84 {MEDIA_KEY_SYSTEM_PROCESS_KEYSYSTEM_RESPONSE, ProcessKeySystemResponse}, 157 static int32_t ProcessKeySystemResponse(MediaKeySystemServiceStub *stub, MessageParcel &data, Messa… in ProcessKeySystemResponse() function 173 int32_t ret = stub->ProcessKeySystemResponse(response); in ProcessKeySystemResponse()
|
H A D | mediakeysystem_service.cpp | 139 int32_t MediaKeySystemService::ProcessKeySystemResponse(const std::vector<uint8_t> &response) in ProcessKeySystemResponse() function in OHOS::DrmStandard::MediaKeySystemService 148 ret = hdiKeySystem_->ProcessKeySystemResponse(response); in ProcessKeySystemResponse()
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/include/ |
H A D | mediakeysystem_service_proxy.h | 43 int32_t ProcessKeySystemResponse(const std::vector<uint8_t> &response) override;
|
/ohos5.0/drivers/peripheral/clearplay/ |
H A D | README_zh.md | 53 …| 解析设备证书获取响应 | int32_t ProcessKeySystemResponse(const std::… 230 // ProcessKeySystemResponse 231 media_key_system->ProcessKeySystemResponse(REQUEST_TYPE_INITIAL, request);
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_mediakeysystem_service.h | 65 virtual int32_t ProcessKeySystemResponse(const std::vector<uint8_t> &response) = 0;
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | media_key_system_impl.h | 57 int32_t ProcessKeySystemResponse(const std::vector<uint8_t> &response);
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/ |
H A D | media_key_system_napi.h | 64 static napi_value ProcessKeySystemResponse(napi_env env, napi_callback_info info);
|
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
H A D | imedia_key_system.h | 98 virtual int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) = 0;
|
H A D | media_key_system_proxy.h | 52 int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) override;
|
/ohos5.0/drivers/interface/drm/v1_0/ |
H A D | IMediaKeySystem.idl | 49 ProcessKeySystemResponse([in] unsigned char[] response);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/ |
H A D | IMediaKeySystem.idl | 49 ProcessKeySystemResponse([in] unsigned char[] response);
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | media_key_system_impl.cpp | 104 int32_t MediaKeySystemImpl::ProcessKeySystemResponse(const std::vector<uint8_t> &response) in ProcessKeySystemResponse() function in OHOS::DrmStandard::MediaKeySystemImpl 115 ret = serviceProxy_->ProcessKeySystemResponse(response); in ProcessKeySystemResponse()
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/ |
H A D | media_key_system_service.h | 47 int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) override;
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | mediakeysystem_service.h | 63 int32_t ProcessKeySystemResponse(const std::vector<uint8_t> &response) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/ |
H A D | media_key_system_service.cpp.txt | 60 int32_t MediaKeySystemService::ProcessKeySystemResponse(const std::vector<uint8_t>& response)
|
H A D | media_key_system_service.h.txt | 44 int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) override;
|
H A D | imedia_key_system.h.txt | 98 virtual int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) = 0;
|
H A D | media_key_system_proxy.h.txt | 52 int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) override;
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | media_key_system_napi.cpp | 60 DECLARE_NAPI_FUNCTION("processKeySystemResponse", ProcessKeySystemResponse), in Init() 674 napi_value MediaKeySystemNapi::ProcessKeySystemResponse(napi_env env, napi_callback_info info) in ProcessKeySystemResponse() function in OHOS::DrmStandard::MediaKeySystemNapi 702 …context->intValue = napiMediaKeySystem->mediaKeySystemImpl_->ProcessKeySystemResponse(context->res… in ProcessKeySystemResponse()
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_key_system_service.cpp | 152 int32_t MediaKeySystemService::ProcessKeySystemResponse(const std::vector<uint8_t> &response) in ProcessKeySystemResponse() function in OHOS::HDI::Drm::V1_0::MediaKeySystemService
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/ |
H A D | drmservice_fuzzer.h | 246 int32_t ProcessKeySystemResponse(const std::vector<uint8_t> &response) override in ProcessKeySystemResponse() function
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/ |
H A D | mediakeysystem_service_proxy.cpp | 98 int32_t MediaKeySystemServiceProxy::ProcessKeySystemResponse(const std::vector<uint8_t> &response) in ProcessKeySystemResponse() function in OHOS::DrmStandard::MediaKeySystemServiceProxy
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/dump_ast_target/ |
H A D | dump.txt | 85 [mini, lite, full] ProcessKeySystemResponse(
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
H A D | native_mediakeysystem.cpp | 404 result = systemObject->systemImpl_->ProcessKeySystemResponse(keySystemResponse); in OH_MediaKeySystem_ProcessKeySystemResponse()
|