Home
last modified time | relevance | path

Searched refs:isLast (Results 1 - 25 of 35) sorted by relevance

12

/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/
H A Dsilence_update_strategy.cpp75 int SilenceUpdateStrategy::OnUpdateCompleteCallback(const int result, bool isLast) in OnUpdateCompleteCallback() argument
77 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
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/
H A Dupdate_engine_controller.cpp205 void UpdateEngineController::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);
/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()
/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Denroll_intell_voice_engine.cpp83 int32_t EnrollIntellVoiceEngine::Start(const bool &isLast) in Start() argument
90 return engine_->Start(isLast); in Start()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_engine.h34 int32_t Start(bool isLast) override;
H A Dupdate_engine.cpp181 int32_t UpdateEngine::Start(bool isLast) in Start() argument
/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/
H A Denroll_intell_voice_engine.h45 int32_t Start(const bool &isLast);
/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.cpp113 int32_t IntellVoiceEngineProxy::Start(bool isLast) in Start() argument
120 data.WriteBool(isLast); in Start()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_engine.cpp164 int32_t EnrollEngine::Start(bool isLast) in Start() argument
184 .isLast = isLast, in Start()
H A Denroll_engine.h35 int32_t Start(bool isLast) override;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/
H A Di_intell_voice_engine.h84 virtual int32_t Start(bool isLast) = 0;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine.h34 int32_t Start(bool isLast) override;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.cpp619 bool isLast = false; in HandleUpdateComplete()
620 UpdateEngineController::UpdateCompleteProc(result, param, isLast); in HandleUpdateComplete()
621 if ((IsEngineExist(INTELL_VOICE_ENROLL)) || (!isLast)) { in HandleUpdateComplete()
622 INTELL_VOICE_LOG_INFO("enroll engine is existed, or is not last:%{public}d", isLast); in HandleUpdateComplete()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface.cpp566 auto isLast = (iter == std::prev(availableBufferList_.end())); in DrawBuffer() local
568 "ReleaseXComponentBuffer[id:%u][sendTimes:%d][isLast:%d]", bufferId, surfaceNode->sendTimes_, isLast); in DrawBuffer()
569 if (--surfaceNode->sendTimes_ <= 0 && !isLast) { in DrawBuffer()
/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_interface_test/
H A Dts_code_emitter_interface_test.cpp1099 bool isLast = true; in HWTEST_F() local
1102 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast); in HWTEST_F()
1123 bool isLast = true; in HWTEST_F() local
1126 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast); in HWTEST_F()
1147 bool isLast = true; in HWTEST_F() local
1150 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast); in HWTEST_F()
1171 bool isLast = true; in HWTEST_F() local
1174 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast); in HWTEST_F()
1195 bool isLast = true; in HWTEST_F() local
1198 tsCodeGen_->EmitInterfaceMethodExportCallback(m, m.retParameter_, isLast); in HWTEST_F()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_store_resultset.cpp41 DECLARE_NAPI_FUNCTION("isLast", JsKVStoreResultSet::IsLast), in Constructor()
234 bool isLast = resultSet->IsLast(); in IsLast() local
236 napi_get_boolean(env, isLast, &ctxt->output); in IsLast()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store_resultset.cpp38 DECLARE_NAPI_FUNCTION("isLast", JsKVStoreResultSet::IsLast), in Constructor()
224 bool isLast = resultSet->IsLast(); in IsLast() local
226 napi_get_boolean(env, isLast, &ctxt->output); in IsLast()
/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.h90 void EmitInterfaceMethodExportCallback(Method& m, const Parameter& para, bool isLast);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.h86 bool isLast = true; member

Completed in 16 milliseconds

12