Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
Dsetprogressbar_fuzzer.cpp59 request.GetSortingKey(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h689 std::string GetSortingKey() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp446 std::string NotificationRequest::GetSortingKey() const in GetSortingKey() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp358 EXPECT_EQ("sortingkey", notificationRequest.GetSortingKey()); in CheckCaseNineResult()