Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
Dnotificationrequest_fuzzer.cpp66 request.IsPermitSystemGeneratedContextualActionButtons(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h351 bool IsPermitSystemGeneratedContextualActionButtons() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp197 bool NotificationRequest::IsPermitSystemGeneratedContextualActionButtons() const in IsPermitSystemGeneratedContextualActionButtons() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp342 EXPECT_EQ(false, notificationRequest.IsPermitSystemGeneratedContextualActionButtons()); in CheckCaseEightResult()