Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
H A Dsetprogressbar_fuzzer.cpp45 request.IsGroupOverview(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h682 bool IsGroupOverview() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp433 bool NotificationRequest::IsGroupOverview() const in IsGroupOverview() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp177 EXPECT_EQ(true, notificationRequest.IsGroupOverview()); in OnConsumed()