/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/ |
H A D | interface_i_media_key_system_factory.md | 20 | [IsMediaKeySystemSupported](#ismediakeysystemsupported) ([in] String name, [in] String mimeType, … 51 ### IsMediaKeySystemSupported() 54 IMediaKeySystemFactory::IsMediaKeySystemSupported ([in] String name, [in] String mimeType, [in] enu…
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | media_key_system_factory_impl.cpp | 133 bool MediaKeySystemFactoryImpl::IsMediaKeySystemSupported(std::string &name) in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryImpl 140 ret = serviceProxy->IsMediaKeySystemSupported(name, &isSurpported); in IsMediaKeySystemSupported() 147 bool MediaKeySystemFactoryImpl::IsMediaKeySystemSupported(std::string &name, std::string &mimeType) in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryImpl 155 ret = serviceProxy->IsMediaKeySystemSupported(name, mimeType, &isSurpported); in IsMediaKeySystemSupported() 162 bool MediaKeySystemFactoryImpl::IsMediaKeySystemSupported(std::string &uuid, std::string &mimeType, in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryImpl 171 ret = serviceProxy->IsMediaKeySystemSupported(uuid, mimeType, securityLevel, &isSurpported); in IsMediaKeySystemSupported()
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/include/ |
H A D | mediakeysystemfactory_service_proxy.h | 29 int32_t IsMediaKeySystemSupported(std::string &name, bool *isSurpported) override; 30 …int32_t IsMediaKeySystemSupported(std::string &name, std::string &mimeType, bool *isSurpported) ov… 31 … int32_t IsMediaKeySystemSupported(std::string &name, std::string &mimeType, int32_t securityLevel,
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | media_key_system_factory_impl.h | 37 bool IsMediaKeySystemSupported(std::string &name); 38 bool IsMediaKeySystemSupported(std::string &name, std::string &mimeType); 39 bool IsMediaKeySystemSupported(std::string &name, std::string &mimeType,
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_mediakeysystemfactory_service.h | 39 virtual int32_t IsMediaKeySystemSupported(std::string &name, bool *isSurpported) = 0; 40 …virtual int32_t IsMediaKeySystemSupported(std::string &name, std::string &mimeType, bool *isSurppo… 41 …virtual int32_t IsMediaKeySystemSupported(std::string &name, std::string &mimeType, int32_t securi…
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | mediakeysystemfactory_service.h | 56 int32_t IsMediaKeySystemSupported(std::string &name, bool *isSurpported) override; 57 …int32_t IsMediaKeySystemSupported(std::string &name, std::string &mimeType, bool *isSurpported) ov… 58 … int32_t IsMediaKeySystemSupported(std::string &name, std::string &mimeType, int32_t securityLevel,
|
H A D | drm_host_manager.h | 100 int32_t IsMediaKeySystemSupported(std::string &name, bool *isSurpported); 101 int32_t IsMediaKeySystemSupported(std::string &name, std::string &mimeType, bool *isSurpported); 102 … int32_t IsMediaKeySystemSupported(std::string &name, std::string &mimeType, int32_t securityLevel,
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystemfactory_service.cpp | 236 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(std::string &name, bool *isSurpport… in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryService 240 int32_t ret = drmHostManager_->IsMediaKeySystemSupported(name, isSurpported); in IsMediaKeySystemSupported() 248 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(std::string &name, std::string &mim… in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryService 253 int32_t ret = drmHostManager_->IsMediaKeySystemSupported(name, mimeType, isSurpported); in IsMediaKeySystemSupported() 261 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(std::string &name, std::string &mim… in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryService 266 …int32_t ret = drmHostManager_->IsMediaKeySystemSupported(name, mimeType, securityLevel, isSurpport… in IsMediaKeySystemSupported()
|
H A D | mediakeysystemfactory_service_stub.cpp | 113 int32_t ret = stub->IsMediaKeySystemSupported(name, &isSurpported); in ProcessMediaKeySystemSupportedRequest() 121 int32_t ret = stub->IsMediaKeySystemSupported(name, mimeType, &isSurpported); in ProcessMediaKeySystemSupportedRequest() 130 int32_t ret = stub->IsMediaKeySystemSupported(name, mimeType, securityLevel, &isSurpported); in ProcessMediaKeySystemSupportedRequest()
|
H A D | drm_host_manager.cpp | 594 … ret = drmHostServieProxy->IsMediaKeySystemSupported(name, "", SECURE_UNKNOWN, *isSurpported); in GetServices() 618 int32_t DrmHostManager::IsMediaKeySystemSupported(std::string &name, bool *isSurpported) in IsMediaKeySystemSupported() function in OHOS::DrmStandard::DrmHostManager 634 int32_t DrmHostManager::IsMediaKeySystemSupported(std::string &name, std::string &mimeType, bool *i… in IsMediaKeySystemSupported() function in OHOS::DrmStandard::DrmHostManager 655 …ret = drmHostServieProxys->IsMediaKeySystemSupported(name, mimeType, SECURE_UNKNOWN, *isSurpported… in IsMediaKeySystemSupported() 663 int32_t DrmHostManager::IsMediaKeySystemSupported( in IsMediaKeySystemSupported() function in OHOS::DrmStandard::DrmHostManager 686 ret = drmHostServieProxys->IsMediaKeySystemSupported( in IsMediaKeySystemSupported()
|
/ohos5.0/drivers/peripheral/clearplay/ |
H A D | README_zh.md | 37 …| 查询设备是否支持uuid/媒体类型/安全级别对应的插件 | int32_t IsMediaKeySystemSupported(const std::string& uuid, con… 133 // IsMediaKeySystemSupported case 1 134 …media_key_system_factory->IsMediaKeySystemSupported(clearPlayUuid, isoVideoMimeType, SECURE_UNKNOW… 135 printf("IsMediaKeySystemSupported: %d, expect 1\n", isSupported); 136 // IsMediaKeySystemSupported case 2 138 …media_key_system_factory->IsMediaKeySystemSupported(clearPlayUuid, isoVideoMimeType, SECURE_UNKNOW… 139 printf("IsMediaKeySystemSupported: %d, expect 0\n", isSupported);
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/ |
H A D | mediakeysystemfactory_service_proxy.cpp | 51 int32_t MediaKeySystemFactoryServiceProxy::IsMediaKeySystemSupported(std::string &uuid, bool *isSur… in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryServiceProxy 84 int32_t MediaKeySystemFactoryServiceProxy::IsMediaKeySystemSupported(std::string &uuid, std::string… in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryServiceProxy 122 int32_t MediaKeySystemFactoryServiceProxy::IsMediaKeySystemSupported(std::string &uuid, std::string… in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryServiceProxy
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/ |
H A D | media_key_system_factory_service.h | 31 int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
|
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
H A D | imedia_key_system_factory.h | 70 virtual int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
|
H A D | media_key_system_factory_proxy.h | 38 int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_key_system_factory_service.cpp | 50 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(const std::string &uuid, const std:… in IsMediaKeySystemSupported() function in OHOS::HDI::Drm::V1_0::MediaKeySystemFactoryService
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/ |
H A D | media_key_system_factory_service.cpp.txt | 30 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(const std::string& name, const std:…
|
H A D | media_key_system_factory_service.h.txt | 30 int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
|
H A D | imedia_key_system_factory.h.txt | 69 virtual int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
|
H A D | media_key_system_factory_proxy.h.txt | 70 int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/ |
H A D | IMediaKeySystemFactory.idl | 39 …IsMediaKeySystemSupported([in] String name, [in] String mimeType, [in] enum ContentProtectionLevel…
|
/ohos5.0/drivers/interface/drm/v1_0/ |
H A D | IMediaKeySystemFactory.idl | 39 …IsMediaKeySystemSupported([in] String name, [in] String mimeType, [in] enum ContentProtectionLevel…
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/ |
H A D | media_key_system_napi.h | 54 static napi_value IsMediaKeySystemSupported(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
H A D | native_mediakeysystem.cpp | 41 isSupported = fatory->IsMediaKeySystemSupported(uuidPtr); in OH_MediaKeySystem_IsSupported() 57 isSupported = fatory->IsMediaKeySystemSupported(uuidPtr, mimeTypePtr); in OH_MediaKeySystem_IsSupported2() 82 isSupported = fatory->IsMediaKeySystemSupported(uuidPtr, mimeTypePtr, securityLevel); in OH_MediaKeySystem_IsSupported3()
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | media_key_system_napi.cpp | 74 DECLARE_NAPI_STATIC_FUNCTION("isMediaKeySystemSupported", IsMediaKeySystemSupported), in Init() 181 napi_value MediaKeySystemNapi::IsMediaKeySystemSupported(napi_env env, napi_callback_info info) in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemNapi 209 …bool isSurpportted = MediaKeySystemFactoryImpl::GetInstance()->IsMediaKeySystemSupported(pluginNam… in IsMediaKeySystemSupported() 221 …bool isSurpportted = MediaKeySystemFactoryImpl::GetInstance()->IsMediaKeySystemSupported(pluginNam… in IsMediaKeySystemSupported() 244 …MediaKeySystemFactoryImpl::GetInstance()->IsMediaKeySystemSupported(pluginName, mimeType, security… in IsMediaKeySystemSupported()
|