Home
last modified time | relevance | path

Searched refs:GetLockScreenVisibleness (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.cpp113 EXPECT_EQ(NotificationConstant::VisiblenessType::PUBLIC, spSlot->GetLockScreenVisibleness());
158 EXPECT_EQ(NotificationConstant::VisiblenessType::PUBLIC, spSlot->GetLockScreenVisibleness());
204 EXPECT_EQ(NotificationConstant::VisiblenessType::SECRET, spSlot->GetLockScreenVisibleness());
249 EXPECT_EQ(NotificationConstant::VisiblenessType::SECRET, spSlot->GetLockScreenVisibleness());
298 EXPECT_EQ(NotificationConstant::VisiblenessType::SECRET, spSlot->GetLockScreenVisibleness());
321 EXPECT_EQ(NotificationConstant::VisiblenessType::PUBLIC, slot.GetLockScreenVisibleness());
338 EXPECT_EQ(NotificationConstant::VisiblenessType::PUBLIC, slot.GetLockScreenVisibleness());
355 EXPECT_EQ(NotificationConstant::VisiblenessType::SECRET, slot.GetLockScreenVisibleness());
372 EXPECT_EQ(NotificationConstant::VisiblenessType::SECRET, slot.GetLockScreenVisibleness());
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_slot_filter.cpp56 record->request->SetVisibleness(record->slot->GetLockScreenVisibleness()); in OnPublish()
H A Dnotification_preferences_database.cpp1012 std::to_string(static_cast<int>(slot->GetLockScreenVisibleness())), values); in GenerateSlotEntry()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
H A Dnotificationslot_fuzzer.cpp38 notificationSlot.GetLockScreenVisibleness(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h200 NotificationConstant::VisiblenessType GetLockScreenVisibleness() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp199 NotificationConstant::VisiblenessType NotificationSlot::GetLockScreenVisibleness() const in GetLockScreenVisibleness() function in OHOS::Notification::NotificationSlot
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp168 int32_t lockScreenVisibleness = static_cast<int32_t>(slot.GetLockScreenVisibleness()); in SetNotificationSlot()