Home
last modified time | relevance | path

Searched refs:CanEnableLight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp106 EXPECT_EQ(true, spSlot->CanEnableLight());
151 EXPECT_EQ(true, spSlot->CanEnableLight());
197 EXPECT_EQ(true, spSlot->CanEnableLight());
242 EXPECT_EQ(true, spSlot->CanEnableLight());
290 EXPECT_EQ(true, spSlot->CanEnableLight());
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_slot_filter.cpp33 if (record->slot->CanEnableLight()) { in OnPublish()
H A Dnotification_preferences_database.cpp1006 …otKey(bundleKey, slotType, KEY_SLOT_ENABLE_LIGHT), std::to_string(slot->CanEnableLight()), values); in GenerateSlotEntry()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
H A Dnotificationslot_fuzzer.cpp31 notificationSlot.CanEnableLight(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h62 bool CanEnableLight() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp48 bool NotificationSlot::CanEnableLight() const in CanEnableLight() function in OHOS::Notification::NotificationSlot
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp181 napi_get_boolean(env, slot.CanEnableLight(), &value); in SetNotificationSlot()