/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_test.cpp | 54 auto rrc = std::make_shared<ReminderRequestChild>(); variable 66 auto rrc = std::make_shared<ReminderRequestChild>(); variable 79 auto rrc = std::make_shared<ReminderRequestChild>(); variable 93 auto rrc = std::make_shared<ReminderRequestChild>(); variable 108 auto rrc = std::make_shared<ReminderRequestChild>(); variable 120 auto rrc = std::make_shared<ReminderRequestChild>(); variable 133 auto rrc = std::make_shared<ReminderRequestChild>(); variable 146 auto rrc = std::make_shared<ReminderRequestChild>(); variable 159 auto rrc = std::make_shared<ReminderRequestChild>(); variable 172 auto rrc = std::make_shared<ReminderRequestChild>(); variable [all …]
|
D | notification_picture_content_test.cpp | 44 auto rrc = std::make_shared<NotificationPictureContent>(); variable 58 auto rrc = std::make_shared<NotificationPictureContent>(); variable 72 auto rrc = std::make_shared<NotificationPictureContent>(); variable 85 auto rrc = std::make_shared<NotificationPictureContent>(); variable 101 auto rrc = std::make_shared<NotificationPictureContent>(); variable 114 auto rrc = std::make_shared<NotificationPictureContent>(); variable 130 auto rrc = std::make_shared<NotificationPictureContent>(); variable 150 auto rrc = std::make_shared<NotificationPictureContent>(); variable 184 auto rrc = std::make_shared<NotificationPictureContent>(); variable 196 auto rrc = std::make_shared<NotificationPictureContent>(); variable [all …]
|
D | notification_multiline_content_test.cpp | 44 auto rrc = std::make_shared<NotificationMultiLineContent>(); variable 58 auto rrc = std::make_shared<NotificationMultiLineContent>(); variable 72 auto rrc = std::make_shared<NotificationMultiLineContent>(); variable 86 auto rrc = std::make_shared<NotificationMultiLineContent>(); variable 101 auto rrc = std::make_shared<NotificationMultiLineContent>(); variable 115 auto rrc = std::make_shared<NotificationMultiLineContent>(); variable 149 auto rrc = std::make_shared<NotificationMultiLineContent>(); variable 162 auto rrc = std::make_shared<NotificationMultiLineContent>(); variable 183 auto rrc = std::make_shared<NotificationMultiLineContent>(); variable 199 auto rrc = std::make_shared<NotificationMultiLineContent>(); variable [all …]
|
D | notification_test.cpp | 47 auto rrc = std::make_shared<Notification>(request); variable 72 auto rrc = std::make_shared<Notification>(deviceId, request); variable 87 auto rrc = std::make_shared<Notification>(request); variable 101 auto rrc = std::make_shared<Notification>(request); variable 115 auto rrc = std::make_shared<Notification>(request); variable 134 auto rrc = std::make_shared<Notification>(request); variable 150 auto rrc = std::make_shared<Notification>(request); variable 166 auto rrc = std::make_shared<Notification>(request); variable 181 auto rrc = std::make_shared<Notification>(request); variable 200 auto rrc = std::make_shared<Notification>(deviceId, request); variable [all …]
|
D | notification_long_text_content_test.cpp | 44 auto rrc = std::make_shared<NotificationLongTextContent>(); variable 58 auto rrc = std::make_shared<NotificationLongTextContent>(); variable 71 auto rrc = std::make_shared<NotificationLongTextContent>(); variable 86 auto rrc = std::make_shared<NotificationLongTextContent>(); variable 105 auto rrc = std::make_shared<NotificationLongTextContent>(); variable 139 auto rrc = std::make_shared<NotificationLongTextContent>(); variable 151 auto rrc = std::make_shared<NotificationLongTextContent>(); variable 168 auto rrc = std::make_shared<NotificationLongTextContent>(); variable
|
D | notification_flags_test.cpp | 44 auto rrc = std::make_shared<NotificationFlags>(); variable 58 auto rrc = std::make_shared<NotificationFlags>(); variable 71 auto rrc = std::make_shared<NotificationFlags>(); variable 85 auto rrc = std::make_shared<NotificationFlags>(); variable 98 auto rrc = std::make_shared<NotificationFlags>(); variable 113 auto rrc = std::make_shared<NotificationFlags>(); variable 132 auto rrc = std::make_shared<NotificationFlags>(); variable 166 auto rrc = std::make_shared<NotificationFlags>(); variable
|
D | reminder_request_alarm_test.cpp | 50 auto rrc = std::make_shared<ReminderRequestAlarm>(0, 1, daysOfWeek); variable 75 auto rrc = std::make_shared<ReminderRequestAlarm>(0, 0, daysOfWeek); variable 92 auto rrc = std::make_shared<ReminderRequestAlarm>(0, 0, daysOfWeek); variable 107 auto rrc = std::make_shared<ReminderRequestAlarm>(0, 0, daysOfWeek); variable 121 auto rrc = std::make_shared<ReminderRequestAlarm>(0, 0, daysOfWeek); variable 135 auto rrc = std::make_shared<ReminderRequestAlarm>(0, 0, daysOfWeek); variable 150 auto rrc = std::make_shared<ReminderRequestAlarm>(0, 0, daysOfWeek); variable 165 auto rrc = std::make_shared<ReminderRequestAlarm>(0, 1, daysOfWeek); variable 180 auto rrc = std::make_shared<ReminderRequestAlarm>(0, 1, daysOfWeek); variable 202 auto rrc = std::make_shared<ReminderRequestAlarm>(0, 1, daysOfWeek); variable [all …]
|
D | notification_media_content_test.cpp | 44 auto rrc = std::make_shared<NotificationMediaContent>(); variable 58 auto rrc = std::make_shared<NotificationMediaContent>(); variable 71 auto rrc = std::make_shared<NotificationMediaContent>(); variable 87 auto rrc = std::make_shared<NotificationMediaContent>(); variable 101 auto rrc = std::make_shared<NotificationMediaContent>(); variable 135 auto rrc = std::make_shared<NotificationMediaContent>(); variable 149 auto rrc = std::make_shared<NotificationMediaContent>(); variable
|
D | notification_conversational_content_test.cpp | 45 auto rrc = std::make_shared<NotificationConversationalContent>(messageUser); variable 59 auto rrc = std::make_shared<NotificationConversationalContent>(messageUser); variable 76 auto rrc = std::make_shared<NotificationConversationalContent>(messageUser); variable 97 auto rrc = std::make_shared<NotificationConversationalContent>(messageUser); variable 133 auto rrc = std::make_shared<NotificationConversationalContent>(messageUser); variable 146 auto rrc = std::make_shared<NotificationConversationalContent>(messageUser); variable 165 auto rrc = std::make_shared<NotificationConversationalContent>(messageUser); variable 192 auto rrc = std::make_shared<NotificationConversationalContent>(messageUser); variable 206 auto rrc = std::make_shared<NotificationConversationalContent>(messageUser); variable
|
D | notification_template_test.cpp | 44 auto rrc = std::make_shared<NotificationTemplate>(); variable 58 auto rrc = std::make_shared<NotificationTemplate>(); variable 71 auto rrc = std::make_shared<NotificationTemplate>(); variable 85 auto rrc = std::make_shared<NotificationTemplate>(); variable 119 auto rrc = std::make_shared<NotificationTemplate>(); variable 132 auto rrc = std::make_shared<NotificationTemplate>(); variable
|
D | notification_conversational_message_test.cpp | 46 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); variable 66 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); variable 83 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); variable 103 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); variable 120 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); variable 160 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); variable 175 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); variable 194 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); variable 217 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); variable 235 auto rrc = std::make_shared<NotificationConversationalMessage>(); variable [all …]
|
D | reminder_request_timer_test.cpp | 48 auto rrc = std::make_shared<ReminderRequestTimer>(countDownTimeInSeconds); variable 69 auto rrc = std::make_shared<ReminderRequestTimer>(countDownTimeInSeconds); variable 83 auto rrc = std::make_shared<ReminderRequestTimer>(countDownTimeInSeconds); variable 98 auto rrc = std::make_shared<ReminderRequestTimer>(countDownTimeInSeconds); variable 113 auto rrc = std::make_shared<ReminderRequestTimer>(countDownTimeInSeconds); variable
|
D | enabled_notification_callback_data_test.cpp | 46 auto rrc = std::make_shared<EnabledNotificationCallbackData>(bundle, uid, enable); variable 62 auto rrc = std::make_shared<EnabledNotificationCallbackData>(bundle, uid, enable); variable 78 auto rrc = std::make_shared<EnabledNotificationCallbackData>(bundle, uid, enable); variable 95 auto rrc = std::make_shared<EnabledNotificationCallbackData>(bundle, uid, enable); variable 111 auto rrc = std::make_shared<EnabledNotificationCallbackData>(bundle, uid, enable); variable 128 auto rrc = std::make_shared<EnabledNotificationCallbackData>(bundle, uid, enable); variable 149 auto rrc = std::make_shared<EnabledNotificationCallbackData>(bundle, uid, enable); variable
|
D | notification_sorting_map_test.cpp | 45 auto rrc = std::make_shared<NotificationSortingMap>(sortingList); variable 61 auto rrc = std::make_shared<NotificationSortingMap>(sortingList); variable 97 auto rrc = std::make_shared<NotificationSortingMap>(sortingList); variable 114 auto rrc = std::make_shared<NotificationSortingMap>(sortingList); variable 129 auto rrc = std::make_shared<NotificationSortingMap>(sortingList); variable 146 auto rrc = std::make_shared<NotificationSortingMap>(sortingList); variable
|
D | notification_subscribe_info_test.cpp | 45 auto rrc = std::make_shared<NotificationSubscribeInfo>(subscribeInfo); variable 61 auto rrc = std::make_shared<NotificationSubscribeInfo>(subscribeInfo); variable 77 auto rrc = std::make_shared<NotificationSubscribeInfo>(subscribeInfo); variable 92 auto rrc = std::make_shared<NotificationSubscribeInfo>(subscribeInfo); variable 128 auto rrc = std::make_shared<NotificationSubscribeInfo>(subscribeInfo); variable
|
D | notification_user_input_test.cpp | 51 …auto rrc = std::make_shared<NotificationUserInput>(inputKey, tag, options, permitFreeFormInput, pe… variable 66 auto rrc = std::make_shared<NotificationUserInput>(); variable 87 …auto rrc = std::make_shared<NotificationUserInput>(inputKey, tag, options, permitFreeFormInput, pe… variable 105 auto rrc = std::make_shared<NotificationUserInput>(); variable 119 auto rrc = std::make_shared<NotificationUserInput>(); variable 134 auto rrc = std::make_shared<NotificationUserInput>(); variable 153 auto rrc = std::make_shared<NotificationUserInput>(); variable 187 auto rrc = std::make_shared<NotificationUserInput>(); variable 200 auto rrc = std::make_shared<NotificationUserInput>(); variable 221 auto rrc = std::make_shared<NotificationUserInput>(); variable [all …]
|
D | notification_bundle_option_test.cpp | 46 auto rrc = std::make_shared<NotificationBundleOption>(bundleName, uid); variable 62 auto rrc = std::make_shared<NotificationBundleOption>(bundleName, uid); variable 77 auto rrc = std::make_shared<NotificationBundleOption>(bundleName, uid); variable 93 auto rrc = std::make_shared<NotificationBundleOption>(bundleName, uid); variable 131 auto rrc = std::make_shared<NotificationBundleOption>(bundleName, uid); variable
|
D | notification_do_not_disturb_date_test.cpp | 48 auto rrc = std::make_shared<NotificationDoNotDisturbDate>(doNotDisturbType, beginDate, endDate); variable 65 auto rrc = std::make_shared<NotificationDoNotDisturbDate>(doNotDisturbType, beginDate, endDate); variable 82 auto rrc = std::make_shared<NotificationDoNotDisturbDate>(doNotDisturbType, beginDate, endDate); variable 98 auto rrc = std::make_shared<NotificationDoNotDisturbDate>(doNotDisturbType, beginDate, endDate); variable 115 auto rrc = std::make_shared<NotificationDoNotDisturbDate>(doNotDisturbType, beginDate, endDate); variable 154 auto rrc = std::make_shared<NotificationDoNotDisturbDate>(doNotDisturbType, beginDate, endDate); variable
|
D | notification_sorting_test.cpp | 45 auto rrc = std::make_shared<NotificationSorting>(sorting); variable 59 auto rrc = std::make_shared<NotificationSorting>(sorting); variable 97 auto rrc = std::make_shared<NotificationSorting>(sorting); variable 118 auto rrc = std::make_shared<NotificationSorting>(sorting); variable
|
D | notification_action_button_test.cpp | 148 auto rrc = std::make_shared<NotificationActionButton>(); variable 162 auto rrc = std::make_shared<NotificationActionButton>(); variable 177 auto rrc = std::make_shared<NotificationActionButton>(); variable
|
D | reminder_request_calendar_test.cpp | 644 auto rrc = std::make_shared<ReminderRequest>(); variable 690 auto rrc = std::make_shared<ReminderRequest>(); variable 723 auto rrc = std::make_shared<ReminderRequest>(); variable 766 auto rrc = std::make_shared<ReminderRequest>(); variable 805 auto rrc = std::make_shared<ReminderRequest>(); variable
|
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestalarm_fuzzer/ |
D | reminderrequestalarm_fuzzer.cpp | 37 auto rrc = std::make_shared<Notification::ReminderRequestAlarm>(hour, minute, daysOfWeek); in DoSomethingInterestingWithMyAPI() local
|