Home
last modified time | relevance | path

Searched refs:stringData (Results 1 – 25 of 57) sorted by relevance

123

/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
Dmatchingskills_fuzzer.cpp30 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/
Dadvancednotificationservice_fuzzer.cpp33 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/
Dcommoneventsubscriber_fuzzer.cpp42 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/
Dpublishcontinuoustasknotification_fuzzer.cpp28 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/
Dnotificationlongtextcontent_fuzzer.cpp22 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/
Dcommoneventstub_fuzzer.cpp28 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/
Dpublishnotification_fuzzer.cpp28 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/
Dunsubscribecommonevent_fuzzer.cpp39 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/
Dsetnotificationsenabledforallbundles_fuzzer.cpp27 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/
Dansmanagerstubannextwo_fuzzer.cpp36 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/
Dcommoneventmanagerservice_fuzzer.cpp28 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/
Dreminderrequest_fuzzer.cpp32 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/
Dnotificationmultilinecontent_fuzzer.cpp22 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/
Dgetactivenotificationnums_fuzzer.cpp29 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/
Dansmanagerstubannexthree_fuzzer.cpp34 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/
Dnotificationannex_fuzzer.cpp26 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/
Dnotificationsortingmap_fuzzer.cpp27 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/
Dansmanagerstub_fuzzer.cpp30 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/
Dsubscribecommonevent_fuzzer.cpp45 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/
Dnotificationuserinput_fuzzer.cpp30 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/
Dasynccommoneventresult_fuzzer.cpp27 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/
Dnotificationpicturecontent_fuzzer.cpp22 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/
Dreminderstore_fuzzer.cpp26 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/
Dnotificationconversationalmessageannex_fuzzer.cpp26 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/
Denablednotificationcallbackdata_fuzzer.cpp29 std::string stringData(data); in DoSomethingInterestingWithMyAPI() local
32 …Notification::EnabledNotificationCallbackData enabledNotificationCallbackData(stringData, uid, ena… in DoSomethingInterestingWithMyAPI()
34 enabledNotificationCallbackData.SetBundle(stringData); in DoSomethingInterestingWithMyAPI()

123