Home
last modified time | relevance | path

Searched refs:SetClassification (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/
Dnotificationannex_fuzzer.cpp29 request->SetClassification(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
Dnotification_fuzzer.cpp29 request->SetClassification(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
Dreadfromparcel_fuzzer.cpp35 request->SetClassification(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp37 request.SetClassification(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp37 request.SetClassification(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h450 void SetClassification(const std::string &classification);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp950 req.SetClassification("classification");
1348 req.SetClassification(NotificationRequest::CLASSIFICATION_ALARM);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp272 void NotificationRequest::SetClassification(const std::string &classification) in SetClassification() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp2091 request.SetClassification(str); in GetNotificationClassification()