Home
last modified time | relevance | path

Searched refs:ReportDecryptionStatisticsEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_dfx.h136 __attribute__((visibility("default"))) void ReportDecryptionStatisticsEvent(uint64_t instanceId, st…
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmedia_decrypt_module_service.cpp66 ReportDecryptionStatisticsEvent(instanceId_, statisticsInfo_.bundleName, decryptStatistics_); in ~MediaDecryptModuleService()
/ohos5.0/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_dfx.cpp258 void ReportDecryptionStatisticsEvent(uint64_t instanceId, std::string appName, in ReportDecryptionStatisticsEvent() function