Home
last modified time | relevance | path

Searched defs:contentResult (Results 1 - 8 of 8) sorted by relevance

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_liveview.cpp39 napi_value contentResult = nullptr; in GetNotificationLocalLiveViewContent() local
222 napi_value NotificationNapi::GetNotificationLocalLiveViewProgress(const napi_env &env, const napi_value &contentResult, in GetNotificationLocalLiveViewProgress() argument
67 GetNotificationLocalLiveViewCapsule( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLocalLiveViewContent> content) GetNotificationLocalLiveViewCapsule() argument
141 GetNotificationLocalLiveViewButton( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLocalLiveViewContent> content) GetNotificationLocalLiveViewButton() argument
288 GetNotificationLocalLiveViewTime(const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLocalLiveViewContent> content) GetNotificationLocalLiveViewTime() argument
368 GetNotificationLocalLiveViewContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLocalLiveViewContent> content) GetNotificationLocalLiveViewContentDetailed() argument
433 napi_value contentResult = AppExecFwk::GetPropertyValueByPropertyName(env, result, "liveView", napi_object); GetNotificationLiveViewContent() local
449 GetNotificationLiveViewContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<NotificationLiveViewContent> &liveViewContent) GetNotificationLiveViewContentDetailed() argument
[all...]
H A Dnotification_napi_convert_content.cpp124 napi_value contentResult = nullptr; in GetNotificationBasicContent() local
148 GetNotificationBasicContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<NotificationBasicContent> basicContent) GetNotificationBasicContentDetailed() argument
208 napi_value contentResult = nullptr; GetNotificationLongTextContent() local
235 GetNotificationLongTextContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent) GetNotificationLongTextContentDetailed() argument
321 napi_value contentResult = nullptr; GetNotificationPictureContent() local
347 GetNotificationPictureContentDetailed(const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationPictureContent> &pictureContent) GetNotificationPictureContentDetailed() argument
429 napi_value contentResult = nullptr; GetNotificationConversationalContent() local
469 GetNotificationConversationalContentByUser( const napi_env &env, const napi_value &contentResult, MessageUser &user) GetNotificationConversationalContentByUser() argument
656 GetNotificationConversationalContentTitle( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) GetNotificationConversationalContentTitle() argument
686 GetNotificationConversationalContentGroup( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) GetNotificationConversationalContentGroup() argument
715 GetNotificationConversationalContentMessages( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) GetNotificationConversationalContentMessages() argument
906 napi_value contentResult = nullptr; GetNotificationMultiLineContent() local
1026 GetLockScreenPicture( const napi_env &env, const napi_value &contentResult, std::shared_ptr<NotificationBasicContent> basicContent) GetLockScreenPicture() argument
[all...]
H A Dnotification_napi.cpp392 napi_value contentResult = nullptr; in GetNotificationContentType() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp72 napi_value contentResult = nullptr; in SetNotificationContentDetailed() local
512 napi_value contentResult = nullptr; GetNotificationBasicContent() local
541 GetNotificationBasicContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<NotificationBasicContent> basicContent) GetNotificationBasicContentDetailed() argument
601 napi_value contentResult = nullptr; GetNotificationLongTextContent() local
633 GetNotificationLongTextContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent) GetNotificationLongTextContentDetailed() argument
719 napi_value contentResult = nullptr; GetNotificationPictureContent() local
749 GetNotificationPictureContentDetailed(const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationPictureContent> &pictureContent) GetNotificationPictureContentDetailed() argument
831 napi_value contentResult = nullptr; GetNotificationConversationalContent() local
876 GetNotificationConversationalContentByUser( const napi_env &env, const napi_value &contentResult, MessageUser &user) GetNotificationConversationalContentByUser() argument
1060 GetNotificationConversationalContentTitle( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) GetNotificationConversationalContentTitle() argument
1090 GetNotificationConversationalContentGroup( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) GetNotificationConversationalContentGroup() argument
1119 GetNotificationConversationalContentMessages( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) GetNotificationConversationalContentMessages() argument
1306 napi_value contentResult = nullptr; GetNotificationMultiLineContent() local
1431 GetLockScreenPicture( const napi_env &env, const napi_value &contentResult, std::shared_ptr<NotificationBasicContent> basicContent) GetLockScreenPicture() argument
[all...]
H A Dcommon_convert_liveview.cpp390 napi_value contentResult = nullptr; in GetNotificationLocalLiveViewContent() local
671 napi_value Common::GetNotificationLocalLiveViewProgress(const napi_env &env, const napi_value &contentResult, in GetNotificationLocalLiveViewProgress() argument
423 GetNotificationLocalLiveViewCapsule( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLocalLiveViewContent> content) GetNotificationLocalLiveViewCapsule() argument
562 GetNotificationLocalLiveViewButton( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLocalLiveViewContent> content) GetNotificationLocalLiveViewButton() argument
737 GetNotificationLocalLiveViewTime(const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLocalLiveViewContent> content) GetNotificationLocalLiveViewTime() argument
817 GetNotificationLocalLiveViewContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLocalLiveViewContent> content) GetNotificationLocalLiveViewContentDetailed() argument
882 napi_value contentResult = AppExecFwk::GetPropertyValueByPropertyName(env, result, "liveView", napi_object); GetNotificationLiveViewContent() local
903 GetNotificationLiveViewContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<NotificationLiveViewContent> &liveViewContent) GetNotificationLiveViewContentDetailed() argument
[all...]
H A Dcommon.cpp663 napi_value contentResult = nullptr; in GetNotificationContentType() local
H A Dcommon_convert_request.cpp295 napi_value contentResult = nullptr; in SetNotificationRequestByCustom() local
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp226 bool GetNotificationBasicContentDetailed(CNotificationBasicContent* contentResult, in GetNotificationBasicContentDetailed() argument
266 bool GetNotificationBasicContent(CNotificationBasicContent* contentResult, NotificationRequest &request) in GetNotificationBasicContent() argument
281 GetNotificationLongTextContentDetailed( CNotificationLongTextContent* contentResult, std::shared_ptr<NotificationLongTextContent> &longContent) GetNotificationLongTextContentDetailed() argument
330 GetNotificationLongTextContent( CNotificationLongTextContent* contentResult, NotificationRequest &request) GetNotificationLongTextContent() argument
348 GetNotificationPictureContentDetailed( CNotificationPictureContent* contentResult, std::shared_ptr<NotificationPictureContent> &pictureContent) GetNotificationPictureContentDetailed() argument
394 GetNotificationPictureContent( CNotificationPictureContent* contentResult, NotificationRequest &request) GetNotificationPictureContent() argument
432 GetNotificationMultiLineContent( CNotificationMultiLineContent* contentResult, NotificationRequest &request) GetNotificationMultiLineContent() argument
483 GetNotificationLocalLiveViewCapsule(CNotificationSystemLiveViewContent* contentResult, std::shared_ptr<NotificationLocalLiveViewContent> &content) GetNotificationLocalLiveViewCapsule() argument
514 GetNotificationLocalLiveViewButton(CNotificationSystemLiveViewContent* contentResult, std::shared_ptr<NotificationLocalLiveViewContent> &content) GetNotificationLocalLiveViewButton() argument
549 GetNotificationLocalLiveViewProgress(CNotificationSystemLiveViewContent* contentResult, std::shared_ptr<NotificationLocalLiveViewContent> &content) GetNotificationLocalLiveViewProgress() argument
566 GetNotificationLocalLiveViewTime(CNotificationSystemLiveViewContent* contentResult, std::shared_ptr<NotificationLocalLiveViewContent> &content) GetNotificationLocalLiveViewTime() argument
585 GetNotificationLocalLiveViewContentDetailed(CNotificationSystemLiveViewContent* contentResult, std::shared_ptr<NotificationLocalLiveViewContent> &content) GetNotificationLocalLiveViewContentDetailed() argument
629 GetNotificationLocalLiveViewContent(CNotificationSystemLiveViewContent* contentResult, NotificationRequest &request) GetNotificationLocalLiveViewContent() argument
[all...]

Completed in 13 milliseconds