Home
last modified time | relevance | path

Searched refs:expandedTitle (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h58 char* expandedTitle; member
77 char* expandedTitle; member
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp317 // expandedTitle: String in GetNotificationLongTextContentDetailed()
318 if (strcpy_s(str, STR_MAX_SIZE, contentResult->expandedTitle) != EOK) { in GetNotificationLongTextContentDetailed()
322 LOGE("Property expandedTitle is empty"); in GetNotificationLongTextContentDetailed()
373 // expandedTitle: String in GetNotificationPictureContentDetailed()
374 if (strcpy_s(str, STR_MAX_SIZE, contentResult->expandedTitle) != EOK) { in GetNotificationPictureContentDetailed()
378 LOGE("Property expandedTitle is empty"); in GetNotificationPictureContentDetailed()
1092 free(longText->expandedTitle); in freeNotificationLongTextContent()
1098 longText->expandedTitle = nullptr; in freeNotificationLongTextContent()
1130 // expandedTitle: string in SetNotificationLongTextContent()
1131 longText->expandedTitle in SetNotificationLongTextContent()
[all...]

Completed in 3 milliseconds