Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp99 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC); in SetType()
107 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC); in SetType()
115 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::SECRET); in SetType()
122 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::SECRET); in SetType()
137 void NotificationSlot::SetLockscreenVisibleness(NotificationConstant::VisiblenessType visibleness) in SetLockscreenVisibleness() function in OHOS::Notification::NotificationSlot
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
Daddnotificationslot_fuzzer.cpp45 slot.SetLockscreenVisibleness(visiblenessType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
Daddnotificationslots_fuzzer.cpp44 slot.SetLockscreenVisibleness(visiblenessType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h183 void SetLockscreenVisibleness(NotificationConstant::VisiblenessType visibleness);
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp2007 slot->SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC);
2066 slot->SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC);
2126 slot->SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC);
2571 slot->SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp1171 slot->SetLockscreenVisibleness(visible); in ParseSlotLockscreenVisibleness()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4125 slot.SetLockscreenVisibleness(NotificationConstant::VisiblenessType(lockscreenVisibility)); in GetNotificationSlotByNumber()