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:timestamp1
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/unittest/
H
A
D
softbus_time_test.cpp
88
uint64_t
timestamp1
= 946656000000;
in HWTEST_F()
local
89
const char *formated1 = SoftBusFormatTimestamp(
timestamp1
);
in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
buffer_queue_consumer_test.cpp
225
GraphicPresentTimestamp
timestamp1
;
in HWTEST_F()
local
250
ASSERT_EQ(consumer->SetPresentTimestamp(0,
timestamp1
), OHOS::GSERROR_INVALID_ARGUMENTS);
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_relational_get_data_test.cpp
349
Timestamp
timestamp1
= 0;
in HWTEST_F()
local
350
EXPECT_EQ(GetLogData(insertKey, flag,
timestamp1
), E_OK);
in HWTEST_F()
352
EXPECT_NE(
timestamp1
, 0ULL);
in HWTEST_F()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H
A
D
audio_renderer_unit_test.cpp
2797
Timestamp
timestamp1
;
in HWTEST()
local
2798
audioRenderer->GetAudioTime(
timestamp1
, Timestamp::Timestampbase::MONOTONIC);
in HWTEST()
2816
int64_t duration = (timestamp2.time.tv_sec -
timestamp1
.time.tv_sec) * 1000000 + (timestamp2.time.tv_nsec -
in HWTEST()
2817
timestamp1
.time.tv_nsec) / VALUE_THOUSAND; // ns -> us
in HWTEST()
6729
Timestamp
timestamp1
;
in HWTEST()
local
6730
audioRenderer->GetAudioPosition(
timestamp1
, Timestamp::Timestampbase::MONOTONIC);
in HWTEST()
6748
int64_t duration = (timestamp2.time.tv_sec -
timestamp1
.time.tv_sec) * 1000000 + (timestamp2.time.tv_nsec -
in HWTEST()
6749
timestamp1
.time.tv_nsec) / VALUE_THOUSAND; // ns -> us
in HWTEST()
Completed in 20 milliseconds