Home
last modified time | relevance | path

Searched refs:GetCurrTime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/testcase/intell_voice_utils/
H A Dtest_time_util.cpp25 std::string str = TimeUtil::GetCurrTime(format);
30 str = TimeUtil::GetCurrTime(format);
35 str = TimeUtil::GetCurrTime(format);
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Daudio_debug.cpp33 auto path = PCM_DIR + OHOS::IntellVoiceUtils::TimeUtil::GetCurrTime() + suffix+ ".pcm"; in CreateAudioDebugFile()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dtime_util.h54 static std::string GetCurrTime(TimeFormat format = TIME_FORMAT_DEFAULT);
H A Dtime_util.cpp103 string TimeUtil::GetCurrTime(TimeFormat format) in GetCurrTime() function in OHOS::IntellVoiceUtils::TimeUtil