Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp107 int32_t TriggerModelData::GetModelHandle() const in GetModelHandle() function in OHOS::IntellVoiceTrigger::TriggerModelData
315 auto ret = module_->Start(modelData->GetModelHandle()); in StartRecognition()
338 auto ret = module_->Stop(modelData->GetModelHandle()); in StopRecognition()
391 auto ret = module_->UnloadModel(modelData->GetModelHandle()); in UnloadModel()
430 if (iter.second->GetModelHandle() == modelHandle) { in OnRecognition()
H A Dtrigger_helper.h54 int32_t GetModelHandle() const;