Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp91 slot.SetLedLightColor(0);
137 slot.SetLedLightColor(0);
183 slot.SetLedLightColor(0);
228 slot.SetLedLightColor(0);
275 slot.SetLedLightColor(0);
391 slot.SetLedLightColor(0);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_slot_filter.cpp35 record->notification->SetLedLightColor(record->slot->GetLedLightColor()); in OnPublish()
H A Dnotification_preferences_database.cpp1412 slot->SetLedLightColor(ledLightColor); in ParseSlotLedLightColor()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
H A Daddnotificationslot_fuzzer.cpp38 slot.SetLedLightColor(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
H A Daddnotificationslots_fuzzer.cpp34 slot.SetLedLightColor(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
H A Dreadfromparcel_fuzzer.cpp55 notification.SetLedLightColor(color); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h136 void SetLedLightColor(int32_t color);
H A Dnotification.h329 void SetLedLightColor(const int32_t &color);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp501 void Notification::SetLedLightColor(const int32_t &color) in SetLedLightColor() function in OHOS::Notification::Notification
H A Dnotification_slot.cpp88 void NotificationSlot::SetLedLightColor(int32_t color) in SetLedLightColor() function in OHOS::Notification::NotificationSlot
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp73 rrc->SetLedLightColor(color);
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp1834 slot->SetLedLightColor(1);
1893 slot->SetLedLightColor(1);
1952 slot->SetLedLightColor(1);
2011 slot->SetLedLightColor(1);
2071 slot->SetLedLightColor(1);
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp644 slot.SetLedLightColor(lightColor); in GetNotificationSlotByNumber()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp912 slot.SetLedLightColor(lightColor); in GetNotificationSlotByNumber()