Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h1157 static napi_value GetNotificationBasicContentDetailed(
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp3063 if (GetNotificationBasicContentDetailed(env, contentResult, normalContent) == nullptr) { in GetNotificationBasicContent()
3072 napi_value Common::GetNotificationBasicContentDetailed( in GetNotificationBasicContentDetailed() function in OHOS::NotificationNapi::Common
3183 if (GetNotificationBasicContentDetailed(env, contentResult, longContent) == nullptr) { in GetNotificationLongTextContentDetailed()
3285 if (GetNotificationBasicContentDetailed(env, contentResult, pictureContent) == nullptr) { in GetNotificationPictureContentDetailed()
3375 if (GetNotificationBasicContentDetailed(env, contentResult, conversationalContent) == nullptr) { in GetNotificationConversationalContent()
3849 if (GetNotificationBasicContentDetailed(env, contentResult, multiLineContent) == nullptr) { in GetNotificationMultiLineContent()