Home
last modified time | relevance | path

Searched refs:NOTIFICATION_CONTENT_PICTURE (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h30 NOTIFICATION_CONTENT_PICTURE, member in OHOS::NotificationNapi::ContentType
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp33 case ContentType::NOTIFICATION_CONTENT_PICTURE: in ContentTypeJSToC()
65 outType = ContentType::NOTIFICATION_CONTENT_PICTURE; in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp62 inType = NotificationNapi::ContentType::NOTIFICATION_CONTENT_PICTURE; in HWTEST_F()
97 EXPECT_EQ(outType, NotificationNapi::ContentType::NOTIFICATION_CONTENT_PICTURE); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h135 NOTIFICATION_CONTENT_PICTURE, member in ContentType
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp198 env, obj, (int32_t)ContentType::NOTIFICATION_CONTENT_PICTURE, "NOTIFICATION_CONTENT_PICTURE"); in ContentTypeInit()
H A Dcommon_convert_content.cpp40 case ContentType::NOTIFICATION_CONTENT_PICTURE: // picture?: NotificationPictureContent in GetPropertyNameByContentType()
81 case ContentType::NOTIFICATION_CONTENT_PICTURE: // picture?: NotificationPictureContent in SetNotificationContentDetailed()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp748 case ContentType::NOTIFICATION_CONTENT_PICTURE: in ContentTypeCJToC()
780 outType = ContentType::NOTIFICATION_CONTENT_PICTURE; in ContentTypeCToCJ()
1482 case ContentType::NOTIFICATION_CONTENT_PICTURE: // picture?: NotificationPictureContent in SetNotificationContentDetailed()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp40 case ContentType::NOTIFICATION_CONTENT_PICTURE: // picture?: NotificationPictureContent in GetPropertyNameByContentType()

Completed in 11 milliseconds