Home
last modified time | relevance | path

Searched refs:typeCode_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_notification_analytics_util.cpp75 typeCode_ = typeCode; in TypeCode()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp124 typeCode_ = typeCode; in TypeCode()
190 want.SetParam("typeCode", message.typeCode_); in CommonNotificationEvent()
251 want.SetParam("typeCode", message.typeCode_); in ReportDeleteFailedEvent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_analytics_util.h74 int32_t typeCode_ = -1; variable