Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dlive_publish_process.h30 bool CheckLocalLiveViewSubscribed(
H A Dadvanced_notification_service.h1339 bool CheckLocalLiveViewSubscribed(const sptr<NotificationRequest> &request);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/advanced_notification_publish/
H A Dlive_publish_process.cpp99 bool LivePublishProcess::CheckLocalLiveViewSubscribed( in CheckLocalLiveViewSubscribed() function in OHOS::Notification::LivePublishProcess
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp664 …!LivePublishProcess::GetInstance()->CheckLocalLiveViewSubscribed(record->request, isUpdateByOwner,… in PublishPreparedNotification()