Home
last modified time | relevance | path

Searched refs:behaviorName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/dfx/
H A Dcamera_report_uitls.cpp305 void CameraReportUtils::ReportUserBehavior(string behaviorName, in ReportUserBehavior() argument
311 if (!IsBehaviorNeedReport(behaviorName, value)) { in ReportUserBehavior()
317 ss << S_BEHAVIORNAME << behaviorName in ReportUserBehavior()
365 bool CameraReportUtils::IsBehaviorNeedReport(const string& behaviorName, const string& value) in IsBehaviorNeedReport() argument
367 auto it = mapBehaviorImagingKey.find(behaviorName); in IsBehaviorNeedReport()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/dfx/
H A Dcamera_report_uitls.h120 void ReportUserBehavior(std::string behaviorName,
170 bool IsBehaviorNeedReport(const std::string& behaviorName, const std::string& value);