Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
H A Dpublishnotification_fuzzer.cpp30 request.SetAlertOneTime(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H A Dpublishcontinuoustasknotification_fuzzer.cpp30 request.SetAlertOneTime(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h441 void SetAlertOneTime(bool isAlertOnce);
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp574 request.SetAlertOneTime(isAlertOnce); in GetNotificationRequestByBool()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp876 request.SetAlertOneTime(isAlertOnce); in GetNotificationIsAlertOnce()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1149 req->SetAlertOneTime(true);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp1412 request.SetAlertOneTime(isAlertOnce); in GetNotificationIsAlertOnce()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp255 void NotificationRequest::SetAlertOneTime(bool isAlertOnce) in SetAlertOneTime() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp1024 req.SetAlertOneTime(false);