Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c59 static const CmdComponent CMD_COMPONENT_LIB[] = { variable
88 for (uint32_t i = 0; i < sizeof(CMD_COMPONENT_LIB) / sizeof(CMD_COMPONENT_LIB[0]); i++) { in GetCmdComponent()
89 if (CMD_COMPONENT_LIB[i].type == type) { in GetCmdComponent()
90 return &CMD_COMPONENT_LIB[i]; in GetCmdComponent()