Searched refs:MediaKeySystemFactoryService (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystemfactory_service.cpp | 40 REGISTER_SYSTEM_ABILITY_BY_ID(MediaKeySystemFactoryService, MEDIA_KEY_SYSTEM_SERVICE_ID, true) in REGISTER_SYSTEM_ABILITY_BY_ID() argument 43 void MediaKeySystemFactoryService::OnDrmPluginDied(std::string &name) in REGISTER_SYSTEM_ABILITY_BY_ID() 67 MediaKeySystemFactoryService::MediaKeySystemFactoryService(int32_t systemAbilityId, bool runOnCreat… in MediaKeySystemFactoryService() function in OHOS::DrmStandard::MediaKeySystemFactoryService 78 MediaKeySystemFactoryService::~MediaKeySystemFactoryService() in ~MediaKeySystemFactoryService() 83 void MediaKeySystemFactoryService::OnStart() in OnStart() 98 void MediaKeySystemFactoryService::OnDump() in OnDump() 102 void MediaKeySystemFactoryService::OnStop() in OnStop() 129 int32_t MediaKeySystemFactoryService::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump() 140 void MediaKeySystemFactoryService::DistroyForClientDied(pid_t pid) in DistroyForClientDied() 166 int32_t MediaKeySystemFactoryService::CreateMediaKeySystem(std::string &name, in CreateMediaKeySystem() [all …]
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_key_system_factory_service.cpp | 33 return new (std::nothrow) MediaKeySystemFactoryService(); in MediaKeySystemFactoryImplGetInstance() 36 MediaKeySystemFactoryService::~MediaKeySystemFactoryService() in ~MediaKeySystemFactoryService() 50 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(const std::string &uuid, const std:… in IsMediaKeySystemSupported() 74 int32_t MediaKeySystemFactoryService::CreateMediaKeySystem(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySyst… in CreateMediaKeySystem() 89 int32_t MediaKeySystemFactoryService::GetMediaKeySystemDescription(std::string &name, std::string &… in GetMediaKeySystemDescription() 97 int32_t MediaKeySystemFactoryService::CloseMediaKeySystemService(sptr<MediaKeySystemService> mediaK… in CloseMediaKeySystemService()
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | mediakeysystemfactory_service.h | 42 class MediaKeySystemFactoryService : public SystemAbility, 46 DECLARE_SYSTEM_ABILITY(MediaKeySystemFactoryService); 49 DISALLOW_COPY_AND_MOVE(MediaKeySystemFactoryService); 50 explicit MediaKeySystemFactoryService(int32_t systemAbilityId, bool runOnCreate = true); 51 ~MediaKeySystemFactoryService() override;
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/ |
H A D | media_key_system_factory_service.h | 26 class MediaKeySystemFactoryService : public OHOS::HDI::Drm::V1_0::IMediaKeySystemFactory, public Me… 28 MediaKeySystemFactoryService() = default; 29 virtual ~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 | 27 return new (std::nothrow) MediaKeySystemFactoryService(); 30 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(const std::string& name, const std:… 36 int32_t MediaKeySystemFactoryService::CreateMediaKeySystem(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySyst…
|
H A D | media_key_system_factory_service.h.txt | 25 class MediaKeySystemFactoryService : public OHOS::HDI::Drm::V1_0::IMediaKeySystemFactory { 27 MediaKeySystemFactoryService() = default; 28 virtual ~MediaKeySystemFactoryService() = default;
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/ |
H A D | drmservice_fuzzer.h | 34 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr); 36 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr); 38 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr); 40 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr); 42 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr); 44 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr);
|
H A D | drmservice_fuzzer.cpp | 42 std::shared_ptr<MediaKeySystemFactoryService> g_mediaKeySystemFactoryServicePtr = nullptr; 50 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr) in DrmserviceIsMediaKeySystemSupportedV1Test() 68 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr) in DrmserviceIsMediaKeySystemSupportedV2Test() 88 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr) in DrmserviceIsMediaKeySystemSupportedV3Test() 110 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr) in DrmserviceCreateMediaKeySystemTest() 127 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr) in DrmserviceGetMediaKeySystemsTest() 142 std::shared_ptr<MediaKeySystemFactoryService> mediaKeySystemFactoryServicePtr) in DrmserviceGetMediaKeySystemUuidTest() 589 std::make_shared<MediaKeySystemFactoryService>(MEDIA_KEY_SYSTEM_SERVICE_ID, true); in FuzzMediaKeySystemFactoryNdk()
|
/ohos5.0/foundation/multimedia/drm_framework/ |
H A D | README_zh.md | 18 | MediaKeySystemFactoryClient | 对外提供Drm API接口,调用MediaKeySystemFactoryService,用于判断对DRM方案的支持及创建MediaK… 19 | MediaKeySystemFactoryService | 通过MediaKeySystemFactory HDI调用底层插件,提供判断对DRM方案的支持及创建MediaKeySystem实例…
|
/ohos5.0/drivers/peripheral/clearplay/ |
H A D | README_zh.md | 131 …::Drm::V1_0::IMediaKeySystemFactory> media_key_system_factory = new MediaKeySystemFactoryService(); 168 …::Drm::V1_0::IMediaKeySystemFactory> media_key_system_factory = new MediaKeySystemFactoryService(); 245 …::Drm::V1_0::IMediaKeySystemFactory> media_key_system_factory = new MediaKeySystemFactoryService();
|