Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp141 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC); in SetType()
149 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC); in SetType()
157 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::SECRET); in SetType()
164 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC); in SetType()
173 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::SECRET); in SetType()
181 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC); in SetType()
189 SetLockscreenVisibleness(NotificationConstant::VisiblenessType::SECRET); in SetType()
204 void NotificationSlot::SetLockscreenVisibleness(NotificationConstant::VisiblenessType visibleness) in SetLockscreenVisibleness() function in OHOS::Notification::NotificationSlot
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
H A Daddnotificationslot_fuzzer.cpp48 slot.SetLockscreenVisibleness(visiblenessType); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
H A Daddnotificationslots_fuzzer.cpp44 slot.SetLockscreenVisibleness(visiblenessType); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h208 void SetLockscreenVisibleness(NotificationConstant::VisiblenessType visibleness);
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp1951 slot->SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC);
2010 slot->SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC);
2070 slot->SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC);
2527 slot->SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC);
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp629 slot.SetLockscreenVisibleness(NotificationConstant::VisiblenessType(lockscreenVisibility)); in GetNotificationSlotByNumber()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp897 slot.SetLockscreenVisibleness(NotificationConstant::VisiblenessType(lockscreenVisibility)); in GetNotificationSlotByNumber()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1422 slot->SetLockscreenVisibleness(visible); in ParseSlotLockscreenVisibleness()