Home
last modified time | relevance | path

Searched refs:Int2String (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.h38 static std::string Int2String(int32_t arg);
90 inline std::string StringUtil::Int2String(int32_t arg) in Int2String() function
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dhistory_info_mgr.cpp37 SetValue(KEY_ENROLL_ENGINE_UID, StringUtil::Int2String(uid)); in SetEnrollEngineUid()