Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/source/
H A Dkws_plugin.cpp361 …int32_t retcode = adapter_->GetInputAddr(handle, MODEL_INPUT_NODE_ID, config.inputAddr, config.inp… in BuildConfig() local
362 if (retcode != RETCODE_SUCCESS) { in BuildConfig()
363 HILOGE("[KWSPlugin]NNIEAdapter GetInputAddr failed with [%d]", retcode); in BuildConfig()
366retcode = adapter_->GetOutputAddr(handle, MODEL_OUTPUT_NODE_ID, config.outputAddr, config.outputSi… in BuildConfig()
367 if (retcode != RETCODE_SUCCESS) { in BuildConfig()
368 HILOGE("[KWSPlugin]NNIEAdapter GetOutputAddr failed with [%d]", retcode); in BuildConfig()
/ohos5.0/build/
H A Dprebuilts_download.py227 out, err, retcode = _run_cmd(skip_ssl_cmd)
228 if retcode != 0:
232 out, err, retcode = _run_cmd(npm_clean_cmd)
233 if retcode != 0:
235 out, err, retcode = _run_cmd(npm_package_lock_cmd)
236 if retcode != 0:
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp86 int32_t retcode = syncFence_->Wait(SURFACE_SYNC_FENCE_TIMEOUT); in ConsumeSurface() local
87 if (retcode == -ETIME) { in ConsumeSurface()
88 …LOGE("%{public}s: Sync fence wait timeout, retcode is %{public}" PRId32, DSCREEN_LOG_TAG, retcode); in ConsumeSurface()
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_file.h70 #define CHECK_RET(ret, expect, retcode, TAG) \ argument
75 return retcode; \
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp343 int32_t retcode = syncFence_->Wait(SURFACE_SYNC_FENCE_TIMEOUT); in ConsumeSurface() local
344 if (retcode == -ETIME) { in ConsumeSurface()
345 DHLOGE("Sync fence wait timeout, retcode is %{public}" PRId32, retcode); in ConsumeSurface()