Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h421 static napi_value SetNotificationBasicContent(
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp877 ret = SetNotificationBasicContent(env, basicContent.get(), contentResult); in SetNotificationContentDetailed()
937 napi_value Common::SetNotificationBasicContent( in SetNotificationBasicContent() function in OHOS::NotificationNapi::Common
979 if (!SetNotificationBasicContent(env, longTextContent, result)) { in SetNotificationLongTextContent()
1015 if (!SetNotificationBasicContent(env, pictureContent, result)) { in SetNotificationPictureContent()
1061 if (!SetNotificationBasicContent(env, conversationalContent, result)) { in SetNotificationConversationalContent()
1110 if (!SetNotificationBasicContent(env, multiLineContent, result)) { in SetNotificationMultiLineContent()