Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/
H A Dnotificationactionbutton_fuzzer.cpp51 actionButton->IsAutoCreatedReplies(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_action_button.cpp81 actionButton->IsAutoCreatedReplies(), in Create()
175 bool NotificationActionButton::IsAutoCreatedReplies() const in IsAutoCreatedReplies() function in OHOS::Notification::NotificationActionButton
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_action_button.h163 bool IsAutoCreatedReplies() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp297 EXPECT_EQ(true, actionButton->IsAutoCreatedReplies()); in CheckCaseThreeResult()