Home
last modified time | relevance | path

Searched refs:ProcessKeySystemResponse (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/
H A Dinterface_i_media_key_system.md27 | [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 Dmediakeysystem_service_stub.cpp39 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 Dmediakeysystem_service.cpp139 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 Dmediakeysystem_service_proxy.h43 int32_t ProcessKeySystemResponse(const std::vector<uint8_t> &response) override;
/ohos5.0/drivers/peripheral/clearplay/
H A DREADME_zh.md53 …| 解析设备证书获取响应 | 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 Di_mediakeysystem_service.h65 virtual int32_t ProcessKeySystemResponse(const std::vector<uint8_t> &response) = 0;
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_impl.h57 int32_t ProcessKeySystemResponse(const std::vector<uint8_t> &response);
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dmedia_key_system_napi.h64 static napi_value ProcessKeySystemResponse(napi_env env, napi_callback_info info);
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_system.h98 virtual int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) = 0;
H A Dmedia_key_system_proxy.h52 int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) override;
/ohos5.0/drivers/interface/drm/v1_0/
H A DIMediaKeySystem.idl49 ProcessKeySystemResponse([in] unsigned char[] response);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/
H A DIMediaKeySystem.idl49 ProcessKeySystemResponse([in] unsigned char[] response);
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_impl.cpp104 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 Dmedia_key_system_service.h47 int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) override;
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmediakeysystem_service.h63 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 Dmedia_key_system_service.cpp.txt60 int32_t MediaKeySystemService::ProcessKeySystemResponse(const std::vector<uint8_t>& response)
H A Dmedia_key_system_service.h.txt44 int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) override;
H A Dimedia_key_system.h.txt98 virtual int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) = 0;
H A Dmedia_key_system_proxy.h.txt52 int32_t ProcessKeySystemResponse(const std::vector<uint8_t>& response) override;
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dmedia_key_system_napi.cpp60 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 Dmedia_key_system_service.cpp152 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 Ddrmservice_fuzzer.h246 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 Dmediakeysystem_service_proxy.cpp98 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 Ddump.txt85 [mini, lite, full] ProcessKeySystemResponse(
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp404 result = systemObject->systemImpl_->ProcessKeySystemResponse(keySystemResponse); in OH_MediaKeySystem_ProcessKeySystemResponse()

12