Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c247 static const CmdInterceptor CMDS_INTERCEPTOR_LIB[] = { variable
422 for (uint32_t i = 0; i < sizeof(CMDS_INTERCEPTOR_LIB) / sizeof(CMDS_INTERCEPTOR_LIB[0]); i++) { in IsCmdIntercepted()
423 if (CMDS_INTERCEPTOR_LIB[i](impl, processor)) { in IsCmdIntercepted()