Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp105 EXPECT_EQ(NotificationConstant::VisiblenessType::PUBLIC, spSlot->GetLockScreenVisibleness());
150 EXPECT_EQ(NotificationConstant::VisiblenessType::PUBLIC, spSlot->GetLockScreenVisibleness());
196 EXPECT_EQ(NotificationConstant::VisiblenessType::SECRET, spSlot->GetLockScreenVisibleness());
241 EXPECT_EQ(NotificationConstant::VisiblenessType::SECRET, spSlot->GetLockScreenVisibleness());
290 EXPECT_EQ(NotificationConstant::VisiblenessType::SECRET, spSlot->GetLockScreenVisibleness());
313 EXPECT_EQ(NotificationConstant::VisiblenessType::PUBLIC, slot.GetLockScreenVisibleness());
330 EXPECT_EQ(NotificationConstant::VisiblenessType::PUBLIC, slot.GetLockScreenVisibleness());
347 EXPECT_EQ(NotificationConstant::VisiblenessType::SECRET, slot.GetLockScreenVisibleness());
364 EXPECT_EQ(NotificationConstant::VisiblenessType::SECRET, slot.GetLockScreenVisibleness());
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_slot_filter.cpp56 record->request->SetVisibleness(record->slot->GetLockScreenVisibleness()); in OnPublish()
Dnotification_preferences_database.cpp824 std::to_string(static_cast<int>(slot->GetLockScreenVisibleness())), values); in GenerateSlotEntry()
/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
Dnotificationslot_fuzzer.cpp38 notificationSlot.GetLockScreenVisibleness(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h175 NotificationConstant::VisiblenessType GetLockScreenVisibleness() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp132 NotificationConstant::VisiblenessType NotificationSlot::GetLockScreenVisibleness() const in GetLockScreenVisibleness() function in OHOS::Notification::NotificationSlot
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp819 int32_t lockScreenVisibleness = (int32_t)slot.GetLockScreenVisibleness(); in SetNotificationSlot()