Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_frame.cpp54 constexpr int32_t CYCLE_NUMBER_MAX = 100; variable
186 for (cnt = 0; cnt < CYCLE_NUMBER_MAX; cnt++) { in ClientDeathProcTask()
192 if (cnt == CYCLE_NUMBER_MAX) { in ClientDeathProcTask()