Home
last modified time | relevance | path

Searched refs:maxRetryCount (Results 1 – 3 of 3) sorted by relevance

/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_event_runner_test.cpp45 const uint32_t maxRetryCount = 1000; in WaitUntilTaskCalled() local
52 if (count >= maxRetryCount) { in WaitUntilTaskCalled()
/base/startup/init/services/param/watcher/agent/
Dwatcher_manager_kits.cpp92 const int maxRetryCount = 100; in ReAddWatcher() local
95 while (watcherManager == nullptr && count < maxRetryCount) { in ReAddWatcher()
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
Dems_event_runner_system_test.cpp181 const uint32_t maxRetryCount = 1000; in WaitUntilTaskCalled() local
188 if (count >= maxRetryCount) { in WaitUntilTaskCalled()