Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp349 auto iterContentType = convertStrToContentType_.find(strContentType); in GetContentTypeByString() local
350 if (iterContentType != convertStrToContentType_.end()) { in GetContentTypeByString()
351 contentType = iterContentType->second; in GetContentTypeByString()