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
defs:timeValue
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H
A
D
text_clock_model_ng.h
26
TextClockConfiguration(float timeZoneOffset, bool started, int64_t
timeValue
, bool enabled)
in TextClockConfiguration()
argument
H
A
D
text_clock_pattern.cpp
346
auto
timeValue
= duration_cast_to_millis.count();
in GetCurrentFormatDateTime()
local
823
auto
timeValue
= static_cast<int64_t>(GetMilliseconds() / MICROSECONDS_OF_MILLISECOND);
in BuildContentModifierNode()
local
/foundation/multimedia/player_framework/test/fuzztest/common/
H
A
D
test_recorder.cpp
353
uint64_t
timeValue
= static_cast<uint64_t>(timestamp.tv_sec) * SEC_TO_NS + static_cast<uint64_t>(timestamp.tv_nsec);
in GetPts()
local
/foundation/arkui/ace_engine/frameworks/base/i18n/
H
A
D
localization.cpp
684
std::string Localization::TimeUnitFormat(double
timeValue
, TimeUnitStyle timeStyle, MeasureFormatStyle formatStyle)
in TimeUnitFormat()
argument
/foundation/arkui/ace_engine/frameworks/core/event/
H
A
D
touch_event.cpp
219
int64_t
timeValue
= std::chrono::duration_cast<std::chrono::nanoseconds>(time.time_since_epoch()).count();
in ToJsonValue()
local
246
int64_t
timeValue
= json->GetInt64("ti");
in FromJson()
local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
callbacks.c
461
void FillpSysArchGetCurTime(FillpSysArchTime *
timeValue
)
in FillpSysArchGetCurTime()
argument
467
FILLP_LLONG FillpSysArchTimeToLonglong(FILLP_CONST FillpSysArchTime *
timeValue
)
in FillpSysArchTimeToLonglong()
argument
481
FillpSysArchTime
timeValue
;
in FillpSysAdaptArchGetCurTimeLonglong()
local
614
void FillpSysSleepMs(IN FILLP_UINT
timeValue
) /* In Millseconds */
in FillpSysSleepMs()
argument
619
FILLP_INT FillpSysSleepUs(IN FILLP_UINT
timeValue
) /* I
argument
1260
FillpSysArchTime
timeValue
;
FillpAdaptSysArchSemWaitTimeout()
local
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_predicates_test.cpp
156
void SetTimeValue(time_t
timeValue
)
in SetTimeValue()
argument
284
time_t
timeValue
;
member in AllDataType
434
time_t
timeValue
= RdbStorePredicateTest::DateMakeTime(date);
in BuildAllDataType1()
local
[all...]
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H
A
D
napi_accessibility_utils.cpp
1428
napi_value
timeValue
= nullptr;
in GetKeyValue()
local
Completed in 14 milliseconds