Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp36 const std::string ENABLE_NOTIFICATION_CHANGED = "OnEnabledNotificationChanged"; variable
52 ENABLE_NOTIFICATION_CHANGED, enumerator
786 dataWorker->type = Type::ENABLE_NOTIFICATION_CHANGED; in OnEnabledNotificationChanged()
1014 } else if (type == ENABLE_NOTIFICATION_CHANGED) { in SetCallbackInfo()
1080 case Type::ENABLE_NOTIFICATION_CHANGED: in ThreadSafeCommon()
1270 subscriberInfo.subscriber->SetCallbackInfo(env, ENABLE_NOTIFICATION_CHANGED, result); in GetNotificationSubscriber()