Home
last modified time | relevance | path

Searched refs:isLast (Results 1 – 25 of 63) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/intelligentvoice/
H A D_start_info.md20 | 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 Dupdate_engine_controller.cpp205 …ateEngineController::UpdateCompleteProc(UpdateState result, const std::string &param, bool &isLast) in UpdateCompleteProc() argument
208 isLast = false; in UpdateCompleteProc()
228 isLast = true; in UpdateCompleteProc()
H A Dupdate_engine_controller.h48 void UpdateCompleteProc(UpdateState result, const std::string &param, bool &isLast);
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/
H A Dsilence_update_strategy.cpp70 int SilenceUpdateStrategy::OnUpdateCompleteCallback(const int result, bool isLast) in OnUpdateCompleteCallback() argument
72 if (!isLast || result == 0) { in OnUpdateCompleteCallback()
H A Dsilence_update_strategy.h30 int OnUpdateCompleteCallback(const int result, bool isLast) override;
H A Dupdate_strategy.h31 virtual int OnUpdateCompleteCallback(const int result, bool isLast) = 0;
H A Dclone_update_strategy.h31 int OnUpdateCompleteCallback(const int result, bool isLast) override;
H A Dclone_update_strategy.cpp100 int CloneUpdateStrategy::OnUpdateCompleteCallback(const int result, bool isLast) in OnUpdateCompleteCallback() argument
/ohos5.0/foundation/ai/intelligent_voice_framework/
H A DREADME_zh.md71 |start(isLast: boolean): EnrollIntelligentVoiceEngineCallbackInfo|启动注册。|
140 let isLast = true; // true: 最后一次启动,false: 非最后一次启动,实例为true
141 engine.start(isLast).then((data) => {
H A DREADME.md63 | 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 Dintellvoice_fuzzer.cpp62 bool isLast = false; in EnrollEngineFuzzTest() local
63 enrollEngine->Start(isLast); in EnrollEngineFuzzTest()
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Denroll_intell_voice_engine.cpp71 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 Denroll_engine.cpp159 int32_t EnrollEngine::Start(bool isLast) in Start() argument
174 .isLast = isLast, in Start()
H A Denroll_engine.h35 int32_t Start(bool isLast) override;
/ohos5.0/foundation/ai/intelligent_voice_framework/interfaces/kits/js/
H A D@ohos.ai.intelligentVoice.d.ts965 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 Drosen_render_surface.cpp619 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 Dupdate_engine.h34 int32_t Start(bool isLast) override;
/ohos5.0/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/
H A Denroll_intell_voice_engine.h45 int32_t Start(const bool &isLast);
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dintell_voice_engine_proxy.h35 int32_t Start(bool isLast) override;
H A Dintell_voice_engine_proxy.cpp94 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 Dwakeup_engine.h34 int32_t Start(bool isLast) override;
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/
H A Di_intell_voice_engine.h82 virtual int32_t Start(bool isLast) = 0;
/ohos5.0/drivers/interface/intelligent_voice/engine/v1_0/
H A DIntellVoiceEngineTypes.idl62 boolean isLast;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/intelligent_voice_engine_v1_0/foo/intelligent_voice/engine/v1_0/
H A DIntellVoiceEngineTypes.idl62 boolean isLast;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/intelligent_voice_engine_v1_1/foo/intelligent_voice/engine/v1_0/
H A DIntellVoiceEngineTypes.idl62 boolean isLast;

123