Searched refs:behaviorName (Results 1 – 2 of 2) sorted by relevance
305 void CameraReportUtils::ReportUserBehavior(string behaviorName, in ReportUserBehavior() argument311 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() argument367 auto it = mapBehaviorImagingKey.find(behaviorName); in IsBehaviorNeedReport()
120 void ReportUserBehavior(std::string behaviorName,170 bool IsBehaviorNeedReport(const std::string& behaviorName, const std::string& value);