Home
last modified time | relevance | path

Searched refs:tryCnt (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connect_hub.cpp93 int tryCnt = 0; in Connect() local
96 // sleep move time (1000us * tryCnt) when tryCnt++ in Connect()
97 usleep(1000 * tryCnt); in Connect()
98 ++tryCnt; in Connect()
100 if (tryCnt == 5) { in Connect()
101 ROSEN_LOGD("RSRenderServiceConnectHub::Connect failed, tried %{public}d times.", tryCnt); in Connect()
/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.cpp62 int tryCnt = DESTRUCT_TRY_COUNT; in ~QueueMonitor() local
65 if (--tryCnt < 0) { in ~QueueMonitor()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.cpp122 int tryCnt = 0; in RegisterSensorCallback() local
134 tryCnt++; in RegisterSensorCallback()
136 } while (tryCnt <= tryLimit && (subscribeRet != SENSOR_SUCCESS || setBatchRet != SENSOR_SUCCESS || in RegisterSensorCallback()
138 if (tryCnt <= tryLimit) { in RegisterSensorCallback()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp826 int tryCnt = 0; in ChangeOmxToTargetState() local
828 if (tryCnt++ > 10) { // try up to 10 times in ChangeOmxToTargetState()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp1285 int tryCnt = 0; in ChangeOmxToTargetState() local
1287 if (tryCnt++ > 10) { // try up to 10 times in ChangeOmxToTargetState()

Completed in 8 milliseconds