/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/intelligentvoice/ |
H A D | _start_info.md | 20 | boolean [isLast](#islast) | 是否最后一次启动引擎。 | 26 ### isLast subsection 29 boolean StartInfo::isLast
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/ |
H A D | update_engine_controller.cpp | 205 …ateEngineController::UpdateCompleteProc(UpdateState result, const std::string ¶m, bool &isLast) in UpdateCompleteProc() argument 208 isLast = false; in UpdateCompleteProc() 228 isLast = true; in UpdateCompleteProc()
|
H A D | update_engine_controller.h | 48 void UpdateCompleteProc(UpdateState result, const std::string ¶m, bool &isLast);
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/ |
H A D | silence_update_strategy.cpp | 70 int SilenceUpdateStrategy::OnUpdateCompleteCallback(const int result, bool isLast) in OnUpdateCompleteCallback() argument 72 if (!isLast || result == 0) { in OnUpdateCompleteCallback()
|
H A D | silence_update_strategy.h | 30 int OnUpdateCompleteCallback(const int result, bool isLast) override;
|
H A D | update_strategy.h | 31 virtual int OnUpdateCompleteCallback(const int result, bool isLast) = 0;
|
H A D | clone_update_strategy.h | 31 int OnUpdateCompleteCallback(const int result, bool isLast) override;
|
H A D | clone_update_strategy.cpp | 100 int CloneUpdateStrategy::OnUpdateCompleteCallback(const int result, bool isLast) in OnUpdateCompleteCallback() argument
|
/ohos5.0/foundation/ai/intelligent_voice_framework/ |
H A D | README_zh.md | 71 |start(isLast: boolean): EnrollIntelligentVoiceEngineCallbackInfo|启动注册。| 140 let isLast = true; // true: 最后一次启动,false: 非最后一次启动,实例为true 141 engine.start(isLast).then((data) => {
|
H A D | README.md | 63 | start(isLast: boolean): EnrollIntelligentVoiceEngineCallbackInfo | Starts enrollment. | 132 let isLast = true; // The value true means that this is the last time to start enrollment, and fals… 133 engine.start(isLast).then((data) => {
|
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/ |
H A D | intellvoice_fuzzer.cpp | 62 bool isLast = false; in EnrollEngineFuzzTest() local 63 enrollEngine->Start(isLast); in EnrollEngineFuzzTest()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | enroll_intell_voice_engine.cpp | 71 int32_t EnrollIntellVoiceEngine::Start(const bool &isLast) in Start() argument 78 return engine_->Start(isLast); in Start()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/ |
H A D | enroll_engine.cpp | 159 int32_t EnrollEngine::Start(bool isLast) in Start() argument 174 .isLast = isLast, in Start()
|
H A D | enroll_engine.h | 35 int32_t Start(bool isLast) override;
|
/ohos5.0/foundation/ai/intelligent_voice_framework/interfaces/kits/js/ |
H A D | @ohos.ai.intelligentVoice.d.ts | 965 enrollForResult(isLast: boolean, callback: AsyncCallback<EnrollCallbackInfo>): void; 977 enrollForResult(isLast: boolean): Promise<EnrollCallbackInfo>;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_surface.cpp | 619 auto isLast = (buffersToDraw_.size() == 1); in DrawBuffer() local 621 …leaseXComponentBuffer[id:%u][sendTimes:%d][isLast:%d]", bufferId, surfaceNode->sendTimes_, isLast); in DrawBuffer() 622 if (--surfaceNode->sendTimes_ <= 0 && !isLast) { in DrawBuffer() 681 auto isLast = buffersToDraw_.empty() ? (buffersToRelease_.size() == 1) : false; in DrawBuffer() local 683 surfaceNode->sendTimes_, isLast); in DrawBuffer() 684 if (--surfaceNode->sendTimes_ <= 0 && !isLast) { in DrawBuffer()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/ |
H A D | update_engine.h | 34 int32_t Start(bool isLast) override;
|
/ohos5.0/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/ |
H A D | enroll_intell_voice_engine.h | 45 int32_t Start(const bool &isLast);
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/ |
H A D | intell_voice_engine_proxy.h | 35 int32_t Start(bool isLast) override;
|
H A D | intell_voice_engine_proxy.cpp | 94 int32_t IntellVoiceEngineProxy::Start(bool isLast) in Start() argument 101 data.WriteBool(isLast); in Start()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/ |
H A D | wakeup_engine.h | 34 int32_t Start(bool isLast) override;
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/ |
H A D | i_intell_voice_engine.h | 82 virtual int32_t Start(bool isLast) = 0;
|
/ohos5.0/drivers/interface/intelligent_voice/engine/v1_0/ |
H A D | IntellVoiceEngineTypes.idl | 62 boolean isLast;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/intelligent_voice_engine_v1_0/foo/intelligent_voice/engine/v1_0/ |
H A D | IntellVoiceEngineTypes.idl | 62 boolean isLast;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/intelligent_voice_engine_v1_1/foo/intelligent_voice/engine/v1_0/ |
H A D | IntellVoiceEngineTypes.idl | 62 boolean isLast;
|