Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/
H A Ddps_video_report.h53 void ReportAddVideoEvent(const std::string& videoId, DpsCallerInfo callerInfo);
54 void ReportRemoveVideoEvent(const std::string& videoId, DpsCallerInfo callerInfo);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/
H A Ddp_utils.cpp89 DpsCallerInfo GetDpsCallerInfo() in GetDpsCallerInfo()
91 DpsCallerInfo dpsCallerInfo; in GetDpsCallerInfo()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/
H A Ddp_utils.h113 struct DpsCallerInfo { struct
121 DpsCallerInfo GetDpsCallerInfo(); argument
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/dfx/
H A Ddps_video_report.cpp36 void DfxVideoReport::ReportAddVideoEvent(const std::string &videoId, DpsCallerInfo callerInfo) in ReportAddVideoEvent()
61 void DfxVideoReport::ReportRemoveVideoEvent(const std::string &videoId, DpsCallerInfo callerInfo) in ReportRemoveVideoEvent()