Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h67 char* longTitle; member
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp464 // longTitle: String in GetNotificationMultiLineContent()
465 if (strcpy_s(str, STR_MAX_SIZE, contentResult->longTitle) != EOK) { in GetNotificationMultiLineContent()
469 LOGE("Property longTitle is empty"); in GetNotificationMultiLineContent()
1227 free(multiLine->longTitle); in freeNotificationMultiLineContent()
1239 multiLine->longTitle = nullptr; in freeNotificationMultiLineContent()
1260 // briefText、longTitle: string in SetNotificationMultiLineContent()
1262 multiLine->longTitle = MallocCString(multiLineContent->GetExpandedTitle()); in SetNotificationMultiLineContent()

Completed in 3 milliseconds