Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp42 int32_t notificationIds = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
44 ansManagerStub.CancelAsBundle(notificationIds, stringData, userId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp390 int32_t notificationIds = 0; variable
391 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationIds);