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:milliseconds
(Results
1 - 13
of
13
) sorted by relevance
/foundation/ai/ai_engine/services/common/platform/time/source/
H
A
D
time.cpp
20
void StepSleepMs(uint32_t
milliseconds
)
in StepSleepMs()
argument
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
date_util.cpp
92
auto
milliseconds
= std::chrono::duration_cast<std::chrono::
milliseconds
>(duration).count();
in GetMilliSecondsByDateTime()
local
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H
A
D
time_util.cpp
37
int32_t
milliseconds
= 0;
in ParseToMilliseconds()
local
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H
A
D
exlog.cpp
41
int
milliseconds
= nowMs % 1000;
in ExTime()
local
/foundation/multimedia/drm_framework/services/utils/
H
A
D
drm_dfx_utils.cpp
75
auto
milliseconds
= std::chrono::duration_cast<std::chrono::
milliseconds
>(duration);
in CalculateTimeDiff()
local
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
event_handler_utils.h
64
int64_t
milliseconds
= nanoseconds / NANOSECONDS_PER_ONE_MILLISECOND;
in NanosecondsToTimeout()
local
/foundation/communication/wifi/wifi/base/cRPC/src/
H
A
D
net.c
184
int WaitFdEvent(int fd, unsigned int mask, int
milliseconds
)
in WaitFdEvent()
argument
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H
A
D
softbus_adapter_timer.c
169
uint32_t
milliseconds
= timestamp % MS_PER_SECOND;
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_socket.cpp
31
static timeval GetTimeoutDesc(uint32_t
milliseconds
)
in GetTimeoutDesc()
argument
54
static void SetTimeout(int32_t socket, uint32_t
milliseconds
)
in SetTimeout()
argument
/foundation/multimedia/player_framework/services/utils/include/
H
A
D
task_queue.h
158
TaskResult<T> GetResultWithTimeLimit(uint32_t
milliseconds
)
in GetResultWithTimeLimit()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H
A
D
data_share_service_stub.cpp
347
int64_t
milliseconds
= duration.count();
in OnRemoteRequest()
local
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H
A
D
datashare_stub.cpp
87
int64_t
milliseconds
= duration.count();
in OnRemoteRequest()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_datepicker.cpp
894
auto
milliseconds
= Date::GetMilliSecondsByDateTime(dateTime);
in GetDateObj()
local
900
auto
milliseconds
= std::chrono::duration_cast<std::chrono::
milliseconds
>(duration).count();
in GetDateObj()
local
Completed in 10 milliseconds