HomeSort by relevance Sort by last modified time
    Searched refs:clientRetryCount (Results 1 - 3 of 3) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
dmProcessScriptSession.cc 48 clientRetryCount = 0;
179 Description: The function will set the clientRetryCount to a new value.
188 clientRetryCount = newcount;
194 Description: The function will increment the clientRetryCount by 1.
203 clientRetryCount++;
dmServerSession.cc 305 if (serverRetryCount > MAX_AUTH_RETRY || clientRetryCount > MAX_AUTH_RETRY)
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
dmProcessScriptSession.h 146 UINT8 clientRetryCount; /* Keep track of client auth failures.*/

Completed in 475 milliseconds