Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp68 constexpr int32_t OPERATION_TYPE_COMMON_EVENT = 4; variable
132 if (!isSubsystem && !isSystemApp && operationType != OPERATION_TYPE_COMMON_EVENT) { in Publish()