Home
last modified time | relevance | path

Searched refs:GetHour (Results 1 - 12 of 12) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_alarm_test.cpp51 EXPECT_TRUE(rrc->GetHour() == 0) << "hour should be 0"; in HWTEST_F()
54 EXPECT_TRUE(rrcB->GetHour() == 23) << "hour should be 23"; in HWTEST_F()
57 EXPECT_TRUE(rrcC->GetHour() == 1) << "hour should be 1"; in HWTEST_F()
60 EXPECT_TRUE(rrcD->GetHour() == 22) << "hour should be 22"; in HWTEST_F()
63 EXPECT_TRUE(rrcE->GetHour() == 12) << "hour should be 12"; in HWTEST_F()
423 EXPECT_EQ(rrc->GetHour(), ret); in HWTEST_F()
H A Dreminder_request_calendar_test.cpp319 EXPECT_TRUE(1 == calendar->GetHour()) << "Set hour error."; in HWTEST_F()
/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/
H A Ddatetimeformat_fuzzer.cpp49 dateTimeFormat.GetHour(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_alarm.h65 uint8_t GetHour() const;
H A Dreminder_request_calendar.h91 inline uint8_t GetHour() const in GetHour() function in OHOS::Notification::ReminderRequestCalendar
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestalarm_fuzzer/
H A Dreminderrequestalarm_fuzzer.cpp56 // test GetHour function in DoSomethingInterestingWithMyAPI()
57 rrc->GetHour(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_alarm.cpp124 uint8_t ReminderRequestAlarm::GetHour() const in GetHour() function in OHOS::Notification::ReminderRequestAlarm
/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h55 std::string GetHour() const;
/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp762 std::string DateTimeFormat::GetHour() const in GetHour() function in OHOS::Global::I18n::DateTimeFormat
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test.cpp164 EXPECT_EQ(dateFormat->GetHour(), "numeric"); in HWTEST_F()
1619 res = formatter->GetHour(); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp429 napi_create_uint32(env, static_cast<uint32_t>(alarm.GetHour()), &value); in ParseReminderAlarm()
465 napi_create_uint32(env, static_cast<uint32_t>(calendar.GetHour()), &value); in ParseReminderCalendar()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp420 hour = alarm->GetHour(); in AppendValuesBucket()

Completed in 13 milliseconds