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:timeT
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimodalinput/input/service/event_dump/src/
H
A
D
event_statistic.cpp
45
std::time_t
timeT
= std::chrono::system_clock::to_time_t(nowTime);
in ConvertEventToStr()
local
47
std::string handleTime = ConvertTimeToStr(static_cast<int64_t>(
timeT
));
in ConvertEventToStr()
60
std::time_t
timeT
= timestamp;
in ConvertTimeToStr()
local
62
localtime_r(&
timeT
, &tmInfo);
in ConvertTimeToStr()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H
A
D
audio_utils_unit_test.cpp
1419
std::time_t
timeT
= system_clock::to_time_t(system_clock::now());
in GetTimeAddTwoSeconds()
1420
cout << "start time: " <<
timeT
<< endl;
in GetTimeAddTwoSeconds()
1422
timeT
+= twoSec;
in GetTimeAddTwoSeconds()
1423
return
timeT
;
in GetTimeAddTwoSeconds()
1440
std::time_t
timeT
= GetTimeAddTwoSeconds();
in HWTEST()
1444
threads[i] = std::thread(PutHandleThreadDataTime, std::ref(demoDatas[i]), i, system_clock::from_time_t(
timeT
));
in HWTEST()
1506
std::time_t
timeT
= GetTimeAddTwoSeconds();
in HWTEST()
1513
threads[i] = std::thread(PutHandleThreadDataTime, std::ref(demoDatas[i]), i, system_clock::from_time_t(
timeT
));
in HWTEST()
1554
std::time_t
timeT
= GetTimeAddTwoSeconds();
in HWTEST()
1560
std::ref(demoDatas[i]), i, system_clock::from_time_t(
timeT
));
in HWTEST()
1660
std::time_t
timeT
= GetTimeAddTwoSeconds();
HWTEST()
local
1710
std::time_t
timeT
= GetTimeAddTwoSeconds();
HWTEST()
local
[all...]
Completed in 7 milliseconds