Home
last modified time | relevance | path

Searched refs:MediaKeySystemService (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystem_service.cpp33 MediaKeySystemService::MediaKeySystemService(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystem> hdiKeySystem) in MediaKeySystemService() function in OHOS::DrmStandard::MediaKeySystemService
35 DRM_INFO_LOG("MediaKeySystemService 0x%{public}06" PRIXPTR " Instances create.", FAKE_POINTER(this)); in MediaKeySystemService()
40 MediaKeySystemService::MediaKeySystemService(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystem> hdiKeySystem, in MediaKeySystemService() function in OHOS::DrmStandard::MediaKeySystemService
43 DRM_INFO_LOG("MediaKeySystemService 0x%{public}06" PRIXPTR " Instances create.", FAKE_POINTER(this)); in MediaKeySystemService()
49 MediaKeySystemService::~MediaKeySystemService() in ~MediaKeySystemService()
51 DRM_INFO_LOG("~MediaKeySystemService 0x%{public}06" PRIXPTR " Instances destroy.", FAKE_POINTER(this)); in ~MediaKeySystemService()
59 void MediaKeySystemService
[all...]
H A Dmediakeysystemfactory_service.cpp48 std::set<sptr<MediaKeySystemService>> mediaKeySystemServiceSet = pidIt->second; in OnDrmPluginDied()
171 sptr<MediaKeySystemService> mediaKeySystemService = nullptr; in CreateMediaKeySystem()
186 mediaKeySystemService = new(std::nothrow) MediaKeySystemService(hdiMediaKeySystem, statisticsInfo); in CreateMediaKeySystem()
209 int32_t MediaKeySystemFactoryService::CloseMediaKeySystemService(sptr<MediaKeySystemService> mediaKeySystemService) in CloseMediaKeySystemService()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/
H A Ddrmservice_fuzzer.h47 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr);
49 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr);
51 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr);
53 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr);
55 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr);
57 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr);
59 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr);
61 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr);
63 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr);
65 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePt
[all...]
H A Ddrmservice_fuzzer.cpp159 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr) in DrmserviceCreateMediaKeySessionTest()
175 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr) in DrmserviceCloseMediaKeySessionServiceTest()
188 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr) in DrmserviceGenerateKeySystemRequestTest()
202 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr) in DrmserviceProcessKeySystemResponseTest()
219 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr) in DrmserviceGenerateSetConfigurationStringTest()
237 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr) in DrmserviceSetConfigurationStringTest()
255 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr) in DrmserviceGetConfigurationStringTest()
271 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr) in DrmserviceSetConfigurationByteArrayTest()
288 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePtr) in DrmserviceGetConfigurationByteArrayTest()
304 std::shared_ptr<MediaKeySystemService> mediaKeySystemServicePt in DrmserviceGetStatisticsTest()
[all...]
/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmediakeysystem_service.h43 class MediaKeySystemService : public MediaKeySystemServiceStub, class
48 explicit MediaKeySystemService(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystem> hdiKeySystem);
49 explicit MediaKeySystemService(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystem> hdiKeySystem,
51 ~MediaKeySystemService() override;
101 virtual int32_t CloseMediaKeySystemService(sptr<MediaKeySystemService> mediaKeySystemService) = 0;
H A Dmediakeysystemfactory_service.h61 int32_t CloseMediaKeySystemService(sptr<MediaKeySystemService> mediaKeySystemService) override;
74 std::map<int32_t, std::set<sptr<MediaKeySystemService>>> mediaKeySystemForPid_;

Completed in 4 milliseconds