Home
last modified time | relevance | path

Searched refs:hdiMediaKeySession (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dkey_session_service.h39 explicit MediaKeySessionService(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySession> hdiMediaKeySession);
40 explicit MediaKeySessionService(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySession> hdiMediaKeySession,
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dkey_session_service.cpp30 MediaKeySessionService::MediaKeySessionService(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySession> hdiMediaKeySession) in MediaKeySessionService() argument
34 hdiMediaKeySession_ = hdiMediaKeySession; in MediaKeySessionService()
37 MediaKeySessionService::MediaKeySessionService(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySession> hdiMediaKeySession, in MediaKeySessionService() argument
42 hdiMediaKeySession_ = hdiMediaKeySession; in MediaKeySessionService()
H A Dmediakeysystem_service.cpp240 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySession> hdiMediaKeySession = nullptr; in CreateMediaKeySession() local
246 hdiMediaKeySession); in CreateMediaKeySession()
247 if (hdiMediaKeySession == nullptr) { in CreateMediaKeySession()
252 keySessionService = new (std::nothrow) MediaKeySessionService(hdiMediaKeySession, statisticsInfo_); in CreateMediaKeySession()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/
H A Ddrmservice_fuzzer.cpp180 sptr<IMediaKeySession> hdiMediaKeySession = new (std::nothrow) IMediaKeySessionMock(); in DrmserviceCloseMediaKeySessionServiceTest() local
182 new (std::nothrow) MediaKeySessionService(hdiMediaKeySession); in DrmserviceCloseMediaKeySessionServiceTest()
630 sptr<IMediaKeySession> hdiMediaKeySession = new (std::nothrow) IMediaKeySessionMock(); in FuzzSystemFactoryNdk() local
632 std::make_shared<MediaKeySessionService>(hdiMediaKeySession); in FuzzSystemFactoryNdk()

Completed in 4 milliseconds