Home
last modified time | relevance | path

Searched defs:basicContent (Results 1 - 6 of 6) sorted by relevance

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp148 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 Dcommon_convert_content.cpp66 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 Dcommon_convert_liveview.cpp34 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 Dans_manager_proxy_unit_test.cpp435 auto basicContent = std::make_shared<NotificationBasicContent>(); in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp226 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 Dnotification_request.cpp383 auto basicContent = notificationContent_->GetNotificationContent(); in IsColorEnabled() local
2691 auto basicContent = GetContent()->GetNotificationContent(); in CheckImageSizeForContent() local

Completed in 31 milliseconds