Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp53 request.GetNotificationHashCode(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp373 std::string result1 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
378 std::string result2 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
383 std::string result3 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
389 std::string result4 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
408 std::string result3 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
429 std::string result1 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h923 std::string GetNotificationHashCode() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp594 std::string NotificationRequest::GetNotificationHashCode() const in GetNotificationHashCode() function in OHOS::Notification::NotificationRequest