Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_alarm_test.cpp53 auto rrcB = std::make_shared<ReminderRequestAlarm>(23, 1, daysOfWeek); variable
54 EXPECT_TRUE(rrcB->GetHour() == 23) << "hour should be 23";
78 auto rrcB = std::make_shared<ReminderRequestAlarm>(23, 59, daysOfWeek); variable
79 EXPECT_TRUE(rrcB->GetMinute() == 59) << "minute should be 59";