Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/connection/
H A Dipc_transactor.cpp189 constexpr uint32_t PUBLISH_MAX_RETIES = 10; member
209 constexpr auto period = chrono::milliseconds(WAIT_CONN_TIMEOUT_MS / PUBLISH_MAX_RETIES); in PublishCallerAndWaitForBackcaller()
217 } while (tries < PUBLISH_MAX_RETIES && condition.wait_for(lock, period) == cv_status::timeout); in PublishCallerAndWaitForBackcaller()

Completed in 2 milliseconds