Home
last modified time | relevance | path

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

/drivers/peripheral/clearplay/hdi_service/common/
H A Dsession.h28 class Session : public RefBase { class
30 explicit Session() {} in Session() function in OHOS::HDI::Drm::V1_0::Session
31 virtual ~Session() {} in ~Session()
H A Dsession.cpp26 int32_t Session::getKeyRequest(const std::vector<uint8_t> &indexInfo, const std::string &mimeType, MediaKeyType keyType, in getKeyRequest()
59 int32_t Session::setKeyIdAndKeyValue(const std::vector<uint8_t> &keyId, const std::vector<uint8_t> &keyValue) in setKeyIdAndKeyValue()
68 int32_t Session::getKeyValueByKeyId(const std::vector<uint8_t> &keyId, std::vector<uint8_t> &keyValue) in getKeyValueByKeyId()
/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/
H A Dmedia_decrypt_module_service.h28 MediaDecryptModuleService(sptr<Session>& session);
48 sptr<Session> session_;
H A Dmedia_key_session_service.h75 sptr<Session> session_;
/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_decrypt_module_service.cpp39 MediaDecryptModuleService::MediaDecryptModuleService(sptr<Session> &session) in MediaDecryptModuleService()
H A Dmedia_key_session_service.cpp291 session_ = new (std::nothrow) Session(); in Init()

Completed in 3 milliseconds