Searched refs:GetNotificationBasicContentDetailed (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 40 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 D | notification_napi_convert_content.cpp | 139 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 D | notification_napi_convert_liveview.cpp | 380 if (GetNotificationBasicContentDetailed(env, contentResult, content) == nullptr) { in GetNotificationLocalLiveViewContentDetailed()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 532 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 D | common_convert_liveview.cpp | 829 if (GetNotificationBasicContentDetailed(env, contentResult, content) == nullptr) { in GetNotificationLocalLiveViewContentDetailed()
|
/ohos5.0/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 836 static napi_value GetNotificationBasicContentDetailed(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 1226 static napi_value GetNotificationBasicContentDetailed(
|