Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1341 std::string GetAppMessageId() const;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp2655 if (request->IsCommonLiveView() || request->GetAppMessageId().empty()) { in DuplicateMsgControl()
2663 request->GetKey().c_str(), request->GetAppMessageId().c_str()); in DuplicateMsgControl()
2748 want.SetParam("appMessageId", record->request->GetAppMessageId()); in PublishRemoveDuplicateEvent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2676 std::string NotificationRequest::GetAppMessageId() const in GetAppMessageId() function in OHOS::Notification::NotificationRequest