Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog_manager.cpp121 result = OnDialogButtonClicked(bundleName, uid, true); in OnBundleEnabledStatusChanged()
124 result = OnDialogButtonClicked(bundleName, uid, false); in OnBundleEnabledStatusChanged()
228 bool NotificationDialogManager::OnDialogButtonClicked(const std::string& bundleName, const int32_t&… in OnDialogButtonClicked() function in OHOS::Notification::NotificationDialogManager
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_dialog_manager.h124 bool OnDialogButtonClicked(const std::string& bundleName, const int32_t& uid, bool enabled);