Lines Matching refs:channel_arg
52 CommandArgumentData channel_arg; in CommandObjectLogEnable() local
56 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogEnable()
57 channel_arg.arg_repetition = eArgRepeatPlain; in CommandObjectLogEnable()
61 arg1.push_back(channel_arg); in CommandObjectLogEnable()
193 CommandArgumentData channel_arg; in CommandObjectLogDisable() local
197 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogDisable()
198 channel_arg.arg_repetition = eArgRepeatPlain; in CommandObjectLogDisable()
202 arg1.push_back(channel_arg); in CommandObjectLogDisable()
258 CommandArgumentData channel_arg; in CommandObjectLogList() local
261 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogList()
262 channel_arg.arg_repetition = eArgRepeatStar; in CommandObjectLogList()
266 arg.push_back(channel_arg); in CommandObjectLogList()