Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp79 std::string wantAgentName = reminder->GetWantAgentInfo()->pkgName; in PublishReminder() local
81 if (wantAgentName != msWantAgentName && wantAgentName != "" && msWantAgentName != "") { in PublishReminder()
83 wantAgentName.c_str(), msWantAgentName.c_str()); in PublishReminder()
86 if (wantAgentName != bundle && wantAgentName != "") { in PublishReminder()
88 wantAgentName.c_str()); in PublishReminder()
89 SetAgentNotification(notificationRequest, wantAgentName); in PublishReminder()