Home
last modified time | relevance | path

Searched refs:CLEARPLAY_NAME (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/drm_mock/capi/
H A Dmedia_key_system_mock.cpp22 #define CLEARPLAY_NAME "com.clearplay.drm" macro
28 if (OH_MediaKeySystem_IsSupported(CLEARPLAY_NAME)) { in GetDrmUuid()
29 return CLEARPLAY_NAME; in GetDrmUuid()
/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/
H A Dclearplay_uuid.cpp28 return uuid == CLEARPLAY_NAME; in IsClearPlayUuid()
H A Dclearplay_uuid.h27 const std::string CLEARPLAY_NAME = "com.clearplay.drm"; variable
H A Ddata_parser.cpp66 …tring uuid((reinterpret_cast<const char*>(initData.data())) + readPosition, CLEARPLAY_NAME.size()); in ParsePssh()
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_key_system_factory_service.cpp92 name = CLEARPLAY_NAME; in GetMediaKeySystemDescription()