Home
last modified time | relevance | path

Searched refs:isNeedToPlaySound (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h547 * @param isNeedToPlaySound Indicates whether need to play sound.
552 void ShowReminder(const sptr<ReminderRequest> &reminder, const bool &isNeedToPlaySound,
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1062 void ReminderDataManager::ShowReminder(const sptr<ReminderRequest> &reminder, const bool &isNeedToPlaySound, in ShowReminder() argument
1066 static_cast<int32_t>(isNeedToPlaySound), reminder->Dump().c_str()); in ShowReminder()
1087 bool toPlaySound = isNeedToPlaySound && ShouldAlert(reminder) ? true : false; in ShowReminder()

Completed in 6 milliseconds