Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_slot_filter.cpp34 record->notification->SetEnableLight(true); in OnPublish()
37 record->notification->SetEnableLight(false); in OnPublish()
H A Dadvanced_notification_utils.cpp1964 record->notification->SetEnableLight(false); in CloseAlert()
H A Dnotification_preferences_database.cpp1396 slot->SetEnableLight(enableLight); in ParseSlotEnableLight()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp89 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 Daddnotificationslot_fuzzer.cpp36 slot.SetEnableLight(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
H A Daddnotificationslots_fuzzer.cpp32 slot.SetEnableLight(*data % ENABLE); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
H A Dreminderhelper_fuzzer.cpp43 notificationSlot.SetEnableLight(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
H A Dreadfromparcel_fuzzer.cpp52 notification.SetEnableLight(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h74 void SetEnableLight(bool isLightEnabled);
H A Dnotification.h327 void SetEnableLight(const bool &enable);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp491 void Notification::SetEnableLight(const bool &enable) in SetEnableLight() function in OHOS::Notification::Notification
H A Dnotification_slot.cpp53 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 Dnotification_test.cpp443 rrc->SetEnableLight(enable);
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp1831 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 Dnotification_napi.cpp582 slot.SetEnableLight(lightEnabled); in GetNotificationSlotByBool()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp851 slot.SetEnableLight(lightEnabled); in GetNotificationSlotByBool()