Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp40 static bool GetNotificationBasicContentDetailed( in GetNotificationBasicContentDetailed() function
88 if (!GetNotificationBasicContentDetailed(tempContent.get(), longContent)) { in GetNotificationLongTextContentDetailed()
138 if (!GetNotificationBasicContentDetailed(tempContent.get(), pictureContent)) { in GetNotificationPictureContentDetailed()
185 if (!GetNotificationBasicContentDetailed(contentResult, normalContent)) { in GetNotificationBasicContent()
266 if (!GetNotificationBasicContentDetailed(tempContent.get(), multiLineContent)) { in GetNotificationMultiLineContent()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp139 if (GetNotificationBasicContentDetailed(env, contentResult, normalContent) == nullptr) { in GetNotificationBasicContent()
148 napi_value NotificationNapi::GetNotificationBasicContentDetailed( in GetNotificationBasicContentDetailed() function in OHOS::Location::NotificationNapi
248 if (GetNotificationBasicContentDetailed(env, contentResult, longContent) == nullptr) { in GetNotificationLongTextContentDetailed()
358 if (GetNotificationBasicContentDetailed(env, contentResult, pictureContent) == nullptr) { in GetNotificationPictureContentDetailed()
451 if (GetNotificationBasicContentDetailed(env, contentResult, conversationalContent) == nullptr) { in GetNotificationConversationalContent()
926 if (GetNotificationBasicContentDetailed(env, contentResult, multiLineContent) == nullptr) { in GetNotificationMultiLineContent()
H A Dnotification_napi_convert_liveview.cpp380 if (GetNotificationBasicContentDetailed(env, contentResult, content) == nullptr) { in GetNotificationLocalLiveViewContentDetailed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp532 if (GetNotificationBasicContentDetailed(env, contentResult, normalContent) == nullptr) { in GetNotificationBasicContent()
541 napi_value Common::GetNotificationBasicContentDetailed( in GetNotificationBasicContentDetailed() function in OHOS::NotificationNapi::Common
647 if (GetNotificationBasicContentDetailed(env, contentResult, longContent) == nullptr) { in GetNotificationLongTextContentDetailed()
761 if (GetNotificationBasicContentDetailed(env, contentResult, pictureContent) == nullptr) { in GetNotificationPictureContentDetailed()
859 if (GetNotificationBasicContentDetailed(env, contentResult, conversationalContent) == nullptr) { in GetNotificationConversationalContent()
1333 if (GetNotificationBasicContentDetailed(env, contentResult, multiLineContent) == nullptr) { in GetNotificationMultiLineContent()
H A Dcommon_convert_liveview.cpp829 if (GetNotificationBasicContentDetailed(env, contentResult, content) == nullptr) { in GetNotificationLocalLiveViewContentDetailed()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h836 static napi_value GetNotificationBasicContentDetailed(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1226 static napi_value GetNotificationBasicContentDetailed(