Home
last modified time | relevance | path

Searched defs:notificationContentType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h62 int32_t notificationContentType; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2141 auto notificationContentType = jsonObject.at("notificationContentType").get<int32_t>(); in ConvertJsonToEnum() local