Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1197 void AdvancedNotificationService::CancelOnceWantAgent( in CancelOnceWantAgent() function in OHOS::Notification::AdvancedNotificationService
1207 CancelOnceWantAgent(notification->GetNotificationRequestPoint()->GetWantAgent()); in CancelWantAgent()
1210 CancelOnceWantAgent(notification->GetNotificationRequestPoint()->GetRemovalWantAgent()); in CancelWantAgent()
1213 CancelOnceWantAgent(notification->GetNotificationRequestPoint()->GetMaxScreenWantAgent()); in CancelWantAgent()
1217 CancelOnceWantAgent((*it)->GetWantAgent()); in CancelWantAgent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1443 … void CancelOnceWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent);