/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/ |
D | matchingskills_fuzzer.cpp | 30 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 36 matchingSkills.HasEntity(stringData); in DoSomethingInterestingWithMyAPI() 38 matchingSkills.RemoveEntity(stringData); in DoSomethingInterestingWithMyAPI() 44 matchingSkills.RemoveEvent(stringData); in DoSomethingInterestingWithMyAPI() 46 matchingSkills.HasEvent(stringData); in DoSomethingInterestingWithMyAPI() 48 matchingSkills.HasScheme(stringData); in DoSomethingInterestingWithMyAPI() 50 matchingSkills.RemoveScheme(stringData); in DoSomethingInterestingWithMyAPI() 54 matchingSkills.MatchEvent(stringData); in DoSomethingInterestingWithMyAPI() 57 permissions.emplace_back(stringData); in DoSomethingInterestingWithMyAPI() 60 matchingSkills.MatchScheme(stringData); in DoSomethingInterestingWithMyAPI() [all …]
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
D | advancednotificationservice_fuzzer.cpp | 33 std::string stringData(data, size); in DoSomethingInterestingWithMyAPI() local 35 advancedNotificationService.Publish(stringData, notification); in DoSomethingInterestingWithMyAPI() 37 advancedNotificationService.Cancel(notificationId, stringData); in DoSomethingInterestingWithMyAPI() 40 advancedNotificationService.CancelAsBundle(notificationId, stringData, userId); in DoSomethingInterestingWithMyAPI() 61 advancedNotificationService.SetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI() 62 advancedNotificationService.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI() 64 advancedNotificationService.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI() 65 advancedNotificationService.PublishAsBundle(notification, stringData); in DoSomethingInterestingWithMyAPI() 72 …advancedNotificationService.RemoveNotification(bundleOption, notificationId, stringData, removeRea… in DoSomethingInterestingWithMyAPI() 74 advancedNotificationService.Delete(stringData, removeReason); in DoSomethingInterestingWithMyAPI() [all …]
|
/base/notification/common_event_service/test/fuzztest/commoneventsubscriber_fuzzer/ |
D | commoneventsubscriber_fuzzer.cpp | 42 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 44 state.emplace_back(stringData); in DoSomethingInterestingWithMyAPI() 50 commonEventData.SetData(stringData); in DoSomethingInterestingWithMyAPI() 54 permissions.emplace_back(stringData); in DoSomethingInterestingWithMyAPI() 58 commonEventPublishInfo.SetBundleName(stringData); in DoSomethingInterestingWithMyAPI() 62 matchingSkills.AddEvent(stringData); in DoSomethingInterestingWithMyAPI() 65 subscribeInfo.SetDeviceId(stringData); in DoSomethingInterestingWithMyAPI() 71 subscriber->SetData(stringData); in DoSomethingInterestingWithMyAPI() 73 subscriber->SetCodeAndData(code, stringData); in DoSomethingInterestingWithMyAPI() 86 return commonEvent.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/ |
D | publishcontinuoustasknotification_fuzzer.cpp | 28 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 37 request.SetClassification(stringData); in DoSomethingInterestingWithMyAPI() 45 contentType->SetText(stringData); in DoSomethingInterestingWithMyAPI() 46 contentType->SetTitle(stringData); in DoSomethingInterestingWithMyAPI() 47 contentType->SetAdditionalText(stringData); in DoSomethingInterestingWithMyAPI() 52 request.SetCreatorBundleName(stringData); in DoSomethingInterestingWithMyAPI() 68 request.SetGroupName(stringData); in DoSomethingInterestingWithMyAPI() 70 request.SetLabel(stringData); in DoSomethingInterestingWithMyAPI() 72 request.SetOwnerBundleName(stringData); in DoSomethingInterestingWithMyAPI() 85 Notification::NotificationHelper::CancelContinuousTaskNotification(stringData, style); in DoSomethingInterestingWithMyAPI() [all …]
|
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/ |
D | notificationlongtextcontent_fuzzer.cpp | 22 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 23 Notification::NotificationLongTextContent notificationLongTextContent(stringData); in DoSomethingInterestingWithMyAPI() 24 notificationLongTextContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI() 26 notificationLongTextContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI() 28 notificationLongTextContent.SetLongText(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/ |
D | commoneventstub_fuzzer.cpp | 28 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 38 EventFwk::CommonEventData eventData(want, code, stringData); in DoSomethingInterestingWithMyAPI() 41 commonEventData.SetData(stringData); in DoSomethingInterestingWithMyAPI() 51 permissions.emplace_back(stringData); in DoSomethingInterestingWithMyAPI() 57 matchingSkills.AddEvent(stringData); in DoSomethingInterestingWithMyAPI() 64 commonEventStub.GetStickyCommonEvent(stringData, commonEventData); in DoSomethingInterestingWithMyAPI() 68 state.emplace_back(stringData); in DoSomethingInterestingWithMyAPI() 69 commonEventStub.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI() 71 commonEventStub.FinishReceiver(commonEventListener, code, stringData, enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/ |
D | publishnotification_fuzzer.cpp | 28 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 37 request.SetClassification(stringData); in DoSomethingInterestingWithMyAPI() 45 contentType->SetText(stringData); in DoSomethingInterestingWithMyAPI() 46 contentType->SetTitle(stringData); in DoSomethingInterestingWithMyAPI() 47 contentType->SetAdditionalText(stringData); in DoSomethingInterestingWithMyAPI() 52 request.SetCreatorBundleName(stringData); in DoSomethingInterestingWithMyAPI() 68 request.SetGroupName(stringData); in DoSomethingInterestingWithMyAPI() 70 request.SetLabel(stringData); in DoSomethingInterestingWithMyAPI() 72 request.SetOwnerBundleName(stringData); in DoSomethingInterestingWithMyAPI() 85 return Notification::NotificationHelper::PublishNotification(stringData, request) == ERR_OK; in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/unsubscribecommonevent_fuzzer/ |
D | unsubscribecommonevent_fuzzer.cpp | 39 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 42 matchingSkills.AddEvent(stringData); in DoSomethingInterestingWithMyAPI() 43 matchingSkills.AddEntity(stringData); in DoSomethingInterestingWithMyAPI() 44 matchingSkills.AddScheme(stringData); in DoSomethingInterestingWithMyAPI() 49 subscribeInfo.SetPermission(stringData); in DoSomethingInterestingWithMyAPI() 50 subscribeInfo.SetDeviceId(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/setnotificationsenabledforallbundles_fuzzer/ |
D | setnotificationsenabledforallbundles_fuzzer.cpp | 27 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 29 Notification::NotificationHelper::SetNotificationsEnabledForAllBundles(stringData, enabled); in DoSomethingInterestingWithMyAPI() 31 … Notification::NotificationHelper::SetNotificationsEnabledForDefaultBundle(stringData, enabled); in DoSomethingInterestingWithMyAPI() 35 bundleOption.SetBundleName(stringData); in DoSomethingInterestingWithMyAPI() 37 …::NotificationHelper::SetNotificationsEnabledForSpecifiedBundle(bundleOption, stringData, enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
D | ansmanagerstubannextwo_fuzzer.cpp | 36 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 38 ansManagerStub.Publish(stringData, notification); in DoSomethingInterestingWithMyAPI() 40 ansManagerStub.Cancel(notificationId, stringData); in DoSomethingInterestingWithMyAPI() 44 ansManagerStub.CancelAsBundle(notificationIds, stringData, userId); in DoSomethingInterestingWithMyAPI() 69 key.emplace_back(stringData); in DoSomethingInterestingWithMyAPI() 71 ansManagerStub.SetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI() 72 ansManagerStub.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI() 74 ansManagerStub.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI() 75 ansManagerStub.PublishAsBundle(notificationer, stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/ |
D | commoneventmanagerservice_fuzzer.cpp | 28 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 39 commonEventData.SetData(stringData); in DoSomethingInterestingWithMyAPI() 48 permissions.emplace_back(stringData); in DoSomethingInterestingWithMyAPI() 55 matchingSkills.AddEvent(stringData); in DoSomethingInterestingWithMyAPI() 60 commonEventManagerService.GetStickyCommonEvent(stringData, commonEventData); in DoSomethingInterestingWithMyAPI() 63 state.emplace_back(stringData); in DoSomethingInterestingWithMyAPI() 64 commonEventManagerService.DumpState(dumpType, stringData, code, state); in DoSomethingInterestingWithMyAPI() 65 commonEventManagerService.FinishReceiver(commonEventListener, code, stringData, enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/ |
D | reminderrequest_fuzzer.cpp | 32 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 41 reminderRequest.SetActionButton(stringData, type); in DoSomethingInterestingWithMyAPI() 42 reminderRequest.SetContent(stringData); in DoSomethingInterestingWithMyAPI() 43 reminderRequest.SetExpiredContent(stringData); in DoSomethingInterestingWithMyAPI() 73 reminderRequest.RecoverInt64FromDb(resultSet, stringData, columnType); in DoSomethingInterestingWithMyAPI() 76 reminderRequest.StringSplit(stringData, stringData); in DoSomethingInterestingWithMyAPI() 77 reminderRequest.RecoverWantAgent(stringData, *data); in DoSomethingInterestingWithMyAPI() 86 reminderRequest.SetSnoozeContent(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/ |
D | notificationmultilinecontent_fuzzer.cpp | 22 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 24 notificationMultiLineContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI() 26 notificationMultiLineContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI() 28 notificationMultiLineContent.AddSingleLine(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/ |
D | getactivenotificationnums_fuzzer.cpp | 29 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 30 Notification::NotificationHelper::SetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI() 32 Notification::NotificationHelper::GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI() 35 … return Notification::NotificationHelper::CanPublishNotificationAsBundle(stringData, enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
D | ansmanagerstubannexthree_fuzzer.cpp | 34 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 36 ansManagerStub.RemoveNotification(bundleOption, notificationId, stringData, removeReason); in DoSomethingInterestingWithMyAPI() 38 ansManagerStub.Delete(stringData, removeReason); in DoSomethingInterestingWithMyAPI() 45 ansManagerStub.SetNotificationsEnabledForSpecialBundle(stringData, bundleOption, allow); in DoSomethingInterestingWithMyAPI() 52 ansManagerStub.CancelGroup(stringData); in DoSomethingInterestingWithMyAPI() 53 ansManagerStub.RemoveGroupByBundle(bundleOption, stringData); in DoSomethingInterestingWithMyAPI() 66 ansManagerStub.CancelContinuousTaskNotification(stringData, removeReason); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/ |
D | notificationannex_fuzzer.cpp | 26 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 29 request->SetClassification(stringData); in DoSomethingInterestingWithMyAPI() 31 Notification::Notification notification(stringData, request); in DoSomethingInterestingWithMyAPI() 34 Uri sound(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationsortingmap_fuzzer/ |
D | notificationsortingmap_fuzzer.cpp | 27 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 29 notificationSortingMap.SetKey(stringData); in DoSomethingInterestingWithMyAPI() 31 notificationSorting.SetKey(stringData); in DoSomethingInterestingWithMyAPI() 32 notificationSortingMap.GetNotificationSorting(stringData, notificationSorting); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
D | ansmanagerstub_fuzzer.cpp | 30 std::string stringData(data, size); in DoSomethingInterestingWithMyAPI() local 107 ansManagerStub.Publish(stringData, notification); in DoSomethingInterestingWithMyAPI() 109 ansManagerStub.Cancel(notificationId, stringData); in DoSomethingInterestingWithMyAPI() 112 ansManagerStub.CancelAsBundle(notificationId, stringData, userId); in DoSomethingInterestingWithMyAPI() 133 ansManagerStub.SetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI() 134 ansManagerStub.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI() 136 ansManagerStub.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI() 137 ansManagerStub.PublishAsBundle(notification, stringData); in DoSomethingInterestingWithMyAPI() 144 ansManagerStub.RemoveNotification(bundleOption, notificationId, stringData, removeReason); in DoSomethingInterestingWithMyAPI() 146 ansManagerStub.Delete(stringData, removeReason); in DoSomethingInterestingWithMyAPI() [all …]
|
/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/ |
D | subscribecommonevent_fuzzer.cpp | 45 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 49 matchingSkills.AddEvent(stringData); in DoSomethingInterestingWithMyAPI() 50 matchingSkills.AddEntity(stringData); in DoSomethingInterestingWithMyAPI() 51 matchingSkills.AddScheme(stringData); in DoSomethingInterestingWithMyAPI() 61 subscribeInfo.SetPermission(stringData); in DoSomethingInterestingWithMyAPI() 62 subscribeInfo.SetDeviceId(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/ |
D | notificationuserinput_fuzzer.cpp | 30 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 31 Notification::NotificationUserInput notificationUserInput(stringData); in DoSomethingInterestingWithMyAPI() 45 notificationUserInput.Create(stringData); in DoSomethingInterestingWithMyAPI() 55 options.emplace_back(stringData); in DoSomethingInterestingWithMyAPI() 59 notificationUserInput.SetPermitMimeTypes(stringData, doPermit); in DoSomethingInterestingWithMyAPI() 62 notificationUserInput.SetTag(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/ |
D | asynccommoneventresult_fuzzer.cpp | 27 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 31 code, stringData, enabled, enabled, nullptr); in DoSomethingInterestingWithMyAPI() 38 result->SetData(stringData); in DoSomethingInterestingWithMyAPI() 42 result->SetCodeAndData(code, stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/ |
D | notificationpicturecontent_fuzzer.cpp | 22 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 24 notificationPictureContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI() 26 notificationPictureContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/reminderstore_fuzzer/ |
D | reminderstore_fuzzer.cpp | 26 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 33 reminderStore.Delete(stringData, oldVersion); in DoSomethingInterestingWithMyAPI() 34 return reminderStore.Delete(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalmessageannex_fuzzer/ |
D | notificationconversationalmessageannex_fuzzer.cpp | 26 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 30 stringData, timestamp, sender); in DoSomethingInterestingWithMyAPI() 33 notificationConversationalMessage.SetData(stringData, uriPtr); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/enablednotificationcallbackdata_fuzzer/ |
D | enablednotificationcallbackdata_fuzzer.cpp | 29 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local 32 …Notification::EnabledNotificationCallbackData enabledNotificationCallbackData(stringData, uid, ena… in DoSomethingInterestingWithMyAPI() 34 enabledNotificationCallbackData.SetBundle(stringData); in DoSomethingInterestingWithMyAPI()
|