Home
last modified time | relevance | path

Searched refs:IsMediaKeySystemSupported (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/
H A Dinterface_i_media_key_system_factory.md20 | [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 Dmedia_key_system_factory_impl.cpp133 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 Dmediakeysystemfactory_service_proxy.h29 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 Dmedia_key_system_factory_impl.h37 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 Di_mediakeysystemfactory_service.h39 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 Dmediakeysystemfactory_service.h56 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 Ddrm_host_manager.h100 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 Dmediakeysystemfactory_service.cpp236 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 Dmediakeysystemfactory_service_stub.cpp113 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 Ddrm_host_manager.cpp594 … 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 DREADME_zh.md37 …| 查询设备是否支持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 Dmediakeysystemfactory_service_proxy.cpp51 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 Dmedia_key_system_factory_service.h31 int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_system_factory.h70 virtual int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
H A Dmedia_key_system_factory_proxy.h38 int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_key_system_factory_service.cpp50 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 Dmedia_key_system_factory_service.cpp.txt30 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(const std::string& name, const std:…
H A Dmedia_key_system_factory_service.h.txt30 int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
H A Dimedia_key_system_factory.h.txt69 virtual int32_t IsMediaKeySystemSupported(const std::string& name, const std::string& mimeType,
H A Dmedia_key_system_factory_proxy.h.txt70 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 DIMediaKeySystemFactory.idl39IsMediaKeySystemSupported([in] String name, [in] String mimeType, [in] enum ContentProtectionLevel…
/ohos5.0/drivers/interface/drm/v1_0/
H A DIMediaKeySystemFactory.idl39IsMediaKeySystemSupported([in] String name, [in] String mimeType, [in] enum ContentProtectionLevel…
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dmedia_key_system_napi.h54 static napi_value IsMediaKeySystemSupported(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp41 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 Dmedia_key_system_napi.cpp74 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()

12