Searched refs:GetLockScreenVisibleness (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 | 113 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 D | notification_slot_filter.cpp | 56 record->request->SetVisibleness(record->slot->GetLockScreenVisibleness()); in OnPublish()
|
H A D | notification_preferences_database.cpp | 1012 std::to_string(static_cast<int>(slot->GetLockScreenVisibleness())), values); in GenerateSlotEntry()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/ |
H A D | notificationslot_fuzzer.cpp | 38 notificationSlot.GetLockScreenVisibleness(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 200 NotificationConstant::VisiblenessType GetLockScreenVisibleness() const;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 199 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 D | common.cpp | 168 int32_t lockScreenVisibleness = static_cast<int32_t>(slot.GetLockScreenVisibleness()); in SetNotificationSlot()
|