Searched refs:GetLedLightColor (Results 1 – 11 of 11) sorted by relevance
110 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());
35 record->notification->SetLedLightColor(record->slot->GetLedLightColor()); in OnPublish()
1010 std::to_string(slot->GetLedLightColor()), values); in GenerateSlotEntry()
35 notificationSlot.GetLedLightColor(); in DoSomethingInterestingWithMyAPI()
38 notification.GetLedLightColor(); in DoSomethingInterestingWithMyAPI()
126 int32_t GetLedLightColor() const;
99 int32_t GetLedLightColor() const;
109 int32_t Notification::GetLedLightColor() const in GetLedLightColor() function in OHOS::Notification::Notification
83 int32_t NotificationSlot::GetLedLightColor() const in GetLedLightColor() function in OHOS::Notification::NotificationSlot
74 EXPECT_EQ(rrc->GetLedLightColor(), color);
185 napi_create_int32(env, slot.GetLedLightColor(), &value); in SetNotificationSlot()