Home
last modified time | relevance | path

Searched refs:SetEnableLight (Results 1 – 15 of 15) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
Dnotification_slot_filter.cpp34 record->notification->SetEnableLight(true); in OnPublish()
37 record->notification->SetEnableLight(false); in OnPublish()
Dnotification_preferences_database.cpp1145 slot->SetEnableLight(enableLight); in ParseSlotEnableLight()
Dadvanced_notification_service.cpp414 record->notification->SetEnableLight(false); in AssignToNotificationList()
1948 record->notification->SetEnableLight(false); in PublishContinuousTaskNotification()
3493 record->notification->SetEnableLight(false); in OnDistributedUpdate()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp81 slot.SetEnableLight(true);
127 slot.SetEnableLight(true);
173 slot.SetEnableLight(true);
218 slot.SetEnableLight(true);
264 slot.SetEnableLight(true);
381 slot.SetEnableLight(true);
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
Daddnotificationslot_fuzzer.cpp33 slot.SetEnableLight(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
Dreminderhelper_fuzzer.cpp43 notificationSlot.SetEnableLight(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
Daddnotificationslots_fuzzer.cpp32 slot.SetEnableLight(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h68 void SetEnableLight(bool isLightEnabled);
Dnotification.h250 void SetEnableLight(const bool &enable);
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
Dreadfromparcel_fuzzer.cpp52 notification.SetEnableLight(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp37 void NotificationSlot::SetEnableLight(bool isLightEnabled) in SetEnableLight() function in OHOS::Notification::NotificationSlot
Dnotification.cpp428 void Notification::SetEnableLight(const bool &enable) in SetEnableLight() function in OHOS::Notification::Notification
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_test.cpp395 rrc->SetEnableLight(enable);
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp1887 slot->SetEnableLight(true);
1946 slot->SetEnableLight(true);
2005 slot->SetEnableLight(true);
2064 slot->SetEnableLight(true);
2124 slot->SetEnableLight(true);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4079 slot.SetEnableLight(lightEnabled); in GetNotificationSlotByBool()