Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp389 std::string result1 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
394 std::string result2 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
399 std::string result3 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
405 std::string result4 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
424 std::string result3 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
445 std::string result1 = notificationRequest.GetNotificationHashCode(); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp53 request.GetNotificationHashCode(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h970 std::string GetNotificationHashCode() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp617 std::string NotificationRequest::GetNotificationHashCode() const in GetNotificationHashCode() function in OHOS::Notification::NotificationRequest