Home
last modified time | relevance | path

Searched refs:SetNotificationUserInputHistory (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp51 request.SetNotificationUserInputHistory(text); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
Dnotification_publish_test.cpp74 req_.SetNotificationUserInputHistory(style); in InitTextRequest()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h826 void SetNotificationUserInputHistory(const std::vector<std::string> &text);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp349 notificationRequest.SetNotificationUserInputHistory(text); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp588 req.SetNotificationUserInputHistory(style);
1378 req.SetNotificationUserInputHistory(history);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp533 void NotificationRequest::SetNotificationUserInputHistory(const std::vector<std::string> &text) in SetNotificationUserInputHistory() function in OHOS::Notification::NotificationRequest