/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/ |
H A D | silence_update_strategy.cpp | 75 int SilenceUpdateStrategy::OnUpdateCompleteCallback(const int result, bool isLast) in OnUpdateCompleteCallback() argument 77 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
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/ |
H A D | update_engine_controller.cpp | 205 void UpdateEngineController::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);
|
/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()
|
/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | enroll_intell_voice_engine.cpp | 83 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 D | update_engine.h | 34 int32_t Start(bool isLast) override;
|
H A D | update_engine.cpp | 181 int32_t UpdateEngine::Start(bool isLast) in Start() argument
|
/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/ |
H A D | enroll_intell_voice_engine.h | 45 int32_t Start(const bool &isLast);
|
/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 | 113 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 D | enroll_engine.cpp | 164 int32_t EnrollEngine::Start(bool isLast) in Start() argument 184 .isLast = isLast, in Start()
|
H A D | enroll_engine.h | 35 int32_t Start(bool isLast) override;
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/ |
H A D | i_intell_voice_engine.h | 84 virtual int32_t Start(bool isLast) = 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;
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_service_manager.cpp | 619 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 D | rosen_render_surface.cpp | 566 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 D | ts_code_emitter_interface_test.cpp | 1099 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 D | js_kv_store_resultset.cpp | 41 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 D | js_kv_store_resultset.cpp | 38 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 D | ts_code_emitter.h | 90 void EmitInterfaceMethodExportCallback(Method& m, const Parameter& para, bool isLast);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | remote_executor.h | 86 bool isLast = true; member
|