Home
last modified time | relevance | path

Searched refs:GetNotificationHashCode (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp367 std::string result1 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
372 std::string result2 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
377 std::string result3 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
383 std::string result4 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
402 std::string result3 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
423 std::string result1 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp53 request.GetNotificationHashCode(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h843 std::string GetNotificationHashCode() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp549 std::string NotificationRequest::GetNotificationHashCode() const in GetNotificationHashCode() function in OHOS::Notification::NotificationRequest