Searched refs:CanEnableLight (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 106 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 D | notification_slot_filter.cpp | 33 if (record->slot->CanEnableLight()) { in OnPublish()
|
H A D | notification_preferences_database.cpp | 1006 …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 D | notificationslot_fuzzer.cpp | 31 notificationSlot.CanEnableLight(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 62 bool CanEnableLight() const;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 48 bool NotificationSlot::CanEnableLight() const in CanEnableLight() function in OHOS::Notification::NotificationSlot
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 181 napi_get_boolean(env, slot.CanEnableLight(), &value); in SetNotificationSlot()
|