Home
last modified time | relevance | path

Searched refs:GetNotificationUserInputHistory (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp52 request.GetNotificationUserInputHistory(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h960 std::vector<std::string> GetNotificationUserInputHistory() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp372 std::vector<std::string> result = notificationRequest.GetNotificationUserInputHistory(); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp612 std::vector<std::string> NotificationRequest::GetNotificationUserInputHistory() const in GetNotificationUserInputHistory() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp224 for (auto str : notificationRequest.GetNotificationUserInputHistory()) { in CheckCaseOneResult()