/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/ |
H A D | update_callback_inner.cpp | 24 void UpdateCallbackInner::OnUpdateComplete(int result) in OnUpdateComplete() function in OHOS::IntellVoice::UpdateCallbackInner 31 cb_->OnUpdateComplete(result); in OnUpdateComplete()
|
H A D | update_callback_inner.h | 25 void OnUpdateComplete(int result) override;
|
H A D | intell_voice_update_callback_stub.cpp | 51 OnUpdateComplete(data.ReadInt32()); in OnUpdateCompleteCallback()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/ |
H A D | i_intell_voice_update_callback.h | 28 virtual void OnUpdateComplete(const int result) = 0; 33 virtual void OnUpdateComplete(const int result) = 0;
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/ |
H A D | update_engine.cpp | 70 manager->OnUpdateComplete(updateResult_, param_); in OnCommitEnrollComplete() 167 manager->OnUpdateComplete(UpdateState::UPDATE_STATE_DEFAULT, param); in Detach()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_update_callback_proxy.h | 29 void OnUpdateComplete(const int32_t result) override;
|
H A D | intell_voice_update_callback_proxy.cpp | 25 void IntellVoiceUpdateCallbackProxy::OnUpdateComplete(const int32_t result) in OnUpdateComplete() function in OHOS::IntellVoice::IntellVoiceUpdateCallbackProxy
|
H A D | intell_voice_service_manager.h | 87 using UpdateEngineController::OnUpdateComplete;
|
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | intell_voice_update_callback_napi.h | 48 void OnUpdateComplete(const int result) override;
|
H A D | intell_voice_update_callback_napi.cpp | 65 void IntellVoiceUpdateCallbackNapi::OnUpdateComplete(const int result) in OnUpdateComplete() function in OHOS::IntellVoiceNapi::IntellVoiceUpdateCallbackNapi
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/ |
H A D | update_engine_controller.h | 39 void OnUpdateComplete(UpdateState result, const std::string ¶m);
|
H A D | update_engine_controller.cpp | 200 void UpdateEngineController::OnUpdateComplete(UpdateState result, const std::string ¶m) in OnUpdateComplete() function in OHOS::IntellVoiceEngine::UpdateEngineController
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/ |
H A D | clone_update_strategy.cpp | 107 updateCallback_->OnUpdateComplete(result); in OnUpdateCompleteCallback()
|