Home
last modified time | relevance | path

Searched refs:ReportLicenseBehaviorEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_dfx_unittest.cpp150 …Drm_ErrCode errNo = (Drm_ErrCode)ReportLicenseBehaviorEvent(statisticsInfo, mediaKeyType, downLoad…
/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_dfx.h126 __attribute__((visibility("default"))) int32_t ReportLicenseBehaviorEvent(StatisticsInfo statistics…
/ohos5.0/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_dfx.cpp169 int32_t ReportLicenseBehaviorEvent(StatisticsInfo statisticsInfo, std::string licenseType, DownLoad… in ReportLicenseBehaviorEvent() function
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dkey_session_service.cpp160 ReportLicenseBehaviorEvent(statisticsInfo_, mediaKeyType_, downLoadInfo); in ProcessMediaKeyResponse()