/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_content.cpp | 148 GetNotificationBasicContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<NotificationBasicContent> basicContent) GetNotificationBasicContentDetailed() argument 1026 GetLockScreenPicture( const napi_env &env, const napi_value &contentResult, std::shared_ptr<NotificationBasicContent> basicContent) GetLockScreenPicture() argument
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 66 std::shared_ptr<NotificationBasicContent> basicContent = content->GetNotificationContent(); in SetNotificationContentDetailed() local 135 SetNotificationBasicContent( const napi_env &env, const NotificationBasicContent *basicContent, napi_value &result) SetNotificationBasicContent() argument 161 SetNotificationLongTextContent( const napi_env &env, NotificationBasicContent *basicContent, napi_value &result) SetNotificationLongTextContent() argument 198 SetNotificationPictureContent( const napi_env &env, NotificationBasicContent *basicContent, napi_value &result) SetNotificationPictureContent() argument 244 SetNotificationConversationalContent(const napi_env &env, NotificationBasicContent *basicContent, napi_value &result) SetNotificationConversationalContent() argument 293 SetNotificationMultiLineContent( const napi_env &env, NotificationBasicContent *basicContent, napi_value &result) SetNotificationMultiLineContent() argument 541 GetNotificationBasicContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<NotificationBasicContent> basicContent) GetNotificationBasicContentDetailed() argument 1431 GetLockScreenPicture( const napi_env &env, const napi_value &contentResult, std::shared_ptr<NotificationBasicContent> basicContent) GetLockScreenPicture() argument 1453 SetLockScreenPicture( const napi_env &env, const NotificationBasicContent *basicContent, napi_value &result) SetLockScreenPicture() argument [all...] |
H A D | common_convert_liveview.cpp | 34 SetNotificationLocalLiveViewContent( const napi_env &env, NotificationBasicContent *basicContent, napi_value &result) SetNotificationLocalLiveViewContent() argument 300 SetNotificationLiveViewContent( const napi_env &env, NotificationBasicContent *basicContent, napi_value &result) SetNotificationLiveViewContent() argument
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 435 auto basicContent = std::make_shared<NotificationBasicContent>();
in HWTEST_F() local
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 226 GetNotificationBasicContentDetailed(CNotificationBasicContent* contentResult, std::shared_ptr<NotificationBasicContent> basicContent) GetNotificationBasicContentDetailed() argument 1048 SetNotificationBasicContent( const NotificationBasicContent *basicContent, CNotificationBasicContent* normal) SetNotificationBasicContent() argument 1101 SetNotificationLongTextContent( NotificationBasicContent *basicContent, CNotificationLongTextContent* longText) SetNotificationLongTextContent() argument 1166 SetNotificationPictureContent(NotificationBasicContent *basicContent, CNotificationPictureContent* picture) SetNotificationPictureContent() argument 1242 SetNotificationMultiLineContent( NotificationBasicContent *basicContent, CNotificationMultiLineContent* multiLine) SetNotificationMultiLineContent() argument 1414 SetNotificationLocalLiveViewContent(NotificationBasicContent *basicContent, CNotificationSystemLiveViewContent* systemLiveView) SetNotificationLocalLiveViewContent() argument 1466 std::shared_ptr<NotificationBasicContent> basicContent = content->GetNotificationContent(); SetNotificationContentDetailed() local [all...] |
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_request.cpp | 383 auto basicContent = notificationContent_->GetNotificationContent(); in IsColorEnabled() local 2691 auto basicContent = GetContent()->GetNotificationContent(); in CheckImageSizeForContent() local
|