Searched refs:reminType (Results 1 – 3 of 3) sorted by relevance
179 NotificationConstant::RemindType reminType = NotificationConstant::RemindType::NONE; variable182 rrc->SetRemindType(reminType);183 EXPECT_EQ(rrc->GetRemindType(), reminType);
257 void SetRemindType(const NotificationConstant::RemindType &reminType);
463 void Notification::SetRemindType(const NotificationConstant::RemindType &reminType) in SetRemindType() argument465 remindType_ = reminType; in SetRemindType()