Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetHour
(Results
1 - 12
of
12
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_request_alarm_test.cpp
51
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
D
reminder_request_calendar_test.cpp
319
EXPECT_TRUE(1 == calendar->
GetHour
()) << "Set hour error.";
in HWTEST_F()
/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/
H
A
D
datetimeformat_fuzzer.cpp
49
dateTimeFormat.
GetHour
();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request_alarm.h
65
uint8_t
GetHour
() const;
H
A
D
reminder_request_calendar.h
91
inline uint8_t
GetHour
() const
in GetHour()
function in OHOS::Notification::ReminderRequestCalendar
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestalarm_fuzzer/
H
A
D
reminderrequestalarm_fuzzer.cpp
56
// test
GetHour
function
in DoSomethingInterestingWithMyAPI()
57
rrc->
GetHour
();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request_alarm.cpp
124
uint8_t ReminderRequestAlarm::
GetHour
() const
in GetHour()
function in OHOS::Notification::ReminderRequestAlarm
/base/global/i18n/frameworks/intl/include/
H
A
D
date_time_format.h
55
std::string
GetHour
() const;
/base/global/i18n/frameworks/intl/src/
H
A
D
date_time_format.cpp
762
std::string DateTimeFormat::
GetHour
() const
in GetHour()
function in OHOS::Global::I18n::DateTimeFormat
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
intl_test.cpp
164
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
D
publish.cpp
429
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
D
reminder_store_strategy.cpp
420
hour = alarm->
GetHour
();
in AppendValuesBucket()
Completed in 13 milliseconds