Home
last modified time | relevance | path

Searched defs:DialogInfo (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_dialog_manager.h73 struct DialogInfo { struct
74 sptr<NotificationBundleOption> bundleOption;
76 sptr<AnsDialogCallback> callback;
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_dialog_manager.cpp31 using DialogInfo = NotificationDialogManager::DialogInfo; typedef