/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_slot_filter.cpp | 34 record->notification->SetEnableLight(true); in OnPublish() 37 record->notification->SetEnableLight(false); in OnPublish()
|
H A D | advanced_notification_utils.cpp | 1964 record->notification->SetEnableLight(false); in CloseAlert()
|
H A D | notification_preferences_database.cpp | 1396 slot->SetEnableLight(enableLight); in ParseSlotEnableLight()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 89 slot.SetEnableLight(true); 135 slot.SetEnableLight(true); 181 slot.SetEnableLight(true); 226 slot.SetEnableLight(true); 272 slot.SetEnableLight(true); 389 slot.SetEnableLight(true);
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/ |
H A D | addnotificationslot_fuzzer.cpp | 36 slot.SetEnableLight(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/ |
H A D | addnotificationslots_fuzzer.cpp | 32 slot.SetEnableLight(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/ |
H A D | reminderhelper_fuzzer.cpp | 43 notificationSlot.SetEnableLight(enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/ |
H A D | readfromparcel_fuzzer.cpp | 52 notification.SetEnableLight(enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 74 void SetEnableLight(bool isLightEnabled);
|
H A D | notification.h | 327 void SetEnableLight(const bool &enable);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification.cpp | 491 void Notification::SetEnableLight(const bool &enable) in SetEnableLight() function in OHOS::Notification::Notification
|
H A D | notification_slot.cpp | 53 void NotificationSlot::SetEnableLight(bool isLightEnabled) in SetEnableLight() function in OHOS::Notification::NotificationSlot
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_test.cpp | 443 rrc->SetEnableLight(enable);
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/ |
H A D | ans_module_test.cpp | 1831 slot->SetEnableLight(true); 1890 slot->SetEnableLight(true); 1949 slot->SetEnableLight(true); 2008 slot->SetEnableLight(true); 2068 slot->SetEnableLight(true);
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 582 slot.SetEnableLight(lightEnabled); in GetNotificationSlotByBool()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 851 slot.SetEnableLight(lightEnabled); in GetNotificationSlotByBool()
|