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:timeOfZone
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
time_util.cpp
150
TimeOfZone
timeOfZone
(hoursWest);
in GetTimeOfZone()
152
if (HoursWestIsValid(
timeOfZone
.hoursWest_)) {
in GetTimeOfZone()
153
minutesWest = Round(TOTAL_MINUTE_OF_HOUR *
timeOfZone
.hoursWest_);
in GetTimeOfZone()
157
if (!NearEqual(
timeOfZone
.hoursWest_, DEFAULT_HOURS_WEST)) {
in GetTimeOfZone()
158
LOGW("hoursWest [%{public}d] is invalid, use current time zone.",
timeOfZone
.hoursWest_);
in GetTimeOfZone()
160
timeOfZone
.hoursWest_ = minutesWest / TOTAL_MINUTE_OF_HOUR;
in GetTimeOfZone()
166
timeOfZone
.minute_ = (secondsOfToday / TOTAL_SECONDS_OF_MINUTE) % TOTAL_MINUTE_OF_HOUR +
in GetTimeOfZone()
168
timeOfZone
.hour24_ =
in GetTimeOfZone()
169
(secondsOfToday / TOTAL_SECONDS_OF_HOUR) % TWENTY_FOUR_HOUR_BASE +
timeOfZone
.minute_ / TOTAL_MINUTE_OF_HOUR;
in GetTimeOfZone()
170
timeOfZone
in GetTimeOfZone()
193
IsDayTime(const TimeOfZone&
timeOfZone
)
IsDayTime()
argument
[all...]
H
A
D
time_util.h
83
bool IsDayTime(const TimeOfZone&
timeOfZone
);
Completed in 2 milliseconds