Home
last modified time | relevance | path

Searched refs:CmdProcessor (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.c84 } CmdProcessor; typedef
86 typedef bool (*CmdInterceptor)(SessionImpl *impl, CmdProcessor processor);
234 static const CmdProcessor CMDS_LIB[] = {
241 static bool InterceptNotSupportCmd(SessionImpl *impl, CmdProcessor processor) in InterceptNotSupportCmd()
395 static int32_t AddCmdInfoToJsonArray(const CmdProcessor *cmdInfo, CJson *array, bool isTodoCmd) in AddCmdInfoToJsonArray()
420 static bool IsCmdIntercepted(SessionImpl *impl, CmdProcessor processor) in IsCmdIntercepted()