Home
last modified time | relevance | path

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

/system/core/fastboot/
Dudp.h57 constexpr int kMaxConnectAttempts = 4; variable
Dudp_test.cpp138 for (int i = 0; i < kMaxConnectAttempts; ++i) { in TEST_F()
176 for (int i = 0; i < kMaxConnectAttempts - 1; ++i) { in TEST_F()
Dudp.cpp162 kMaxConnectAttempts, error); in InitializeProtocol()