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:TimeUtil
(Results
1 - 11
of
11
) sorted by relevance
/foundation/ai/intelligent_voice_framework/utils/
H
A
D
time_util.h
50
class
TimeUtil
{
class
52
TimeUtil
() {}
in TimeUtil()
function in OHOS::IntellVoiceUtils::TimeUtil
53
~
TimeUtil
() {}
in ~TimeUtil()
65
inline void
TimeUtil
::GetTime(timespec &start)
in GetTime()
72
inline uint32_t
TimeUtil
::TimeElapse(const timespec &start)
in TimeElapse()
82
inline void
TimeUtil
::TimeElapse(const timespec &start, const timespec &end)
in TimeElapse()
93
inline long
TimeUtil
::TimeElapseUs(const timespec &start, const timespec &end)
in TimeElapseUs()
H
A
D
time_util.cpp
24
#define LOG_TAG "
TimeUtil
"
79
TimeUtil
::GetTime(timeStart_);
in Reset()
88
TimeUtil
::GetTime(timeEnd);
in TimeElapseUs()
90
return
TimeUtil
::TimeElapseUs(timeStart_, timeEnd);
in TimeElapseUs()
103
string
TimeUtil
::GetCurrTime(TimeFormat format)
in GetCurrTime()
127
string
TimeUtil
::GetCurrTimeUs()
in GetCurrTimeUs()
146
time_t
TimeUtil
::GetFormatTimeToSec(const string &formatTime)
in GetFormatTimeToSec()
159
bool
TimeUtil
::IsFormatTimeExpired(const string &formatTime, int maxKeepTime)
in IsFormatTimeExpired()
174
uint64_t
TimeUtil
::GetCurrentTimeMs()
in GetCurrentTimeMs()
/foundation/ai/intelligent_voice_framework/llt/hdt/testcase/intell_voice_utils/
H
A
D
test_time_util.cpp
25
std::string str =
TimeUtil
::GetCurrTime(format);
30
str =
TimeUtil
::GetCurrTime(format);
35
str =
TimeUtil
::GetCurrTime(format);
/foundation/ability/ability_runtime/utils/global/freeze/src/
H
A
D
freeze_util.cpp
30
auto newEntry =
TimeUtil
::DefaultCurrentTimeStr() + "; " + entry;
in AddLifecycleEvent()
47
auto newEntry =
TimeUtil
::DefaultCurrentTimeStr() + "; " + entry;
in AppendLifecycleEvent()
92
auto newEntry =
TimeUtil
::DefaultCurrentTimeStr() + "; " + entry;
in AddAppLifecycleEvent()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H
A
D
audio_debug.cpp
33
auto path = PCM_DIR + OHOS::IntellVoiceUtils::
TimeUtil
::GetCurrTime() + suffix+ ".pcm";
in CreateAudioDebugFile()
/foundation/ability/ability_runtime/utils/global/time/include/
H
A
D
time_util.h
24
namespace
TimeUtil
{
namespace
72
} // namespace
TimeUtil
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_spawn_client.cpp
82
int64_t startTime = AbilityRuntime::
TimeUtil
::SystemTimeMillisecond();
in OpenConnection()
86
int64_t costTime = AbilityRuntime::
TimeUtil
::SystemTimeMillisecond() - startTime;
in OpenConnection()
478
int64_t startTime = AbilityRuntime::
TimeUtil
::SystemTimeMillisecond();
in StartProcess()
500
int64_t costTime = AbilityRuntime::
TimeUtil
::SystemTimeMillisecond() - startTime;
in StartProcess()
H
A
D
app_mgr_service_inner.cpp
6051
"\nFault time:" + AbilityRuntime::
TimeUtil
::FormatTime("%Y/%m/%d-%H:%M:%S") + "\n";
in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H
A
D
appfreeze_inner.cpp
127
"\nFault time:" + AbilityRuntime::
TimeUtil
::FormatTime("%Y/%m/%d-%H:%M:%S") + "\n";
in AppfreezeHandleOverReportCount()
226
"\nFault time:" + AbilityRuntime::
TimeUtil
::FormatTime("%Y/%m/%d-%H:%M:%S") + "\n";
in ThreadBlock()
/foundation/ability/ability_runtime/services/appdfr/src/
H
A
D
appfreeze_manager.cpp
172
AbilityRuntime::
TimeUtil
::FormatTime("%Y%m%d%H%M%S") + "_" + std::to_string(appInfo.pid) + "_stack";
in AppfreezeHandleWithStack()
183
std::string timeStamp = "\nTimestamp:" + AbilityRuntime::
TimeUtil
::FormatTime("%Y-%m-%d %H:%M:%S") +
in AppfreezeHandleWithStack()
286
AbilityRuntime::
TimeUtil
::FormatTime("%Y%m%d%H%M%S") + "_" + std::to_string(appInfo.pid) + "_binder";
in AcquireStack()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H
A
D
js_ui_ability.cpp
1422
int64_t timeStart = AbilityRuntime::
TimeUtil
::SystemTimeMillisecond();
in CallObjectMethod()
1427
int64_t timeEnd = AbilityRuntime::
TimeUtil
::SystemTimeMillisecond();
in CallObjectMethod()
Completed in 20 milliseconds