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:realTime
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H
A
D
iability_stage_monitor.cpp
56
auto
realTime
= timeoutMs;
in WaitForAbilityStage()
local
59
realTime
= MAX_TIME_OUT;
in WaitForAbilityStage()
65
if (!cvMatch_.wait_for(matchLock, std::chrono::milliseconds(
realTime
), condition)) {
in WaitForAbilityStage()
H
A
D
iability_monitor.cpp
79
auto
realTime
= timeoutMs;
in WaitForAbility()
local
82
realTime
= MAX_TIME_OUT;
in WaitForAbility()
88
if (!cvMatch_.wait_for(matchLock,
realTime
* 1ms, condition)) {
in WaitForAbility()
/foundation/ability/ability_runtime/tools/aa/src/
H
A
D
test_observer.cpp
78
auto
realTime
= timeoutMs > 0 ? timeoutMs : 0;
in WaitForFinish()
local
82
if (
realTime
&& (nowSysTime - startTime >
realTime
)) {
in WaitForFinish()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H
A
D
audio_video_muxer.cpp
80
struct timespec
realTime
;
in SetStartTime()
local
82
clock_gettime(CLOCK_REALTIME, &
realTime
);
in SetStartTime()
84
int64_t realTimeStamp =
realTime
.tv_sec * SEC_TO_MSEC +
realTime
.tv_nsec / MSEC_TO_NSEC;
in SetStartTime()
/foundation/multimedia/av_codec/frameworks/native/avdemuxer/
H
A
D
avdemuxer_impl.cpp
170
int64_t
realTime
= 0;
in SeekToTime()
local
171
return StatusToAVCodecServiceErrCode(mediaDemuxer_->SeekTo(millisecond, mode,
realTime
));
in SeekToTime()
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H
A
D
perf_monitor.h
99
void ConvertRealtimeToSystime(int64_t
realTime
, int64_t& sysTime);
H
A
D
perf_monitor.cpp
68
void ConvertRealtimeToSystime(int64_t
realTime
, int64_t& sysTime)
in ConvertRealtimeToSystime()
argument
76
sysTime = curSysTime - (curRealTime -
realTime
) / NS_TO_MS;
in ConvertRealtimeToSystime()
Completed in 4 milliseconds