Home
last modified time | relevance | path

Searched refs:GetLedLightColor (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp110 EXPECT_EQ(0, spSlot->GetLedLightColor());
155 EXPECT_EQ(0, spSlot->GetLedLightColor());
201 EXPECT_EQ(0, spSlot->GetLedLightColor());
246 EXPECT_EQ(0, spSlot->GetLedLightColor());
295 EXPECT_EQ(0, spSlot->GetLedLightColor());
/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.cpp1010 std::to_string(slot->GetLedLightColor()), values); in GenerateSlotEntry()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
H A Dnotificationslot_fuzzer.cpp35 notificationSlot.GetLedLightColor(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
H A Dnotification_fuzzer.cpp38 notification.GetLedLightColor(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h126 int32_t GetLedLightColor() const;
H A Dnotification.h99 int32_t GetLedLightColor() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp109 int32_t Notification::GetLedLightColor() const in GetLedLightColor() function in OHOS::Notification::Notification
H A Dnotification_slot.cpp83 int32_t NotificationSlot::GetLedLightColor() const in GetLedLightColor() function in OHOS::Notification::NotificationSlot
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp74 EXPECT_EQ(rrc->GetLedLightColor(), color);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp185 napi_create_int32(env, slot.GetLedLightColor(), &value); in SetNotificationSlot()