Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/
H A Di_intell_voice_engine.h60 INTELL_VOICE_ENGINE_SET_CALLBACK = 0, enumerator
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dintell_voice_engine_proxy.cpp35 Remote()->SendRequest(INTELL_VOICE_ENGINE_SET_CALLBACK, data, reply, option); in SetCallback()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_engine_stub.cpp26 processFuncMap_[INTELL_VOICE_ENGINE_SET_CALLBACK] = [this](MessageParcel &data, in IntellVoiceEngineStub()