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:GetNowTime
(Results
1 - 9
of
9
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/test/testutil/
H
A
D
ressched_test.cpp
64
static int64_t
GetNowTime
()
in GetNowTime()
function
125
int64_t startTime =
GetNowTime
();
in RequestTest()
127
while (count < requestCount &&
GetNowTime
() -startTime < requestTime) {
in RequestTest()
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/include/
H
A
D
util.h
29
int64_t
GetNowTime
();
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H
A
D
medialibrary_subscriber.h
79
int64_t
GetNowTime
();
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H
A
D
playlist_downloader.cpp
83
retryStartTime_ = request->
GetNowTime
();
in DoOpen()
85
int64_t nowTime = request->
GetNowTime
();
in DoOpen()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_subscriber.cpp
358
int64_t MedialibrarySubscriber::
GetNowTime
()
in GetNowTime()
function in OHOS::Media::MedialibrarySubscriber
369
lockTime_ =
GetNowTime
();
in Init()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H
A
D
downloader.h
113
int64_t
GetNowTime
();
H
A
D
downloader.cpp
197
int64_t DownloadRequest::
GetNowTime
()
in GetNowTime()
function in OHOS::Media::Plugins::HttpPlugin::DownloadRequest
502
currentRequest_->downloadStartTime_ = currentRequest_->
GetNowTime
();
in BeginDownload()
590
currentRequest_->downloadDoneTime_ = currentRequest_->
GetNowTime
();
in HandlePlayingFinish()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H
A
D
lnn_heartbeat_medium_mgr.c
589
static uint64_t
GetNowTime
()
in GetNowTime()
function
924
uint64_t nowTime =
GetNowTime
();
in HbNotifyReceiveDevice()
/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H
A
D
hb_medium_mgr_test.cpp
841
uint64_t nowTime =
GetNowTime
();
in HWTEST_F()
Completed in 9 milliseconds