Home
last modified time | relevance | path

Searched defs:IsMediaKeySystemSupported (Results 1 – 5 of 5) sorted by relevance

/foundation/multimedia/drm_framework/services/drm_service/client/src/
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
/foundation/multimedia/drm_framework/frameworks/native/drm/
Dmedia_key_system_factory_impl.cpp133 bool MediaKeySystemFactoryImpl::IsMediaKeySystemSupported(std::string &name) in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryImpl
147 bool MediaKeySystemFactoryImpl::IsMediaKeySystemSupported(std::string &name, std::string &mimeType) in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryImpl
162 bool MediaKeySystemFactoryImpl::IsMediaKeySystemSupported(std::string &uuid, std::string &mimeType, in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryImpl
/foundation/multimedia/drm_framework/services/drm_service/server/src/
Dmediakeysystemfactory_service.cpp236 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(std::string &name, bool *isSurpport… in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryService
248 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(std::string &name, std::string &mim… in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryService
261 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(std::string &name, std::string &mim… in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemFactoryService
Ddrm_host_manager.cpp618 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
663 int32_t DrmHostManager::IsMediaKeySystemSupported( in IsMediaKeySystemSupported() function in OHOS::DrmStandard::DrmHostManager
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
Dmedia_key_system_napi.cpp181 napi_value MediaKeySystemNapi::IsMediaKeySystemSupported(napi_env env, napi_callback_info info) in IsMediaKeySystemSupported() function in OHOS::DrmStandard::MediaKeySystemNapi