Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp80 std::string msWantAgentName = reminder->GetMaxScreenWantAgentInfo()->pkgName; in PublishReminder() local
81 if (wantAgentName != msWantAgentName && wantAgentName != "" && msWantAgentName != "") { in PublishReminder()
83 wantAgentName.c_str(), msWantAgentName.c_str()); in PublishReminder()
90 } else if (msWantAgentName != bundle && msWantAgentName != "") { in PublishReminder()
92 msWantAgentName.c_str()); in PublishReminder()
93 SetAgentNotification(notificationRequest, msWantAgentName); in PublishReminder()