Home
last modified time | relevance | path

Searched refs:SetAlertOneTime (Results 1 – 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp30 request.SetAlertOneTime(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp30 request.SetAlertOneTime(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h414 void SetAlertOneTime(bool isAlertOnce);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_request.cpp1317 request.SetAlertOneTime(isAlertOnce); in GetNotificationIsAlertOnce()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp242 void NotificationRequest::SetAlertOneTime(bool isAlertOnce) in SetAlertOneTime() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp1002 req.SetAlertOneTime(false);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp691 req->SetAlertOneTime(true);