Home
last modified time | relevance | path

Searched refs:MAX_RETRY_COUNT (Results 1 - 20 of 20) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_mgr_service_event_handler_test/
H A Dapp_mgr_service_event_handler_test.cpp66 const uint32_t MAX_RETRY_COUNT = 1000; in WaitUntilTaskFinished() local
75 if (count >= MAX_RETRY_COUNT) { in WaitUntilTaskFinished()
/foundation/multimodalinput/input/test/facility/libinput_wrapper/src/
H A Dlibinput_wrapper.cpp39 constexpr int32_t MAX_RETRY_COUNT { 5 };
62 for (int32_t i = 0; i < MAX_RETRY_COUNT; i++) {
/foundation/multimodalinput/input/service/libinput_adapter/test/
H A Dlibinput_adapter_test.cpp31 constexpr int32_t MAX_RETRY_COUNT { 5 };
46 for (int32_t i = 0; i < MAX_RETRY_COUNT; i++) {
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_displayname_operation.h176 const int32_t MAX_RETRY_COUNT = 100; in FindDislayName() local
179 if (retryCount++ > MAX_RETRY_COUNT) { in FindDislayName()
180 MEDIA_ERR_LOG("Media_Operation: can not find unique display after retry %{public}d", MAX_RETRY_COUNT); in FindDislayName()
/foundation/ability/ability_runtime/test/unittest/ams_app_death_recipient_test/
H A Dams_app_death_recipient_test.cpp75 const uint32_t MAX_RETRY_COUNT = 1000; in WaitUntilTaskFinished() local
84 if (count >= MAX_RETRY_COUNT) { in WaitUntilTaskFinished()
/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dlibinput_adapter.cpp41 constexpr int32_t MAX_RETRY_COUNT { 5 };
112 for (int32_t i = 0; i < MAX_RETRY_COUNT; i++) {
/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_connection.h38 #define MAX_RETRY_COUNT (2) macro
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/include/
H A Dgeneral_controller_service_impl.h69 static constexpr int MAX_RETRY_COUNT = 3; member in OHOS::DataShare::GeneralControllerServiceImpl
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Drpt_manager_state_machine.cpp29 #define MAX_RETRY_COUNT (3) macro
216 if (retryCount < MAX_RETRY_COUNT) { in ExecuteStateMsg()
286 if (retryCount < MAX_RETRY_COUNT) { in ExecuteStateMsg()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp54 constexpr int32_t MAX_RETRY_COUNT = 3; member
318 while ((fd < 0) && (count < MAX_RETRY_COUNT)) { in OpenInputDeviceFdByPath()
325 if (count >= MAX_RETRY_COUNT) { in OpenInputDeviceFdByPath()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_define.h99 inline const int MAX_RETRY_COUNT = 3; member
H A Dsta_saved_device_appraisal.cpp67 AppraiseDeviceQuality(score, scanInfo, device, info, device.connFailedCount >= MAX_RETRY_COUNT); in DeviceAppraisals()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp38 constexpr int MAX_RETRY_COUNT = 7; member
270 if (retriedTimesMap->second >= MAX_RETRY_COUNT) { in IsContinueRetry()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp46 static constexpr int32_t MAX_RETRY_COUNT = 2; member
355 if (currentRetryCount_ >= MAX_RETRY_COUNT) { in UpdateCurrentOffset()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Drecover_manager.cpp29 constexpr int MAX_RETRY_COUNT = 3; member
208 while (retryCount < MAX_RETRY_COUNT) { in OpenSession()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
H A Dgeneral_controller_service_impl.cpp152 while (resultSet == nullptr && businessError.GetCode() == E_RESULTSET_BUSY && retryCount++ < MAX_RETRY_COUNT) { in Query()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_agent_test.cpp87 constexpr int MAX_RETRY_COUNT = 7; member
621 agent->OpenSessionRetriedTimesMap_[cid] = MAX_RETRY_COUNT; in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp44 constexpr int MAX_RETRY_COUNT = 7; member
325 cmd->UpdateOption({.tryTimes_ = MAX_RETRY_COUNT}); in OnDeviceP2POnline()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp33 static constexpr int MAX_RETRY_COUNT = 20; member
86 if (err != NO_ERROR && retryCount < MAX_RETRY_COUNT) { in CommitTransaction()
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c722 if (collision && connection->retryCount < MAX_RETRY_COUNT) { in AuthenticationFailedAndRetry()

Completed in 19 milliseconds