Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dperformance_dumper.c29 #define MAX_DUMP_SESSION_NUM 10 macro
375 return g_bindClientSessionNum == MAX_DUMP_SESSION_NUM; in IsSessionNumExceeded()
377 return g_bindServerSessionNum == MAX_DUMP_SESSION_NUM; in IsSessionNumExceeded()
381 return g_authClientSessionNum == MAX_DUMP_SESSION_NUM; in IsSessionNumExceeded()
383 return g_authServerSessionNum == MAX_DUMP_SESSION_NUM; in IsSessionNumExceeded()