Searched refs:SetNotificationBasicContent (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 76 ret = SetNotificationBasicContent(env, basicContent.get(), contentResult); in SetNotificationContentDetailed() 135 napi_value Common::SetNotificationBasicContent( in SetNotificationBasicContent() function in OHOS::NotificationNapi::Common 178 if (!SetNotificationBasicContent(env, longTextContent, result)) { in SetNotificationLongTextContent() 214 if (!SetNotificationBasicContent(env, pictureContent, result)) { in SetNotificationPictureContent() 260 if (!SetNotificationBasicContent(env, conversationalContent, result)) { in SetNotificationConversationalContent() 309 if (!SetNotificationBasicContent(env, multiLineContent, result)) { in SetNotificationMultiLineContent()
|
H A D | common_convert_liveview.cpp | 50 if (!SetNotificationBasicContent(env, localLiveViewContent, result)) { in SetNotificationLocalLiveViewContent()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 383 static napi_value SetNotificationBasicContent(
|