Home
last modified time | relevance | path

Searched refs:SetLedLightColor (Results 1 – 13 of 13) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
Dnotification_slot_filter.cpp35 record->notification->SetLedLightColor(record->slot->GetLedLightColor()); in OnPublish()
Dnotification_preferences_database.cpp1161 slot->SetLedLightColor(ledLightColor); in ParseSlotLedLightColor()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp83 slot.SetLedLightColor(0);
129 slot.SetLedLightColor(0);
175 slot.SetLedLightColor(0);
220 slot.SetLedLightColor(0);
267 slot.SetLedLightColor(0);
383 slot.SetLedLightColor(0);
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
Daddnotificationslot_fuzzer.cpp35 slot.SetLedLightColor(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
Daddnotificationslots_fuzzer.cpp34 slot.SetLedLightColor(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h130 void SetLedLightColor(int32_t color);
Dnotification.h252 void SetLedLightColor(const int32_t &color);
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
Dreadfromparcel_fuzzer.cpp55 notification.SetLedLightColor(color); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp72 void NotificationSlot::SetLedLightColor(int32_t color) in SetLedLightColor() function in OHOS::Notification::NotificationSlot
Dnotification.cpp438 void Notification::SetLedLightColor(const int32_t &color) in SetLedLightColor() function in OHOS::Notification::Notification
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_test.cpp73 rrc->SetLedLightColor(color);
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp1890 slot->SetLedLightColor(1);
1949 slot->SetLedLightColor(1);
2008 slot->SetLedLightColor(1);
2067 slot->SetLedLightColor(1);
2127 slot->SetLedLightColor(1);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4140 slot.SetLedLightColor(lightColor); in GetNotificationSlotByNumber()