Home
last modified time | relevance | path

Searched refs:tempContent (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp288 std::shared_ptr<CNotificationBasicContent> tempContent = std::make_shared<CNotificationBasicContent>(); in GetNotificationLongTextContentDetailed() local
289 tempContent->title = contentResult->title; in GetNotificationLongTextContentDetailed()
290 tempContent->text = contentResult->text; in GetNotificationLongTextContentDetailed()
291 tempContent->additionalText = contentResult->additionalText; in GetNotificationLongTextContentDetailed()
292 tempContent->lockscreenPicture = contentResult->lockscreenPicture; in GetNotificationLongTextContentDetailed()
293 if (!GetNotificationBasicContentDetailed(tempContent.get(), longContent)) { in GetNotificationLongTextContentDetailed()
354 std::shared_ptr<CNotificationBasicContent> tempContent = std::make_shared<CNotificationBasicContent>(); in GetNotificationPictureContentDetailed() local
355 tempContent->title = contentResult->title; in GetNotificationPictureContentDetailed()
356 tempContent->text = contentResult->text; in GetNotificationPictureContentDetailed()
357 tempContent in GetNotificationPictureContentDetailed()
445 std::shared_ptr<CNotificationBasicContent> tempContent = std::make_shared<CNotificationBasicContent>(); GetNotificationMultiLineContent() local
589 std::shared_ptr<CNotificationBasicContent> tempContent = std::make_shared<CNotificationBasicContent>(); GetNotificationLocalLiveViewContentDetailed() local
[all...]
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp140 icu::UnicodeString tempContent = reinterpret_cast<char*>(contentPtr); in ParseXmlNode() local
141 content += tempContent; in ParseXmlNode()
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_rule.cpp172 icu::UnicodeString tempContent = reinterpret_cast<char*>(contentPtr); in LoadStrToPattern() local
173 content += tempContent; in LoadStrToPattern()
217 std::string tempContent = reinterpret_cast<const char*>(contentPtr); in LoadStrToStr() local
218 content += tempContent; in LoadStrToStr()

Completed in 5 milliseconds