Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/client/client_executor/source/
H A Dclient_factory.cpp34 const int CHECK_CONNECTION_TIMES = 100; variable
341 for (int i = 0; i < CHECK_CONNECTION_TIMES; ++i) { in WaitConnection()