Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dopen_stacktrace_catcher.cpp32 static const inline int MAX_RETRY_COUNT = 10; member
86 while (retryCount < MAX_RETRY_COUNT) { in WaitChildPid()
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_sync_event_module_test.cpp24 const uint32_t MAX_RETRY_COUNT = 1000; member
45 if (count >= MAX_RETRY_COUNT) { in WaitTaskCalled()
96 if (result || (count >= MAX_RETRY_COUNT)) { in SendEventWithSmartPtr()
H A Devent_handler_send_timing_event_module_test.cpp25 const uint32_t MAX_RETRY_COUNT = 2000; member
57 if (count >= MAX_RETRY_COUNT) { in WaitTaskCalled()
/base/update/updater/services/hwfault_retry/
H A Dhwfault_retry.cpp71 if (retryCount_ >= MAX_RETRY_COUNT) { in RebootRetry()
/base/update/updater/test/unittest/updater_test/
H A Dhwfault_retry_unittest.cpp73 HwFaultRetry::GetInstance().SetRetryCount(MAX_RETRY_COUNT); in HWTEST_F()
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp40 static constexpr int MAX_RETRY_COUNT = 20; member
195 int retryCount = MAX_RETRY_COUNT; in ReadShellToFile()
/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c88 #define MAX_RETRY_COUNT 100 macro
185 if (g_retryFaultInitCount > MAX_RETRY_COUNT) { in ReInitHiEventFile()
196 if (g_retryUeInitCount > MAX_RETRY_COUNT) { in ReInitHiEventFile()
207 if (g_retryStatInitCount > MAX_RETRY_COUNT) { in ReInitHiEventFile()
/base/update/updater/services/include/updater/
H A Dupdater_const.h85 constexpr int MAX_RETRY_COUNT = 3; member
/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp43 const int32_t MAX_RETRY_COUNT = 10; member
168 remainTryCount_ = MAX_RETRY_COUNT; in OnReceiveBms()
172 remainTryCount_ = MAX_RETRY_COUNT; in OnReceiveBms()
384 remainTryCount_ = MAX_RETRY_COUNT; in OnSendRilProactiveCommand()
/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c74 #define MAX_RETRY_COUNT 100 macro
265 if (g_retryInitCount < MAX_RETRY_COUNT) { in OutputLog2TextFile()
326 if (g_retryInitCount < MAX_RETRY_COUNT) { in OutputLog2BinFile()
/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp47 const int MAX_RETRY_COUNT = 5; member
181 while (retryCount < MAX_RETRY_COUNT) { in ReConnectNlpService()

Completed in 7 milliseconds