Home
last modified time | relevance | path

Searched refs:reminType (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_test.cpp179 NotificationConstant::RemindType reminType = NotificationConstant::RemindType::NONE; variable
182 rrc->SetRemindType(reminType);
183 EXPECT_EQ(rrc->GetRemindType(), reminType);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification.h257 void SetRemindType(const NotificationConstant::RemindType &reminType);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification.cpp463 void Notification::SetRemindType(const NotificationConstant::RemindType &reminType) in SetRemindType() argument
465 remindType_ = reminType; in SetRemindType()