Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dhistory_info_mgr.cpp26 const std::string KEY_ENROLL_ENGINE_UID = "EnrollEngineUid"; variable
37 SetValue(KEY_ENROLL_ENGINE_UID, StringUtil::Int2String(uid)); in SetEnrollEngineUid()
42 std::string value = GetValue(KEY_ENROLL_ENGINE_UID); in GetEnrollEngineUid()