Searched refs:CreateEngineInst (Results 1 – 3 of 3) sorted by relevance
26 …static sptr<EngineBase> CreateEngineInst(IntellVoiceEngineType type, const std::string ¶m = ""…
28 sptr<EngineBase> EngineFactory::CreateEngineInst(IntellVoiceEngineType type, const std::string &par… in CreateEngineInst() function in OHOS::IntellVoiceEngine::EngineFactory
115 engine = EngineFactory::CreateEngineInst(type, param); in CreateEngineInner()