Home
last modified time | relevance | path

Searched refs:EnableBypassDnd (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp97 slot.EnableBypassDnd(true);
143 slot.EnableBypassDnd(true);
189 slot.EnableBypassDnd(true);
234 slot.EnableBypassDnd(true);
281 slot.EnableBypassDnd(true);
397 slot.EnableBypassDnd(true);
H A Dans_innerkits_module_publish_test.cpp1194 slot.EnableBypassDnd(true);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
H A Dnotificationslot_fuzzer.cpp43 notificationSlot.EnableBypassDnd(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h269 void EnableBypassDnd(bool isBypassDnd);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp245 void NotificationSlot::EnableBypassDnd(bool isBypassDnd) in EnableBypassDnd() function in OHOS::Notification::NotificationSlot
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp567 slot.EnableBypassDnd(bypassDnd); in GetNotificationSlotByBool()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp836 slot.EnableBypassDnd(bypassDnd); in GetNotificationSlotByBool()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1447 slot->EnableBypassDnd(enable); in ParseSlotEnableBypassDnd()