Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp188 constexpr uint32_t PUBLISH_MAX_RETIES = 10; variable
207 constexpr auto period = chrono::milliseconds(WAIT_CONN_TIMEOUT_MS / PUBLISH_MAX_RETIES); in PublishCallerAndWaitForBackcaller()
215 … } while (tries < PUBLISH_MAX_RETIES && condition.wait_for(lock, period) == cv_status::timeout); in PublishCallerAndWaitForBackcaller()