Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
Dsetprogressbar_fuzzer.cpp45 request.IsGroupOverview(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h642 bool IsGroupOverview() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp415 bool NotificationRequest::IsGroupOverview() const in IsGroupOverview() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp172 EXPECT_EQ(true, notificationRequest.IsGroupOverview()); in OnConsumed()